Trace number 1127516

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.03 3633.57

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1700-341821_ext.xml
MD5SUMf9648d586a0c29ad776d114c124ecc60
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints128
Best CPU time to get the best result obtained on this benchmark188.577
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1552
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1552
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 02:06:57 2008
0.00/0.04	c 0	PID 4246
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127516-1216771617.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-1127516-1216771617.xml' 'HOME/temp.csp'
0.03/0.63	c 0	1 domains, 40 variables, 0 predicates, 41 relations, 1552 constraints
0.03/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.60/0.73	c 1	Parsing HOME/temp.csp
0.60/0.91	c 1	parsed 1634 expressions
0.60/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.93	c 1	MAX CSP: 1552 constraints
0.60/0.93	c 1	Converting to clausal form CSP
0.60/0.99	c 1	converted 319 (10%) expressions
0.92/1.01	c 1	converted 638 (20%) expressions
0.92/1.04	c 1	converted 957 (30%) expressions
1.03/1.12	c 1	converted 1276 (40%) expressions
1.03/1.14	c 1	converted 1595 (50%) expressions
1.03/1.15	c 1	converted 1914 (60%) expressions
1.03/1.16	c 1	converted 2233 (70%) expressions
1.03/1.17	c 1	converted 2552 (80%) expressions
1.03/1.17	c 1	converted 2871 (90%) expressions
1.22/1.39	c 1	converted 3189 (100%) expressions
1.22/1.39	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 2329
1.22/1.39	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.39	c 1	Propagation in CSP
1.32/1.46	c 1	1549 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.46	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 1553
1.32/1.46	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.32/1.47	c 1	CSP : 3144 integers, 0 booleans, 4655 clauses, largest domain size 1553
1.32/1.47	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.51	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.52	c 1	315 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.53	c 1	629 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.53	c 1	944 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.53	c 1	1258 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.54	c 1	1572 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 1	1887 (60%) CSP integer variables are encoded (15437 clauses, 214950 bytes)
1.43/1.56	c 1	2201 (70%) CSP integer variables are encoded (19122 clauses, 270225 bytes)
1.43/1.57	c 1	2516 (80%) CSP integer variables are encoded (23046 clauses, 329085 bytes)
1.43/1.57	c 1	2830 (90%) CSP integer variables are encoded (25564 clauses, 366855 bytes)
1.43/1.58	c 1	3144 (100%) CSP integer variables are encoded (28996 clauses, 418335 bytes)
1.52/1.64	c 1	466 (10%) CSP clauses are encoded (29487 clauses, 426142 bytes)
1.52/1.66	c 1	931 (20%) CSP clauses are encoded (29972 clauses, 434159 bytes)
1.52/1.67	c 1	1397 (30%) CSP clauses are encoded (30459 clauses, 443070 bytes)
2.21/2.31	c 2	1862 (40%) CSP clauses are encoded (357383 clauses, 6923350 bytes)
3.90/4.00	c 4	2328 (50%) CSP clauses are encoded (1268097 clauses, 26435769 bytes)
3.90/4.08	c 4	2793 (60%) CSP clauses are encoded (1309622 clauses, 27305058 bytes)
6.07/6.26	c 6	3259 (70%) CSP clauses are encoded (2486048 clauses, 52546028 bytes)
6.16/6.36	c 6	3724 (80%) CSP clauses are encoded (2533667 clauses, 53544537 bytes)
6.36/6.59	c 6	4190 (90%) CSP clauses are encoded (2652925 clauses, 56079116 bytes)
7.25/7.40	c 7	4655 (100%) CSP clauses are encoded (3099489 clauses, 65631399 bytes)
7.25/7.40	c 7	4655 CSP clauses encoded
7.25/7.40	c 7	Writing map file : HOME/temp.map
7.25/7.45	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.25/7.45	c 7	SAT : 32140 SAT variables, 3099489 SAT clauses, 65631399 bytes
7.25/7.45	c 7	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.32/7.50	c 7	OBJECTIVE minimize _COST
7.32/7.50	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.32/7.50	c 7	SEARCHING: _COST <= 776
7.32/7.50	c 7	SOLVING HOME/temp.cnf
7.32/7.50	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.32/7.50	c 7	This is MiniSat 2.0 beta
7.32/7.50	c 7	WARNING: for repeatability, setting FPU to use double precision
7.32/7.50	c 7	============================[ Problem Statistics ]=============================
7.32/7.50	c 7	|                                                                             |
7.32/7.51	c 7	|  Number of variables:  32140                                                |
7.32/7.51	c 7	|  Number of clauses:    3099490                                              |
8.78/9.06	c 9	|  Parsing time:         1.33         s                                       |
11.65/11.94	c 12	============================[ Search Statistics ]==============================
11.65/11.94	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.65/11.94	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.65/11.94	c 12	===============================================================================
11.65/11.95	c 12	|         0 |   23604  1971073  5851072 |   657024        0    nan |  0.000 % |
12.44/12.73	c 13	|       100 |   23604  1971073  5851072 |   722726      100     27 | 26.559 % |
12.54/12.82	c 13	===============================================================================
12.54/12.82	c 13	restarts              : 2
12.54/12.82	c 13	conflicts             : 100            (20 /sec)
12.54/12.82	c 13	decisions             : 1132           (1.24 % random) (224 /sec)
12.54/12.82	c 13	propagations          : 356444         (70524 /sec)
12.54/12.82	c 13	conflict literals     : 2736           (15.61 % deleted)
12.54/12.82	c 13	Memory used           : 121.34 MB
12.54/12.82	c 13	CPU time              : 5.05423 s
12.54/12.82	c 13	
12.54/12.83	c 13	SATISFIABLE
12.54/12.85	c 13	FOUND: _COST <= 776
12.54/12.85	s SATISFIABLE
12.54/12.85	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.54/12.85	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.61/12.94	c 13	Decoding HOME/temp.out
12.84/13.13	c 13	OBJECTIVE _COST 764
12.84/13.13	o 764
12.84/13.14	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
12.84/13.14	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.84/13.17	c 13	OBJECTIVE BOUND: 0 <= _COST <= 764
12.84/13.17	c 13	SEARCHING: _COST <= 382
12.84/13.17	c 13	SOLVING HOME/temp.cnf
12.84/13.17	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.84/13.18	c 13	This is MiniSat 2.0 beta
12.84/13.18	c 13	WARNING: for repeatability, setting FPU to use double precision
12.84/13.18	c 13	============================[ Problem Statistics ]=============================
12.84/13.18	c 13	|                                                                             |
12.84/13.18	c 13	|  Number of variables:  32140                                                |
12.84/13.18	c 13	|  Number of clauses:    3099490                                              |
14.40/14.75	c 15	|  Parsing time:         1.35         s                                       |
18.06/18.43	c 18	============================[ Search Statistics ]==============================
18.06/18.43	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.06/18.43	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.06/18.43	c 18	===============================================================================
18.06/18.43	c 18	|         0 |   18858  1261408  3735921 |   420469        0    nan |  0.000 % |
18.45/18.82	c 19	|       100 |   18858  1261408  3735921 |   462516      100     20 | 41.325 % |
18.55/18.90	c 19	===============================================================================
18.55/18.90	c 19	restarts              : 2
18.55/18.90	c 19	conflicts             : 100            (18 /sec)
18.55/18.90	c 19	decisions             : 941            (1.81 % random) (172 /sec)
18.55/18.90	c 19	propagations          : 203966         (37362 /sec)
18.55/18.90	c 19	conflict literals     : 1987           (16.23 % deleted)
18.55/18.90	c 19	Memory used           : 123.12 MB
18.55/18.90	c 19	CPU time              : 5.45917 s
18.55/18.90	c 19	
18.55/18.91	c 19	SATISFIABLE
18.55/18.93	c 19	FOUND: _COST <= 382
18.55/18.93	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.55/18.93	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.59/19.01	c 19	Decoding HOME/temp.out
18.59/19.20	c 19	OBJECTIVE _COST 345
18.59/19.20	o 345
18.59/19.21	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
18.59/19.21	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.59/19.25	c 19	OBJECTIVE BOUND: 0 <= _COST <= 345
18.59/19.25	c 19	SEARCHING: _COST <= 172
18.59/19.25	c 19	SOLVING HOME/temp.cnf
18.59/19.25	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.59/19.25	c 19	This is MiniSat 2.0 beta
18.59/19.25	c 19	WARNING: for repeatability, setting FPU to use double precision
18.59/19.25	c 19	============================[ Problem Statistics ]=============================
18.59/19.25	c 19	|                                                                             |
18.59/19.25	c 19	|  Number of variables:  32140                                                |
18.59/19.25	c 19	|  Number of clauses:    3099490                                              |
20.40/20.90	c 21	|  Parsing time:         1.42         s                                       |
24.26/24.71	c 24	============================[ Search Statistics ]==============================
24.26/24.71	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.26/24.71	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.26/24.71	c 24	===============================================================================
24.26/24.71	c 24	|         0 |   15554   641961  1887282 |   213987        0    nan |  0.000 % |
24.57/25.08	c 25	|       103 |   15554   641961  1887282 |   235385      103     21 | 51.605 % |
24.86/25.35	c 25	|       255 |   15554   641961  1887282 |   258924      255     24 | 51.605 % |
25.46/25.92	c 26	|       480 |   15554   641961  1887282 |   284816      480     25 | 51.605 % |
26.35/26.89	c 27	|       817 |   15554   641961  1887282 |   313298      817     31 | 51.605 % |
27.84/28.33	c 28	|      1325 |   15554   641961  1887282 |   344628     1325     32 | 51.605 % |
30.12/30.66	c 30	|      2085 |   15554   641961  1887282 |   379091     2085     34 | 51.605 % |
33.77/34.37	c 34	|      3224 |   15554   641961  1887282 |   417000     3224     34 | 51.605 % |
38.63/39.29	c 39	|      4932 |   15554   641961  1887282 |   458700     4932     35 | 51.605 % |
47.74/48.41	c 48	|      7494 |   15554   641961  1887282 |   504570     7494     37 | 51.605 % |
63.39/64.26	c 64	|     11338 |   15554   641961  1887282 |   555027    11338     39 | 51.605 % |
86.37/87.44	c 87	|     17104 |   15554   641961  1887282 |   610529    17104     40 | 51.605 % |
118.46/119.68	c 119	|     25755 |   15554   641961  1887282 |   671582    25755     40 | 51.605 % |
164.64/165.87	c 166	|     38730 |   15554   641961  1887282 |   738741    38730     40 | 51.605 % |
189.53/190.78	c 191	===============================================================================
189.53/190.79	c 191	restarts              : 14
189.53/190.79	c 191	conflicts             : 45175          (265 /sec)
189.53/190.79	c 191	decisions             : 52282          (1.08 % random) (307 /sec)
189.53/190.79	c 191	propagations          : 95146153       (557927 /sec)
189.53/190.79	c 191	conflict literals     : 1825899        (37.53 % deleted)
189.53/190.79	c 191	Memory used           : 124.04 MB
189.53/190.79	c 191	CPU time              : 170.535 s
189.53/190.79	c 191	
189.63/190.80	c 191	SATISFIABLE
189.63/190.82	c 191	FOUND: _COST <= 172
189.63/190.82	c 191	DECODING HOME/temp.out WITH HOME/temp.map
189.63/190.82	c 191	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
189.65/190.90	c 191	Decoding HOME/temp.out
189.65/191.09	c 191	OBJECTIVE _COST 172
189.65/191.09	o 172
189.65/191.10	v 1 1 1 1 1 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1
189.65/191.10	c 191	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
189.65/191.13	c 191	OBJECTIVE BOUND: 0 <= _COST <= 172
189.65/191.13	c 191	SEARCHING: _COST <= 86
189.65/191.13	c 191	SOLVING HOME/temp.cnf
189.65/191.13	c 191	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
189.65/191.14	c 191	This is MiniSat 2.0 beta
189.65/191.14	c 191	WARNING: for repeatability, setting FPU to use double precision
189.65/191.14	c 191	============================[ Problem Statistics ]=============================
189.65/191.14	c 191	|                                                                             |
189.65/191.14	c 191	|  Number of variables:  32140                                                |
189.65/191.14	c 191	|  Number of clauses:    3099490                                              |
191.56/192.81	c 193	|  Parsing time:         1.47         s                                       |
195.13/196.44	c 196	============================[ Search Statistics ]==============================
195.13/196.44	c 196	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
195.13/196.44	c 196	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
195.13/196.44	c 196	===============================================================================
195.13/196.44	c 196	|         0 |   13497   348692  1013560 |   116230        0    nan |  0.000 % |
195.43/196.75	c 197	|       101 |   13497   348692  1013560 |   127853      101     24 | 58.006 % |
195.72/197.06	c 197	|       251 |   13497   348692  1013560 |   140639      251     25 | 58.006 % |
196.22/197.54	c 197	|       476 |   13497   348692  1013560 |   154703      476     25 | 58.006 % |
196.91/198.28	c 198	|       813 |   13497   348692  1013560 |   170173      813     26 | 58.006 % |
198.10/199.44	c 199	|      1319 |   13497   348692  1013560 |   187190     1319     26 | 58.006 % |
199.88/201.23	c 201	|      2078 |   13497   348692  1013560 |   205909     2078     26 | 58.006 % |
202.35/203.79	c 204	|      3218 |   13497   348692  1013560 |   226500     3218     26 | 58.006 % |
205.82/207.22	c 207	|      4927 |   13497   348692  1013560 |   249150     4927     24 | 58.006 % |
211.57/213.03	c 213	|      7490 |   13497   348692  1013560 |   274065     7490     25 | 58.006 % |
220.68/222.26	c 222	|     11334 |   13497   348692  1013560 |   301472    11334     26 | 58.006 % |
235.44/237.12	c 237	|     17101 |   13497   348692  1013560 |   331619    17101     26 | 58.006 % |
259.31/261.25	c 261	|     25750 |   13497   348692  1013560 |   364781    25750     27 | 58.006 % |
294.87/297.11	c 297	|     38724 |   13497   348692  1013560 |   401259    38724     27 | 58.006 % |
352.23/355.08	c 355	|     58186 |   13497   348692  1013560 |   441385    58186     27 | 58.006 % |
448.60/452.33	c 452	|     87379 |   13497   348692  1013560 |   485524    87379     27 | 58.006 % |
604.14/609.40	c 609	|    131169 |   13497   348692  1013560 |   534076   131169     26 | 58.006 % |
876.67/884.49	c 884	|    196853 |   13497   348692  1013560 |   587484   196853     27 | 58.006 % |
1327.21/1339.27	c 1339	|    295379 |   13497   348692  1013560 |   646232   295379     27 | 58.006 % |
2072.38/2091.41	c 2091	|    443169 |   13497   348692  1013560 |   710856   443169     26 | 58.006 % |
3573.98/3607.20	c 3607	|    664853 |   13497   348692  1013560 |   781941   664853     26 | 58.006 % |
3600.03/3633.52	c ERROR INTERRUPTED
3600.03/3633.54	c 3633	CPU 188.55 (0.04 0.01 188.51 1.37)
3600.03/3633.54	c 3633	END Wed Jul 23 03:07:30 2008

Verifier Data (download as text)

OK	171	1381
171 unsatisfied constraints, 1381 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-1127516-1216771617/watcher-1127516-1216771617 -o /tmp/evaluation-result-1127516-1216771617/solver-1127516-1216771617 -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-1127516-1216771617.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: 1.99 1.98 1.99 4/80 4246
/proc/meminfo: memFree=1434984/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=12268 CPUtime=0
/proc/4246/stat : 4246 (sugar) R 4244 4246 3739 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4248508 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271638559333 0 0 4224 0 0 0 0 17 1 0 0
/proc/4246/statm: 3067 316 241 3 0 167 0

[startup+0.0923509 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4246
/proc/meminfo: memFree=1434984/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.03
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4248508 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101232 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4246
/proc/meminfo: memFree=1434984/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.03
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4248508 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301251 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4246
/proc/meminfo: memFree=1434984/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.03
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4248508 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701302 s]
/proc/loadavg: 1.99 1.98 1.99 4/80 4246
/proc/meminfo: memFree=1434984/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.6
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 957 4793 0 1 3 0 53 4 16 0 1 0 4248508 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 4268
/proc/meminfo: memFree=1425744/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.61
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 974 4793 0 1 3 1 53 4 15 0 1 0 4248508 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 797 370 3 0 500 0
[pid=4259] ppid=4246 vsize=5356 CPUtime=0
/proc/4259/stat : 4259 (sh) S 4246 4246 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4248574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4259/statm: 1339 233 193 169 0 50 0
[pid=4260] ppid=4259 vsize=868448 CPUtime=0.82
/proc/4260/stat : 4260 (java) S 4259 4246 3739 0 -1 0 7147 0 1 0 77 5 0 0 18 0 9 0 4248574 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 217112 6391 2539 9 0 211687 0
[pid=4260/tid=4261] ppid=4259 vsize=868448 CPUtime=0.44
/proc/4260/task/4261/stat : 4261 (java) R 4259 4246 3739 0 -1 64 2660 0 1 0 43 1 0 0 20 0 9 0 4248575 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4262] ppid=4259 vsize=868448 CPUtime=0.12
/proc/4260/task/4262/stat : 4262 (java) R 4259 4246 3739 0 -1 64 2319 0 0 0 11 1 0 0 16 0 9 0 4248576 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 102731941 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4263] ppid=4259 vsize=868448 CPUtime=0
/proc/4260/task/4263/stat : 4263 (java) S 4259 4246 3739 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4248576 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4264] ppid=4259 vsize=868448 CPUtime=0
/proc/4260/task/4264/stat : 4264 (java) S 4259 4246 3739 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4248576 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4265] ppid=4259 vsize=868448 CPUtime=0
/proc/4260/task/4265/stat : 4265 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4248578 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4259 vsize=868448 CPUtime=0.22
/proc/4260/task/4266/stat : 4266 (java) S 4259 4246 3739 0 -1 64 1476 0 0 0 21 1 0 0 16 0 9 0 4248578 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4259 vsize=868448 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4248578 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4259 vsize=868448 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4259 4246 3739 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4248579 889290752 6391 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887404

[startup+3.10256 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 4268
/proc/meminfo: memFree=1411920/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.61
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 974 4793 0 1 3 1 53 4 15 0 1 0 4248508 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 797 370 3 0 500 0
[pid=4259] ppid=4246 vsize=5356 CPUtime=0
/proc/4259/stat : 4259 (sh) S 4246 4246 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4248574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4259/statm: 1339 233 193 169 0 50 0
[pid=4260] ppid=4259 vsize=868496 CPUtime=2.4
/proc/4260/stat : 4260 (java) S 4259 4246 3739 0 -1 0 7703 0 1 0 223 17 0 0 18 0 9 0 4248574 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 217124 6476 2564 9 0 211671 0
[pid=4260/tid=4261] ppid=4259 vsize=868496 CPUtime=1.84
/proc/4260/task/4261/stat : 4261 (java) R 4259 4246 3739 0 -1 64 3179 0 1 0 173 11 0 0 25 0 9 0 4248575 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 102064826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4262] ppid=4259 vsize=868496 CPUtime=0.26
/proc/4260/task/4262/stat : 4262 (java) S 4259 4246 3739 0 -1 64 2320 0 0 0 22 4 0 0 16 0 9 0 4248576 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4263] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4263/stat : 4263 (java) S 4259 4246 3739 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4248576 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4264] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4264/stat : 4264 (java) S 4259 4246 3739 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4248576 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4265] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4265/stat : 4265 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4248578 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4259 vsize=868496 CPUtime=0.28
/proc/4260/task/4266/stat : 4266 (java) S 4259 4246 3739 0 -1 64 1512 0 0 0 27 1 0 0 16 0 9 0 4248578 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4248578 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4259 4246 3739 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4248579 889339904 6476 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887452

[startup+6.30191 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 4268
/proc/meminfo: memFree=1372560/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13600 CPUtime=0.61
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 974 4793 0 1 3 1 53 4 16 0 1 0 4248508 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3400 797 370 3 0 500 0
[pid=4259] ppid=4246 vsize=5356 CPUtime=0
/proc/4259/stat : 4259 (sh) S 4246 4246 3739 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4248574 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4259/statm: 1339 233 193 169 0 50 0
[pid=4260] ppid=4259 vsize=868496 CPUtime=5.55
/proc/4260/stat : 4260 (java) S 4259 4246 3739 0 -1 0 8688 0 1 0 509 46 0 0 18 0 9 0 4248574 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4260/statm: 217124 6477 2564 9 0 211671 0
[pid=4260/tid=4261] ppid=4259 vsize=868496 CPUtime=4.75
/proc/4260/task/4261/stat : 4261 (java) R 4259 4246 3739 0 -1 64 4163 0 1 0 441 34 0 0 25 0 9 0 4248575 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4127084611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4262] ppid=4259 vsize=868496 CPUtime=0.5
/proc/4260/task/4262/stat : 4262 (java) S 4259 4246 3739 0 -1 64 2320 0 0 0 41 9 0 0 16 0 9 0 4248576 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4263] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4263/stat : 4263 (java) S 4259 4246 3739 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4248576 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4264] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4264/stat : 4264 (java) S 4259 4246 3739 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4248576 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4265] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4265/stat : 4265 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4248578 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4266] ppid=4259 vsize=868496 CPUtime=0.28
/proc/4260/task/4266/stat : 4266 (java) S 4259 4246 3739 0 -1 64 1513 0 0 0 27 1 0 0 17 0 9 0 4248578 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4267] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4267/stat : 4267 (java) S 4259 4246 3739 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4248578 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4260/tid=4268] ppid=4259 vsize=868496 CPUtime=0
/proc/4260/task/4268/stat : 4268 (java) S 4259 4246 3739 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4248579 889339904 6477 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887452

[startup+12.7026 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 4270
/proc/meminfo: memFree=1244624/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=7.32
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1098 14135 0 2 4 1 667 60 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4269] ppid=4246 vsize=5356 CPUtime=0
/proc/4269/stat : 4269 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4249259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4269/statm: 1339 232 193 169 0 50 0
[pid=4270] ppid=4269 vsize=124248 CPUtime=5.12
/proc/4270/stat : 4270 (minisat) R 4269 4246 3739 0 -1 4194304 30421 0 0 0 493 19 0 0 25 0 1 0 4249259 127229952 30407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4270/statm: 31062 30407 72 150 0 30909 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 143468

[startup+25.502 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 4294
/proc/meminfo: memFree=1242192/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=18.88
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1333 83974 0 4 4 1 1772 111 15 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4293] ppid=4246 vsize=5356 CPUtime=0
/proc/4293/stat : 4293 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4250433 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4293/statm: 1339 232 193 169 0 50 0
[pid=4294] ppid=4293 vsize=126720 CPUtime=6.18
/proc/4294/stat : 4294 (minisat) R 4293 4246 3739 0 -1 4194304 31024 0 0 0 597 21 0 0 25 0 1 0 4250434 129761280 31010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4294/statm: 31680 31010 75 150 0 31527 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 145940

[startup+51.1018 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 4294
/proc/meminfo: memFree=1242256/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=18.88
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1333 83974 0 4 4 1 1772 111 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4293] ppid=4246 vsize=5356 CPUtime=0
/proc/4293/stat : 4293 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4250433 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4293/statm: 1339 232 193 169 0 50 0
[pid=4294] ppid=4293 vsize=126720 CPUtime=31.54
/proc/4294/stat : 4294 (minisat) R 4293 4246 3739 0 -1 4194304 31025 0 0 0 3133 21 0 0 25 0 1 0 4250434 129761280 31011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4294/statm: 31680 31011 75 150 0 31527 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 145940

[startup+102.306 s]
/proc/loadavg: 2.10 2.02 2.01 3/84 4335
/proc/meminfo: memFree=1269448/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=18.88
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1333 83974 0 4 4 1 1772 111 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0

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

/proc/meminfo: memFree=1247368/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=148660 CPUtime=2943.34
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 36023 0 0 0 294310 24 0 0 25 0 1 0 4267622 152227840 36001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 37165 36001 75 150 0 37012 0
Current children cumulated CPU time (s) 3133.27
Current children cumulated vsize (KiB) 167880

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4349
/proc/meminfo: memFree=1246216/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=149716 CPUtime=3002.77
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 36270 0 0 0 300253 24 0 0 25 0 1 0 4267622 153309184 36248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 37429 36248 75 150 0 37276 0
Current children cumulated CPU time (s) 3192.7
Current children cumulated vsize (KiB) 168936

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1244096/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=151940 CPUtime=3062.19
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 36742 0 0 0 306195 24 0 0 25 0 1 0 4267622 155586560 36720 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 37985 36720 75 150 0 37832 0
Current children cumulated CPU time (s) 3252.12
Current children cumulated vsize (KiB) 171160

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1243008/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=153028 CPUtime=3121.63
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 37014 0 0 0 312138 25 0 0 25 0 1 0 4267622 156700672 36992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 38257 36992 75 150 0 38104 0
Current children cumulated CPU time (s) 3311.56
Current children cumulated vsize (KiB) 172248

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1241856/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=154048 CPUtime=3181.07
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 37295 0 0 0 318082 25 0 0 25 0 1 0 4267622 157745152 37273 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 38512 37273 75 150 0 38359 0
Current children cumulated CPU time (s) 3371
Current children cumulated vsize (KiB) 173268

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1240640/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=155136 CPUtime=3240.51
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 37583 0 0 0 324026 25 0 0 25 0 1 0 4267622 158859264 37561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 38784 37561 75 150 0 38631 0
Current children cumulated CPU time (s) 3430.44
Current children cumulated vsize (KiB) 174356

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1239552/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=156224 CPUtime=3299.94
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 37836 0 0 0 329968 26 0 0 25 0 1 0 4267622 159973376 37814 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 39056 37814 75 150 0 38903 0
Current children cumulated CPU time (s) 3489.87
Current children cumulated vsize (KiB) 175444

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1238408/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=157260 CPUtime=3359.38
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 38097 0 0 0 335912 26 0 0 25 0 1 0 4267622 161034240 38075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 39315 38075 75 150 0 39162 0
Current children cumulated CPU time (s) 3549.31
Current children cumulated vsize (KiB) 176480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1235336/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=160976 CPUtime=3410.1
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 38845 0 0 0 340983 27 0 0 25 0 1 0 4267622 164839424 38823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 40244 38823 75 150 0 40091 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 180196

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

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

[startup+3633.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 4355
/proc/meminfo: memFree=1235336/2055920 swapFree=4192956/4192956
[pid=4246] ppid=4244 vsize=13864 CPUtime=189.93
/proc/4246/stat : 4246 (sugar) S 4244 4246 3739 0 -1 4194304 1448 119355 0 5 4 1 18851 137 16 0 1 0 4248508 14196736 846 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4246/statm: 3466 846 374 3 0 566 0
[pid=4346] ppid=4246 vsize=5356 CPUtime=0
/proc/4346/stat : 4346 (sh) S 4246 4246 3739 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4267622 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4346/statm: 1339 232 193 169 0 50 0
[pid=4347] ppid=4346 vsize=160976 CPUtime=3410.1
/proc/4347/stat : 4347 (minisat) R 4346 4246 3739 0 -1 4194304 38845 0 0 0 340983 27 0 0 25 0 1 0 4267622 164839424 38823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4347/statm: 40244 38823 75 150 0 40091 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 180196

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4246 and gives
#  childrusage.ru_utime.tv_sec=188
#  childrusage.ru_utime.tv_usec=566333
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=433782
# CPU time returned by wait4() is 190
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.57
CPU time (s): 3600.03
CPU user time (s): 3598.38
CPU system time (s): 1.65
CPU usage (%): 99.077
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.566
system time used= 1.43378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121145
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16338
involuntary context switches= 18419

runsolver used 6.00509 second user time and 10.4604 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-23 02:06:57
IDJOB=1127516
IDBENCH=63563
IDSOLVER=368
FILE ID=node67/1127516-1216771617
PBS_JOBID= 7974081
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1700-341821_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-1127516-1216771617/watcher-1127516-1216771617 -o /tmp/evaluation-result-1127516-1216771617/solver-1127516-1216771617 -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-1127516-1216771617.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9648d586a0c29ad776d114c124ecc60
RANDOM SEED=1047925493

node67.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:       1435528 kB
Buffers:         30628 kB
Cached:         490320 kB
SwapCached:          0 kB
Active:         272428 kB
Inactive:       301612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          73384 kB
Slab:            31380 kB
Committed_AS:   889272 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node67 at 2008-07-23 03:07:32