Trace number 1125268

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 3630.95

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-22_ext.xml
MD5SUM00621646c81f1cc9daed991163bba876
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints22
Best CPU time to get the best result obtained on this benchmark7.60484
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1210
Maximum constraint arity2
Maximum domain size22
Number of constraints which are defined in extension1210
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 16 02:37:54 2008
0.00/0.04	c 0	PID 1600
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1125268-1216168673.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-1125268-1216168673.xml' 'HOME/temp.csp'
0.04/0.94	c 1	3 domains, 100 variables, 0 predicates, 1033 relations, 1210 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.08	c 1	Parsing HOME/temp.csp
1.61/1.79	c 1	parsed 2346 expressions
1.70/1.80	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.70/1.82	c 1	MAX CSP: 1210 constraints
1.70/1.82	c 1	Converting to clausal form CSP
1.80/1.93	c 2	converted 356 (10%) expressions
1.80/1.94	c 2	converted 712 (20%) expressions
1.80/1.97	c 2	converted 1068 (30%) expressions
1.90/2.04	c 2	converted 1424 (40%) expressions
2.00/2.12	c 2	converted 1780 (50%) expressions
2.10/2.25	c 2	converted 2136 (60%) expressions
2.29/2.46	c 2	converted 2492 (70%) expressions
2.39/2.54	c 2	converted 2848 (80%) expressions
2.39/2.58	c 2	converted 3204 (90%) expressions
2.59/2.77	c 2	converted 3559 (100%) expressions
2.59/2.78	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1816
2.59/2.78	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.59/2.78	c 2	Propagation in CSP
2.69/2.84	c 2	1204 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.84	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1211
2.69/2.84	c 2	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.85	c 2	Simplifing CSP by introducing new Boolean variables
2.69/2.85	c 2	CSP : 2520 integers, 0 booleans, 3629 clauses, largest domain size 1211
2.69/2.85	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.96	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.98	c 3	252 (10%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.79/2.98	c 3	504 (20%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.79/2.98	c 3	756 (30%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.79/2.98	c 3	1008 (40%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.79/2.98	c 3	1260 (50%) CSP integer variables are encoded (1612 clauses, 18931 bytes)
2.79/2.99	c 3	1512 (60%) CSP integer variables are encoded (3980 clauses, 49715 bytes)
2.88/3.01	c 3	1764 (70%) CSP integer variables are encoded (15373 clauses, 212071 bytes)
2.88/3.01	c 3	2016 (80%) CSP integer variables are encoded (19225 clauses, 269851 bytes)
2.88/3.02	c 3	2268 (90%) CSP integer variables are encoded (21158 clauses, 298846 bytes)
2.88/3.02	c 3	2520 (100%) CSP integer variables are encoded (23771 clauses, 338041 bytes)
2.98/3.16	c 3	363 (10%) CSP clauses are encoded (30100 clauses, 475377 bytes)
3.09/3.26	c 3	726 (20%) CSP clauses are encoded (35973 clauses, 613121 bytes)
3.18/3.35	c 3	1089 (30%) CSP clauses are encoded (41577 clauses, 745666 bytes)
3.27/3.40	c 3	1452 (40%) CSP clauses are encoded (52066 clauses, 945396 bytes)
3.38/3.56	c 3	1815 (50%) CSP clauses are encoded (139983 clauses, 2552028 bytes)
4.35/4.51	c 4	2178 (60%) CSP clauses are encoded (527082 clauses, 10344261 bytes)
6.15/6.33	c 6	2541 (70%) CSP clauses are encoded (1542965 clauses, 31491702 bytes)
6.15/6.39	c 6	2904 (80%) CSP clauses are encoded (1572660 clauses, 32111852 bytes)
6.34/6.53	c 6	3267 (90%) CSP clauses are encoded (1645767 clauses, 33662216 bytes)
6.84/7.02	c 7	3629 (100%) CSP clauses are encoded (1917881 clauses, 39476221 bytes)
6.84/7.02	c 7	3629 CSP clauses encoded
6.84/7.02	c 7	Writing map file : HOME/temp.map
6.84/7.05	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.84/7.05	c 7	SAT : 26290 SAT variables, 1917881 SAT clauses, 39476221 bytes
6.84/7.05	c 7	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.89/7.11	c 7	OBJECTIVE minimize _COST
6.89/7.11	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.89/7.11	c 7	SEARCHING: _COST <= 605
6.89/7.11	c 7	SOLVING HOME/temp.cnf
6.89/7.11	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.89/7.11	c 7	This is MiniSat 2.0 beta
6.89/7.11	c 7	WARNING: for repeatability, setting FPU to use double precision
6.89/7.11	c 7	============================[ Problem Statistics ]=============================
6.89/7.11	c 7	|                                                                             |
6.89/7.11	c 7	|  Number of variables:  26290                                                |
6.89/7.11	c 7	|  Number of clauses:    1917882                                              |
7.87/8.11	c 8	|  Parsing time:         0.86         s                                       |
8.95/9.21	c 9	============================[ Search Statistics ]==============================
8.95/9.21	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.95/9.21	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.95/9.21	c 9	===============================================================================
8.95/9.21	c 9	|         0 |   19635  1227925  3660598 |   409308        0    nan |  0.000 % |
9.44/9.72	c 9	|       101 |   19635  1227925  3660598 |   450239      101     22 | 25.314 % |
9.64/9.91	c 9	|       252 |   19635  1227925  3660598 |   495263      252     28 | 25.314 % |
9.74/10.02	c 10	|       477 |   19635  1227925  3660598 |   544789      477     29 | 25.314 % |
9.94/10.23	c 10	===============================================================================
9.94/10.23	c 10	restarts              : 4
9.94/10.23	c 10	conflicts             : 515            (174 /sec)
9.94/10.23	c 10	decisions             : 3938           (0.96 % random) (1332 /sec)
9.94/10.23	c 10	propagations          : 500298         (169274 /sec)
9.94/10.23	c 10	conflict literals     : 14054          (14.06 % deleted)
9.94/10.23	c 10	Memory used           : 77.32 MB
9.94/10.23	c 10	CPU time              : 2.95555 s
9.94/10.23	c 10	
9.94/10.24	c 10	SATISFIABLE
9.94/10.26	c 10	FOUND: _COST <= 605
9.94/10.26	s SATISFIABLE
9.94/10.26	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.94/10.26	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.02/10.34	c 10	Decoding HOME/temp.out
10.02/10.49	c 10	OBJECTIVE _COST 605
10.02/10.50	o 605
10.02/10.50	v 21 21 21 21 21 20 21 21 21 21 21 21 19 13 13 17 13 21 13 12 20 21 21 13 13 12 21 6 3 5 20 20 9 13 13 13 13 12 21 4 2 13 17 3 11 6 6 13 11 15 15 16 15 10 10 6 13 16 6 21 13 12 21 6 3 6 0 12 3 13 9 12 13 3 4 2 13 13 3 6 10 17 1 21 0 13 13 21 14 5 21 9 6 13 21 7 7 15 5 -1
10.02/10.50	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.02/10.52	c 10	OBJECTIVE BOUND: 0 <= _COST <= 605
10.02/10.52	c 10	SEARCHING: _COST <= 302
10.02/10.52	c 10	SOLVING HOME/temp.cnf
10.02/10.52	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.02/10.52	c 10	This is MiniSat 2.0 beta
10.02/10.52	c 10	WARNING: for repeatability, setting FPU to use double precision
10.02/10.52	c 10	============================[ Problem Statistics ]=============================
10.02/10.52	c 10	|                                                                             |
10.02/10.53	c 10	|  Number of variables:  26290                                                |
10.02/10.53	c 10	|  Number of clauses:    1917882                                              |
11.21/11.54	c 11	|  Parsing time:         0.87         s                                       |
12.70/13.05	c 13	============================[ Search Statistics ]==============================
12.70/13.05	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.70/13.05	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.70/13.05	c 13	===============================================================================
12.70/13.05	c 13	|         0 |   15997   804327  2400415 |   268109        0    nan |  0.000 % |
12.99/13.32	c 13	|       100 |   15997   804327  2400415 |   294919      100     20 | 39.152 % |
13.19/13.51	c 13	|       251 |   15997   804327  2400415 |   324411      251     26 | 39.152 % |
13.29/13.67	c 13	===============================================================================
13.29/13.67	c 13	restarts              : 3
13.29/13.67	c 13	conflicts             : 473            (158 /sec)
13.29/13.67	c 13	decisions             : 3470           (0.89 % random) (1161 /sec)
13.29/13.67	c 13	propagations          : 423250         (141577 /sec)
13.29/13.67	c 13	conflict literals     : 11857          (20.65 % deleted)
13.29/13.67	c 13	Memory used           : 78.23 MB
13.29/13.67	c 13	CPU time              : 2.98955 s
13.29/13.67	c 13	
13.29/13.69	c 13	SATISFIABLE
13.38/13.70	c 13	FOUND: _COST <= 302
13.38/13.70	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.38/13.70	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'
13.38/13.78	c 13	Decoding HOME/temp.out
13.40/14.12	c 14	OBJECTIVE _COST 302
13.40/14.12	o 302
13.40/14.13	v 21 20 20 4 17 0 21 21 0 16 0 19 5 13 4 17 11 1 12 13 10 21 21 13 7 4 16 21 13 5 5 14 1 12 0 13 9 6 4 1 12 8 17 1 11 9 7 2 19 0 21 21 15 3 13 1 13 3 11 21 7 4 21 4 17 5 21 9 6 4 0 9 13 10 8 2 13 6 4 5 11 9 1 5 13 3 13 3 5 16 0 21 13 0 21 21 21 21 13 -1
13.40/14.14	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.40/14.15	c 14	OBJECTIVE BOUND: 0 <= _COST <= 302
13.40/14.15	c 14	SEARCHING: _COST <= 151
13.40/14.15	c 14	SOLVING HOME/temp.cnf
13.40/14.15	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.40/14.16	c 14	This is MiniSat 2.0 beta
13.40/14.16	c 14	WARNING: for repeatability, setting FPU to use double precision
13.40/14.16	c 14	============================[ Problem Statistics ]=============================
13.40/14.16	c 14	|                                                                             |
13.40/14.16	c 14	|  Number of variables:  26290                                                |
13.40/14.16	c 14	|  Number of clauses:    1917882                                              |
14.76/15.18	c 15	|  Parsing time:         0.90         s                                       |
16.45/16.82	c 16	============================[ Search Statistics ]==============================
16.45/16.82	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.45/16.82	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.45/16.82	c 16	===============================================================================
16.45/16.82	c 16	|         0 |   13730   466534  1393686 |   155511        0    nan |  0.000 % |
16.64/17.03	c 17	|       101 |   13730   466534  1393686 |   171062      101     27 | 47.775 % |
16.64/17.09	c 17	|       252 |   13730   466534  1393686 |   188168      252     22 | 47.775 % |
17.04/17.41	c 17	|       479 |   13730   466534  1393686 |   206985      479     24 | 47.775 % |
17.14/17.56	c 17	|       818 |   13730   466534  1393686 |   227684      818     24 | 47.775 % |
17.64/18.05	c 18	|      1326 |   13730   466534  1393686 |   250452     1326     26 | 47.775 % |
18.03/18.45	c 18	|      2086 |   13730   466534  1393686 |   275497     2086     24 | 47.775 % |
18.33/18.73	c 18	===============================================================================
18.33/18.73	c 18	restarts              : 7
18.33/18.73	c 18	conflicts             : 2640           (598 /sec)
18.33/18.73	c 18	decisions             : 6104           (1.13 % random) (1383 /sec)
18.33/18.73	c 18	propagations          : 2137568        (484453 /sec)
18.33/18.73	c 18	conflict literals     : 62375          (23.59 % deleted)
18.33/18.73	c 18	Memory used           : 79.00 MB
18.33/18.73	c 18	CPU time              : 4.41233 s
18.33/18.73	c 18	
18.33/18.74	c 18	SATISFIABLE
18.33/18.75	c 18	FOUND: _COST <= 151
18.33/18.75	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.33/18.75	c 18	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.40/18.83	c 18	Decoding HOME/temp.out
18.40/18.99	c 19	OBJECTIVE _COST 151
18.40/18.99	o 151
18.40/18.99	v 4 21 0 18 3 0 4 21 19 18 0 0 17 13 10 4 9 2 5 8 9 10 8 13 10 4 9 2 3 2 12 15 1 12 5 13 3 9 13 1 2 8 8 11 9 16 17 0 16 13 14 14 6 5 9 1 1 21 6 21 7 17 21 4 17 5 21 3 6 4 13 12 10 10 8 13 2 3 11 6 4 17 1 9 13 3 13 10 7 5 21 9 2 0 21 7 21 15 5 -1
18.40/19.00	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
18.40/19.02	c 19	OBJECTIVE BOUND: 0 <= _COST <= 151
18.40/19.02	c 19	SEARCHING: _COST <= 75
18.40/19.02	c 19	SOLVING HOME/temp.cnf
18.40/19.02	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.40/19.02	c 19	This is MiniSat 2.0 beta
18.40/19.02	c 19	WARNING: for repeatability, setting FPU to use double precision
18.40/19.02	c 19	============================[ Problem Statistics ]=============================
18.40/19.02	c 19	|                                                                             |
18.40/19.02	c 19	|  Number of variables:  26290                                                |
18.40/19.02	c 19	|  Number of clauses:    1917882                                              |
19.59/20.07	c 20	|  Parsing time:         0.93         s                                       |
21.28/21.75	c 21	============================[ Search Statistics ]==============================
21.28/21.75	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.28/21.75	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.28/21.75	c 21	===============================================================================
21.28/21.75	c 21	|         0 |   12048   262946   787892 |    87648        0    nan |  0.000 % |
21.48/21.92	c 21	|       101 |   12048   262946   787892 |    96413      101     18 | 54.173 % |
21.48/21.98	c 22	|       251 |   12048   262946   787892 |   106054      251     19 | 54.173 % |
21.68/22.16	c 22	|       476 |   12048   262946   787892 |   116660      476     20 | 54.173 % |
21.78/22.30	c 22	|       815 |   12048   262946   787892 |   128326      815     20 | 54.173 % |
22.07/22.57	c 22	|      1321 |   12048   262946   787892 |   141159     1321     19 | 54.173 % |
22.57/23.06	c 23	|      2080 |   12048   262946   787892 |   155274     2080     19 | 54.173 % |
23.46/23.92	c 23	|      3220 |   12048   262946   787892 |   170802     3220     19 | 54.173 % |
24.55/25.08	c 25	|      4929 |   12048   262946   787892 |   187882     4929     20 | 54.173 % |
27.52/28.08	c 28	|      7494 |   12048   262946   787892 |   206670     7494     21 | 54.173 % |
31.78/32.30	c 32	|     11338 |   12048   262946   787892 |   227338    11338     22 | 54.173 % |
37.82/38.47	c 38	|     17104 |   12048   262946   787892 |   250071    17104     23 | 54.173 % |
49.50/50.22	c 50	|     25756 |   12048   262946   787892 |   275079    25756     23 | 54.173 % |
64.46/65.37	c 65	|     38730 |   12048   262946   787892 |   302586    38730     25 | 54.173 % |
92.20/93.30	c 93	|     58191 |   12048   262946   787892 |   332845    58191     26 | 54.173 % |
137.66/139.29	c 139	|     87384 |   12048   262946   787892 |   366130    87384     26 | 54.173 % |
217.01/219.38	c 219	|    131175 |   12048   262946   787892 |   402743   131175     26 | 54.173 % |
361.74/365.45	c 365	|    196859 |   12048   262946   787892 |   443017   196859     24 | 54.173 % |
604.36/610.31	c 610	|    295388 |   12048   262946   787892 |   487319   295388     25 | 54.173 % |
1039.66/1049.73	c 1049	|    443177 |   12048   262946   787892 |   536051   443177     25 | 54.173 % |
1675.16/1690.66	c 1690	|    664860 |   12048   262946   787892 |   589656   131151     27 | 54.173 % |
2562.50/2583.66	c 2583	|    997386 |   12048   262946   787892 |   648622   463677     29 | 54.173 % |
3600.03/3630.92	c ERROR INTERRUPTED
3600.03/3630.94	c 3630	CPU 17.76 (0.04 0.01 17.72 0.88)
3600.03/3630.94	c 3630	END Wed Jul 16 03:38:24 2008

Verifier Data (download as text)

OK	124	1086
124 unsatisfied constraints, 1086 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-1125268-1216168673/watcher-1125268-1216168673 -o /tmp/evaluation-result-1125268-1216168673/solver-1125268-1216168673 -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-1125268-1216168673.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.92 1.98 1.99 4/81 1600
/proc/meminfo: memFree=1730704/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=18572 CPUtime=0
/proc/1600/stat : 1600 (runsolver) R 1598 1600 939 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 73565265 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1600/statm: 4643 292 257 25 0 2626 0

[startup+0.078249 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 1600
/proc/meminfo: memFree=1730704/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.04
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 73565265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101228 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 1600
/proc/meminfo: memFree=1730704/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.04
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 73565265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301243 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 1600
/proc/meminfo: memFree=1730704/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.04
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 73565265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701277 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 1600
/proc/meminfo: memFree=1730704/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.04
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 73565265 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 1614
/proc/meminfo: memFree=1727608/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.92
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 974 5312 0 1 3 1 82 6 16 0 1 0 73565265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 797 370 3 0 500 0
[pid=1613] ppid=1600 vsize=5356 CPUtime=0
/proc/1613/stat : 1613 (sh) S 1600 1600 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73565365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1613/statm: 1339 233 193 169 0 50 0
[pid=1614] ppid=1613 vsize=864012 CPUtime=0.48
/proc/1614/stat : 1614 (java) S 1613 1600 939 0 -1 0 6108 0 1 0 45 3 0 0 19 0 9 0 73565365 884748288 5402 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1614/statm: 216003 5402 2532 9 0 210585 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882968

[startup+3.10247 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 1622
/proc/meminfo: memFree=1703096/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.92
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 974 5312 0 1 3 1 82 6 15 0 1 0 73565265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 797 370 3 0 500 0
[pid=1613] ppid=1600 vsize=5356 CPUtime=0
/proc/1613/stat : 1613 (sh) S 1600 1600 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73565365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1613/statm: 1339 233 193 169 0 50 0
[pid=1614] ppid=1613 vsize=868544 CPUtime=2.06
/proc/1614/stat : 1614 (java) S 1613 1600 939 0 -1 0 13340 0 1 0 199 7 0 0 19 0 9 0 73565365 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1614/statm: 217136 12532 2565 9 0 211683 0
[pid=1614/tid=1615] ppid=1613 vsize=868544 CPUtime=1
/proc/1614/task/1615/stat : 1615 (java) R 1613 1600 939 0 -1 64 2997 0 1 0 97 3 0 0 18 0 9 0 73565366 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1616] ppid=1613 vsize=868544 CPUtime=0.78
/proc/1614/task/1616/stat : 1616 (java) S 1613 1600 939 0 -1 64 8156 0 0 0 75 3 0 0 16 0 9 0 73565367 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1617] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1617/stat : 1617 (java) S 1613 1600 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73565368 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1618] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1618/stat : 1618 (java) S 1613 1600 939 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73565368 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1619] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1619/stat : 1619 (java) S 1613 1600 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73565369 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1620] ppid=1613 vsize=868544 CPUtime=0.27
/proc/1614/task/1620/stat : 1620 (java) S 1613 1600 939 0 -1 64 1491 0 0 0 26 1 0 0 15 0 9 0 73565369 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1621] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1621/stat : 1621 (java) S 1613 1600 939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73565370 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1622] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1622/stat : 1622 (java) S 1613 1600 939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73565370 889389056 12532 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887500

[startup+6.30173 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 1622
/proc/meminfo: memFree=1666104/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13600 CPUtime=0.92
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 974 5312 0 1 3 1 82 6 16 0 1 0 73565265 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3400 797 370 3 0 500 0
[pid=1613] ppid=1600 vsize=5356 CPUtime=0
/proc/1613/stat : 1613 (sh) S 1600 1600 939 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73565365 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1613/statm: 1339 233 193 169 0 50 0
[pid=1614] ppid=1613 vsize=868544 CPUtime=5.23
/proc/1614/stat : 1614 (java) S 1613 1600 939 0 -1 0 13698 0 1 0 497 26 0 0 19 0 9 0 73565365 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1614/statm: 217136 12546 2565 9 0 211683 0
[pid=1614/tid=1615] ppid=1613 vsize=868544 CPUtime=4.01
/proc/1614/task/1615/stat : 1615 (java) R 1613 1600 939 0 -1 64 3343 0 1 0 382 19 0 0 25 0 9 0 73565366 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4126566388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1616] ppid=1613 vsize=868544 CPUtime=0.9
/proc/1614/task/1616/stat : 1616 (java) S 1613 1600 939 0 -1 64 8156 0 0 0 86 4 0 0 16 0 9 0 73565367 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1617] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1617/stat : 1617 (java) S 1613 1600 939 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73565368 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1618] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1618/stat : 1618 (java) S 1613 1600 939 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73565368 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1619] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1619/stat : 1619 (java) S 1613 1600 939 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73565369 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1620] ppid=1613 vsize=868544 CPUtime=0.29
/proc/1614/task/1620/stat : 1620 (java) S 1613 1600 939 0 -1 64 1503 0 0 0 28 1 0 0 16 0 9 0 73565369 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1621] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1621/stat : 1621 (java) S 1613 1600 939 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73565370 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1614/tid=1622] ppid=1613 vsize=868544 CPUtime=0
/proc/1614/task/1622/stat : 1622 (java) S 1613 1600 939 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 73565370 889389056 12546 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887500

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 1636
/proc/meminfo: memFree=1609856/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=10.26
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1211 42874 0 3 4 1 966 55 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1635] ppid=1600 vsize=5356 CPUtime=0
/proc/1635/stat : 1635 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73566317 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1635/statm: 1339 232 193 169 0 50 0
[pid=1636] ppid=1635 vsize=80108 CPUtime=2.14
/proc/1636/stat : 1636 (minisat) R 1635 1600 939 0 -1 4194304 19483 0 0 0 202 12 0 0 25 0 1 0 73566318 82030592 19469 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/1636/statm: 20027 19469 72 150 0 19874 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 99196

[startup+25.5013 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 1663
/proc/meminfo: memFree=1608768/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=81312 CPUtime=6.4
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 19794 0 0 0 630 10 0 0 25 0 1 0 73567168 83263488 19780 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 20328 19780 75 150 0 20175 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 100400

[startup+51.1013 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 1663
/proc/meminfo: memFree=1608768/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=81528 CPUtime=31.75
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 19820 0 0 0 3165 10 0 0 25 0 1 0 73567168 83484672 19806 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 20382 19806 75 150 0 20229 0
Current children cumulated CPU time (s) 50.39
Current children cumulated vsize (KiB) 100616

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 1663
/proc/meminfo: memFree=1608448/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=81788 CPUtime=82.47
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 19897 0 0 0 8237 10 0 0 25 0 1 0 73567168 83750912 19875 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 20447 19875 75 150 0 20294 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 100876

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 1663
/proc/meminfo: memFree=1608320/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1542336/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=135656 CPUtime=3117.16
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 32966 0 0 0 311686 30 0 0 25 0 1 0 73567168 138911744 32909 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 33914 32909 75 150 0 33761 0
Current children cumulated CPU time (s) 3135.8
Current children cumulated vsize (KiB) 154744

[startup+3222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1894
/proc/meminfo: memFree=1540416/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=137604 CPUtime=3176.61
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 33431 0 0 0 317630 31 0 0 25 0 1 0 73567168 140906496 33374 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 34401 33374 75 150 0 34248 0
Current children cumulated CPU time (s) 3195.25
Current children cumulated vsize (KiB) 156692

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 1894
/proc/meminfo: memFree=1538688/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=139188 CPUtime=3236.05
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 33854 0 0 0 323574 31 0 0 25 0 1 0 73567168 142528512 33797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 34797 33797 75 150 0 34644 0
Current children cumulated CPU time (s) 3254.69
Current children cumulated vsize (KiB) 158276

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1536896/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=140908 CPUtime=3295.48
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 34296 0 0 0 329517 31 0 0 25 0 1 0 73567168 144289792 34239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 35227 34239 75 150 0 35074 0
Current children cumulated CPU time (s) 3314.12
Current children cumulated vsize (KiB) 159996

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1535104/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=142552 CPUtime=3354.93
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 34743 0 0 0 335461 32 0 0 25 0 1 0 73567168 145973248 34686 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 35638 34686 75 150 0 35485 0
Current children cumulated CPU time (s) 3373.57
Current children cumulated vsize (KiB) 161640

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1533376/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=144404 CPUtime=3414.36
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 35177 0 0 0 341404 32 0 0 25 0 1 0 73567168 147869696 35120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 36101 35120 75 150 0 35948 0
Current children cumulated CPU time (s) 3433
Current children cumulated vsize (KiB) 163492

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1532800/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=144832 CPUtime=3473.8
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 35306 0 0 0 347348 32 0 0 25 0 1 0 73567168 148307968 35249 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 36208 35249 75 150 0 36055 0
Current children cumulated CPU time (s) 3492.44
Current children cumulated vsize (KiB) 163920

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1532736/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=144832 CPUtime=3533.24
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 35306 0 0 0 353292 32 0 0 25 0 1 0 73567168 148307968 35249 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 36208 35249 75 150 0 36055 0
Current children cumulated CPU time (s) 3551.88
Current children cumulated vsize (KiB) 163920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1532736/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=144832 CPUtime=3581.39
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 35306 0 0 0 358107 32 0 0 25 0 1 0 73567168 148307968 35249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 36208 35249 75 150 0 36055 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 163920

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

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

[startup+3630.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 1894
/proc/meminfo: memFree=1532736/2055920 swapFree=4180336/4192956
[pid=1600] ppid=1598 vsize=13732 CPUtime=18.64
/proc/1600/stat : 1600 (sugar) S 1598 1600 939 0 -1 4194304 1440 90515 0 5 4 1 1772 87 16 0 1 0 73565265 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1600/statm: 3433 839 374 3 0 533 0
[pid=1662] ppid=1600 vsize=5356 CPUtime=0
/proc/1662/stat : 1662 (sh) S 1600 1600 939 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73567167 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1662/statm: 1339 232 193 169 0 50 0
[pid=1663] ppid=1662 vsize=144832 CPUtime=3581.39
/proc/1663/stat : 1663 (minisat) R 1662 1600 939 0 -1 4194304 35306 0 0 0 358107 32 0 0 25 0 1 0 73567168 148307968 35249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/1663/statm: 36208 35249 75 150 0 36055 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 163920

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1600 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=771298
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=921859
# CPU time returned by wait4() is 18.6932
# 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): 3630.95
CPU time (s): 3600.03
CPU user time (s): 3598.83
CPU system time (s): 1.2
CPU usage (%): 99.1483
Max. virtual memory (cumulated for all children) (KiB): 887500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7713
system time used= 0.921859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92297
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= 7026
involuntary context switches= 7168

runsolver used 4.29935 second user time and 12.2301 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-16 02:37:54
IDJOB=1125268
IDBENCH=63098
IDSOLVER=368
FILE ID=node69/1125268-1216168673
PBS_JOBID= 7905778
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-22_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-1125268-1216168673/watcher-1125268-1216168673 -o /tmp/evaluation-result-1125268-1216168673/solver-1125268-1216168673 -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-1125268-1216168673.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 00621646c81f1cc9daed991163bba876
RANDOM SEED=1432753730

node69.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.233
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.233
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:       1731184 kB
Buffers:         77200 kB
Cached:         163596 kB
SwapCached:       6860 kB
Active:         185264 kB
Inactive:        75040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731184 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:          35132 kB
Slab:            49364 kB
Committed_AS:   376208 kB
PageTables:       2068 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 node69 at 2008-07-16 03:38:26