Trace number 1125260

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.08 3615.55

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-18_ext.xml
MD5SUM7c2af9b47834e2669bcf46167f82d734
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark40.8058
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1221
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension1221
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:35:46 2008
0.00/0.04	c 0	PID 29215
0.03/0.05	c 0	HOST node66.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1125260-1216168546.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125260-1216168546.xml' 'HOME/temp.csp'
0.96/1.05	c 1	3 domains, 100 variables, 0 predicates, 1042 relations, 1221 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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'
1.02/1.16	c 1	Parsing HOME/temp.csp
2.22/2.37	c 3	parsed 2366 expressions
2.22/2.37	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.39	c 3	MAX CSP: 1221 constraints
2.22/2.39	c 3	Converting to clausal form CSP
2.31/2.43	c 3	converted 359 (10%) expressions
2.31/2.45	c 3	converted 718 (20%) expressions
2.51/2.61	c 3	converted 1077 (30%) expressions
2.51/2.69	c 3	converted 1436 (40%) expressions
2.61/2.78	c 3	converted 1795 (50%) expressions
2.81/2.94	c 3	converted 2154 (60%) expressions
2.91/3.02	c 3	converted 2513 (70%) expressions
2.91/3.07	c 3	converted 2872 (80%) expressions
3.01/3.16	c 3	converted 3231 (90%) expressions
3.49/3.62	c 4	converted 3590 (100%) expressions
3.49/3.62	c 4	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1832
3.49/3.62	c 4	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.62	c 4	Propagation in CSP
3.49/3.68	c 4	1216 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.49/3.69	c 4	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1222
3.49/3.69	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.49/3.69	c 4	Simplifing CSP by introducing new Boolean variables
3.49/3.69	c 4	CSP : 2542 integers, 0 booleans, 3662 clauses, largest domain size 1222
3.49/3.69	c 4	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.83	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.85	c 4	255 (10%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.70/3.85	c 4	509 (20%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.70/3.85	c 4	763 (30%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.70/3.86	c 4	1017 (40%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.70/3.86	c 4	1271 (50%) CSP integer variables are encoded (2010 clauses, 24081 bytes)
3.70/3.86	c 4	1526 (60%) CSP integer variables are encoded (4404 clauses, 55203 bytes)
3.70/3.87	c 4	1780 (70%) CSP integer variables are encoded (6443 clauses, 81710 bytes)
3.70/3.87	c 4	2034 (80%) CSP integer variables are encoded (8809 clauses, 113951 bytes)
3.70/3.89	c 4	2288 (90%) CSP integer variables are encoded (21138 clauses, 298886 bytes)
3.70/3.89	c 4	2542 (100%) CSP integer variables are encoded (24388 clauses, 347636 bytes)
3.89/4.07	c 4	367 (10%) CSP clauses are encoded (31919 clauses, 514236 bytes)
4.00/4.19	c 4	733 (20%) CSP clauses are encoded (38929 clauses, 680154 bytes)
4.19/4.31	c 5	1099 (30%) CSP clauses are encoded (45784 clauses, 849915 bytes)
4.19/4.38	c 5	1465 (40%) CSP clauses are encoded (56806 clauses, 1062892 bytes)
4.38/4.54	c 5	1831 (50%) CSP clauses are encoded (146436 clauses, 2700983 bytes)
4.38/4.59	c 5	2198 (60%) CSP clauses are encoded (172645 clauses, 3172100 bytes)
4.88/5.03	c 5	2564 (70%) CSP clauses are encoded (434575 clauses, 8063030 bytes)
5.47/5.67	c 6	2930 (80%) CSP clauses are encoded (661221 clauses, 12798073 bytes)
6.46/6.62	c 7	3296 (90%) CSP clauses are encoded (1211567 clauses, 24581457 bytes)
7.65/7.89	c 8	3662 (100%) CSP clauses are encoded (1955707 clauses, 40533174 bytes)
7.65/7.89	c 8	3662 CSP clauses encoded
7.65/7.89	c 8	Writing map file : HOME/temp.map
7.75/7.92	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.75/7.92	c 8	SAT : 26930 SAT variables, 1955707 SAT clauses, 40533174 bytes
7.75/7.92	c 8	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.75/7.98	c 8	OBJECTIVE minimize _COST
7.75/7.98	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.75/7.98	c 8	SEARCHING: _COST <= 611
7.75/7.98	c 8	SOLVING HOME/temp.cnf
7.75/7.98	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.75/7.98	c 8	This is MiniSat 2.0 beta
7.75/7.98	c 8	WARNING: for repeatability, setting FPU to use double precision
7.75/7.98	c 8	============================[ Problem Statistics ]=============================
7.75/7.98	c 8	|                                                                             |
7.75/7.98	c 8	|  Number of variables:  26930                                                |
7.75/7.98	c 8	|  Number of clauses:    1955708                                              |
8.69/8.98	c 9	|  Parsing time:         0.86         s                                       |
9.88/10.10	c 10	============================[ Search Statistics ]==============================
9.88/10.10	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.88/10.10	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.88/10.10	c 10	===============================================================================
9.88/10.10	c 10	|         0 |   20220  1254365  3745355 |   418121        0    nan |  0.000 % |
10.37/10.68	c 11	|       101 |   20220  1254365  3745355 |   459933      101     30 | 24.916 % |
10.47/10.79	c 11	===============================================================================
10.47/10.79	c 11	restarts              : 2
10.47/10.79	c 11	conflicts             : 247            (93 /sec)
10.47/10.79	c 11	decisions             : 7019           (0.83 % random) (2651 /sec)
10.47/10.79	c 11	propagations          : 271083         (102388 /sec)
10.47/10.79	c 11	conflict literals     : 4818           (14.50 % deleted)
10.47/10.79	c 11	Memory used           : 78.48 MB
10.47/10.79	c 11	CPU time              : 2.6476 s
10.47/10.79	c 11	
10.57/10.80	c 11	SATISFIABLE
10.57/10.82	c 11	FOUND: _COST <= 611
10.57/10.82	s SATISFIABLE
10.57/10.82	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.57/10.82	c 11	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.65/10.91	c 11	Decoding HOME/temp.out
10.96/11.25	c 11	OBJECTIVE _COST 609
10.96/11.25	o 609
10.96/11.26	v 14 25 20 25 19 24 9 25 25 20 8 22 22 6 14 19 9 3 22 4 1 12 12 4 9 11 3 17 15 17 12 3 5 17 4 4 17 16 7 17 14 17 14 7 25 23 19 9 25 12 9 12 6 3 14 9 17 10 5 23 25 15 14 25 9 3 25 18 12 17 10 3 17 8 13 8 15 13 17 4 17 8 10 21 14 0 17 3 8 17 19 25 25 17 17 25 25 25 25 17
10.96/11.26	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.03/11.30	c 12	OBJECTIVE BOUND: 0 <= _COST <= 609
11.03/11.30	c 12	SEARCHING: _COST <= 304
11.03/11.30	c 12	SOLVING HOME/temp.cnf
11.03/11.30	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.03/11.30	c 12	This is MiniSat 2.0 beta
11.03/11.30	c 12	WARNING: for repeatability, setting FPU to use double precision
11.03/11.30	c 12	============================[ Problem Statistics ]=============================
11.03/11.30	c 12	|                                                                             |
11.03/11.31	c 12	|  Number of variables:  26930                                                |
11.03/11.31	c 12	|  Number of clauses:    1955708                                              |
12.02/12.33	c 13	|  Parsing time:         0.90         s                                       |
13.51/13.86	c 14	============================[ Search Statistics ]==============================
13.51/13.86	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.51/13.86	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.51/13.86	c 14	===============================================================================
13.51/13.86	c 14	|         0 |   16532   820879  2455654 |   273626        0    nan |  0.000 % |
13.71/14.08	c 14	|       100 |   16531   820879  2455654 |   300988       99     16 | 38.659 % |
14.20/14.53	c 15	|       250 |   16531   820879  2455654 |   331087      249     19 | 38.659 % |
14.60/14.98	c 15	|       475 |   16531   820879  2455654 |   364196      474     18 | 38.659 % |
14.89/15.26	c 15	|       812 |   16531   820879  2455654 |   400616      811     17 | 38.659 % |
15.48/15.86	c 16	|      1318 |   16531   820879  2455654 |   440677     1317     26 | 38.659 % |
15.58/15.96	c 16	===============================================================================
15.58/15.96	c 16	restarts              : 6
15.58/15.96	c 16	conflicts             : 1398           (310 /sec)
15.58/15.96	c 16	decisions             : 7004           (1.09 % random) (1555 /sec)
15.58/15.96	c 16	propagations          : 1505996        (334345 /sec)
15.58/15.96	c 16	conflict literals     : 35428          (20.61 % deleted)
15.58/15.96	c 16	Memory used           : 79.39 MB
15.58/15.96	c 16	CPU time              : 4.50432 s
15.58/15.96	c 16	
15.58/15.97	c 16	SATISFIABLE
15.58/15.99	c 16	FOUND: _COST <= 304
15.58/15.99	c 16	DECODING HOME/temp.out WITH HOME/temp.map
15.58/15.99	c 16	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.69/16.07	c 16	Decoding HOME/temp.out
15.69/16.22	c 16	OBJECTIVE _COST 304
15.69/16.22	o 304
15.69/16.23	v 25 0 25 19 24 24 9 1 5 20 3 10 23 17 17 25 0 17 5 6 12 25 22 17 15 4 3 25 17 13 12 5 25 14 14 14 13 12 20 2 4 10 25 1 14 7 6 2 19 15 17 17 18 17 13 17 0 17 3 20 25 7 6 6 6 12 8 8 25 6 0 1 11 4 13 12 3 17 1 12 8 7 7 16 11 9 7 2 12 17 23 25 11 7 1 25 25 25 25 17
15.69/16.23	c 16	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.69/16.25	c 16	OBJECTIVE BOUND: 0 <= _COST <= 304
15.69/16.25	c 16	SEARCHING: _COST <= 152
15.69/16.25	c 16	SOLVING HOME/temp.cnf
15.69/16.25	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.69/16.26	c 16	This is MiniSat 2.0 beta
15.69/16.26	c 16	WARNING: for repeatability, setting FPU to use double precision
15.69/16.26	c 16	============================[ Problem Statistics ]=============================
15.69/16.26	c 16	|                                                                             |
15.69/16.26	c 16	|  Number of variables:  26930                                                |
15.69/16.26	c 16	|  Number of clauses:    1955708                                              |
16.84/17.29	c 18	|  Parsing time:         0.90         s                                       |
18.63/19.01	c 19	============================[ Search Statistics ]==============================
18.63/19.01	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.63/19.01	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.63/19.01	c 19	===============================================================================
18.63/19.01	c 19	|         0 |   14247   477571  1432433 |   159190        0    nan |  0.000 % |
18.83/19.23	c 19	|       101 |   14247   477571  1432433 |   175109      100     26 | 47.156 % |
18.93/19.37	c 20	|       251 |   14246   477571  1432433 |   192620      250     20 | 47.156 % |
19.13/19.59	c 20	|       477 |   14246   477571  1432433 |   211882      476     21 | 47.156 % |
19.43/19.86	c 20	|       816 |   14246   477571  1432433 |   233070      815     22 | 47.156 % |
19.82/20.20	c 20	|      1323 |   14246   477571  1432433 |   256377     1322     23 | 47.156 % |
20.22/20.63	c 21	|      2082 |   14246   477571  1432433 |   282015     2081     25 | 47.156 % |
20.42/20.82	c 21	===============================================================================
20.42/20.82	c 21	restarts              : 7
20.42/20.82	c 21	conflicts             : 2404           (548 /sec)
20.42/20.82	c 21	decisions             : 4663           (0.99 % random) (1062 /sec)
20.42/20.82	c 21	propagations          : 2068708        (471196 /sec)
20.42/20.82	c 21	conflict literals     : 61811          (29.18 % deleted)
20.42/20.82	c 21	Memory used           : 80.33 MB
20.42/20.82	c 21	CPU time              : 4.39033 s
20.42/20.82	c 21	
20.42/20.83	c 21	SATISFIABLE
20.42/20.85	c 21	FOUND: _COST <= 152
20.42/20.85	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.42/20.85	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.48/20.93	c 21	Decoding HOME/temp.out
20.48/21.08	c 21	OBJECTIVE _COST 143
20.48/21.08	o 143
20.48/21.09	v 17 7 18 2 9 19 9 25 12 25 25 22 7 17 5 20 13 7 0 7 23 8 1 17 9 5 15 25 10 0 0 15 17 1 14 17 8 14 10 2 4 10 8 3 14 7 6 2 19 15 17 17 18 3 13 11 1 17 1 19 25 7 8 8 8 6 21 25 7 6 5 1 17 13 13 12 3 17 3 14 7 7 10 25 11 17 3 17 12 17 19 0 25 17 1 25 25 25 25 17
20.48/21.09	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.48/21.11	c 21	OBJECTIVE BOUND: 0 <= _COST <= 143
20.48/21.11	c 21	SEARCHING: _COST <= 71
20.48/21.11	c 21	SOLVING HOME/temp.cnf
20.48/21.11	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.48/21.11	c 21	This is MiniSat 2.0 beta
20.48/21.11	c 21	WARNING: for repeatability, setting FPU to use double precision
20.48/21.11	c 21	============================[ Problem Statistics ]=============================
20.48/21.11	c 21	|                                                                             |
20.48/21.12	c 21	|  Number of variables:  26930                                                |
20.48/21.12	c 21	|  Number of clauses:    1955708                                              |
21.69/22.17	c 22	|  Parsing time:         0.91         s                                       |
23.38/23.89	c 24	============================[ Search Statistics ]==============================
23.38/23.90	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.38/23.90	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.38/23.90	c 24	===============================================================================
23.38/23.90	c 24	|         0 |   12385   255667   772226 |    85222        0    nan |  0.000 % |
23.67/24.11	c 24	|       103 |   12385   255667   772226 |    93744      102     19 | 54.096 % |
23.77/24.21	c 24	|       253 |   12385   255667   772226 |   103119      252     20 | 54.096 % |
23.87/24.33	c 25	|       478 |   12385   255667   772226 |   113430      477     20 | 54.096 % |
24.07/24.59	c 25	|       817 |   12385   255667   772226 |   124774      816     21 | 54.096 % |
24.57/25.01	c 25	|      1327 |   12362   254202   767909 |   137251     1326     21 | 54.096 % |
25.26/25.73	c 26	|      2087 |   12362   254202   767909 |   150976     2086     21 | 54.096 % |
26.05/26.53	c 27	|      3226 |   12362   254202   767909 |   166074     3225     21 | 54.096 % |
27.14/27.63	c 28	|      4935 |   12362   254202   767909 |   182681     4934     20 | 54.096 % |
29.12/29.64	c 30	|      7501 |   12362   254202   767909 |   200949     7500     19 | 54.096 % |
32.68/33.26	c 33	|     11345 |   12362   254202   767909 |   221044    11344     21 | 54.096 % |
38.23/38.89	c 39	|     17111 |   12362   254202   767909 |   243149    17110     21 | 54.096 % |
47.14/47.85	c 48	|     25760 |   12362   254202   767909 |   267464    25759     22 | 54.096 % |
64.28/65.13	c 65	|     38734 |   12362   254202   767909 |   294210    38733     23 | 54.096 % |
92.80/93.98	c 94	|     58195 |   12362   254202   767909 |   323631    58194     23 | 54.096 % |
140.15/141.80	c 142	|     87387 |   12362   254202   767909 |   355994    87386     23 | 54.096 % |
221.46/223.82	c 224	|    131176 |   12362   254202   767909 |   391594   131175     25 | 54.096 % |
345.18/348.71	c 349	|    196860 |   12362   254202   767909 |   430753   196859     27 | 54.096 % |
605.00/611.08	c 611	|    295387 |   12362   254202   767909 |   473829   295386     26 | 54.096 % |
1118.81/1129.70	c 1130	|    443178 |   12362   254202   767909 |   521212   443177     26 | 54.096 % |
1677.80/1692.32	c 1693	|    664861 |   12362   254202   767909 |   573333   144297     25 | 54.096 % |
2622.75/2637.76	c 2638	|    997387 |   12362   254202   767909 |   630666   476823     26 | 54.096 % |
3600.08/3615.52	c ERROR INTERRUPTED
3600.08/3615.54	c 3616	CPU 19.77 (0.04 0.02 19.73 0.94)
3600.08/3615.54	c 3616	END Wed Jul 16 03:36:02 2008

Verifier Data (download as text)

OK	122	1099
122 unsatisfied constraints, 1099 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-1125260-1216168546/watcher-1125260-1216168546 -o /tmp/evaluation-result-1125260-1216168546/solver-1125260-1216168546 -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-1125260-1216168546.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 2.06 4/81 29215
/proc/meminfo: memFree=1586008/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=12132 CPUtime=0
/proc/29215/stat : 29215 (sugar) R 29213 29215 28581 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 73552638 12423168 182 996147200 4194304 4206940 548682068592 18446744073709551615 227607483837 0 0 4224 0 0 0 0 17 1 0 0
/proc/29215/statm: 3033 182 142 3 0 133 0

[startup+0.050255 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 29215
/proc/meminfo: memFree=1586008/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=0.03
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 73552638 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.100854 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 29215
/proc/meminfo: memFree=1586008/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=0.03
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 73552638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301895 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 29215
/proc/meminfo: memFree=1586008/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=0.03
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 73552638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701974 s]
/proc/loadavg: 1.92 1.98 2.06 4/81 29215
/proc/meminfo: memFree=1586008/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=0.03
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 73552638 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50113 s]
/proc/loadavg: 1.92 1.98 2.06 3/92 29227
/proc/meminfo: memFree=1571648/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=1.02
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 974 5504 0 1 3 1 93 5 16 0 1 0 73552638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 13600

[startup+3.10245 s]
/proc/loadavg: 1.92 1.98 2.06 4/92 29237
/proc/meminfo: memFree=1564608/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=1.02
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 974 5504 0 1 3 1 93 5 15 0 1 0 73552638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 797 370 3 0 500 0
[pid=29228] ppid=29215 vsize=5356 CPUtime=0
/proc/29228/stat : 29228 (sh) S 29215 29215 28581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73552747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29228/statm: 1339 233 193 169 0 50 0
[pid=29229] ppid=29228 vsize=868448 CPUtime=1.99
/proc/29229/stat : 29229 (java) S 29228 29215 28581 0 -1 0 14460 0 1 0 191 8 0 0 18 0 9 0 73552747 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29229/statm: 217112 13684 2543 9 0 211687 0
[pid=29229/tid=29230] ppid=29228 vsize=868448 CPUtime=1.12
/proc/29229/task/29230/stat : 29230 (java) R 29228 29215 28581 0 -1 64 2904 0 1 0 111 1 0 0 19 0 9 0 73552748 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4126600698 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29231] ppid=29228 vsize=868448 CPUtime=0.67
/proc/29229/task/29231/stat : 29231 (java) S 29228 29215 28581 0 -1 64 9425 0 0 0 63 4 0 0 16 0 9 0 73552749 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29232] ppid=29228 vsize=868448 CPUtime=0
/proc/29229/task/29232/stat : 29232 (java) S 29228 29215 28581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73552749 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29233] ppid=29228 vsize=868448 CPUtime=0
/proc/29229/task/29233/stat : 29233 (java) S 29228 29215 28581 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73552749 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29234] ppid=29228 vsize=868448 CPUtime=0
/proc/29229/task/29234/stat : 29234 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73552751 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29235] ppid=29228 vsize=868448 CPUtime=0.17
/proc/29229/task/29235/stat : 29235 (java) S 29228 29215 28581 0 -1 64 1434 0 0 0 16 1 0 0 16 0 9 0 73552751 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29236] ppid=29228 vsize=868448 CPUtime=0
/proc/29229/task/29236/stat : 29236 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73552751 889290752 13684 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29237] ppid=29228 vsize=868448 CPUtime=0
/proc/29229/task/29237/stat : 29237 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73552751 889290752 13684 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) 887404

[startup+6.30109 s]
/proc/loadavg: 2.01 2.00 2.06 3/92 29237
/proc/meminfo: memFree=1519552/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13600 CPUtime=1.02
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 974 5504 0 1 3 1 93 5 15 0 1 0 73552638 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3400 797 370 3 0 500 0
[pid=29228] ppid=29215 vsize=5356 CPUtime=0
/proc/29228/stat : 29228 (sh) S 29215 29215 28581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73552747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29228/statm: 1339 233 193 169 0 50 0
[pid=29229] ppid=29228 vsize=868560 CPUtime=5.14
/proc/29229/stat : 29229 (java) S 29228 29215 28581 0 -1 0 16704 0 1 0 490 24 0 0 18 0 9 0 73552747 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29229/statm: 217140 15746 2565 9 0 211687 0
[pid=29229/tid=29230] ppid=29228 vsize=868560 CPUtime=3.64
/proc/29229/task/29230/stat : 29230 (java) R 29228 29215 28581 0 -1 64 3437 0 1 0 348 16 0 0 25 0 9 0 73552748 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4127113401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29231] ppid=29228 vsize=868560 CPUtime=1.19
/proc/29229/task/29231/stat : 29231 (java) S 29228 29215 28581 0 -1 64 11068 0 0 0 114 5 0 0 16 0 9 0 73552749 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29232] ppid=29228 vsize=868560 CPUtime=0
/proc/29229/task/29232/stat : 29232 (java) S 29228 29215 28581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73552749 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29233] ppid=29228 vsize=868560 CPUtime=0
/proc/29229/task/29233/stat : 29233 (java) S 29228 29215 28581 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73552749 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29234] ppid=29228 vsize=868560 CPUtime=0
/proc/29229/task/29234/stat : 29234 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73552751 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29235] ppid=29228 vsize=868560 CPUtime=0.28
/proc/29229/task/29235/stat : 29235 (java) S 29228 29215 28581 0 -1 64 1502 0 0 0 27 1 0 0 16 0 9 0 73552751 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29236] ppid=29228 vsize=868560 CPUtime=0
/proc/29229/task/29236/stat : 29236 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 73552751 889405440 15746 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29229/tid=29237] ppid=29228 vsize=868560 CPUtime=0
/proc/29229/task/29237/stat : 29237 (java) S 29228 29215 28581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73552751 889405440 15746 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) 887516

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.06 3/84 29251
/proc/meminfo: memFree=1483776/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=11.04
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1211 46447 0 3 3 2 1038 61 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29250] ppid=29215 vsize=5356 CPUtime=0
/proc/29250/stat : 29250 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73553769 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29250/statm: 1339 232 193 169 0 50 0
[pid=29251] ppid=29250 vsize=81292 CPUtime=1.37
/proc/29251/stat : 29251 (minisat) R 29250 29215 28581 0 -1 4194304 19819 0 0 0 126 11 0 0 25 0 1 0 73553769 83243008 19805 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/29251/statm: 20323 19805 72 150 0 20170 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 100380

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 2.06 3/84 29275
/proc/meminfo: memFree=1461568/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 15 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=82776 CPUtime=4.33
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 20182 0 0 0 421 12 0 0 25 0 1 0 73554750 84762624 20168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29275/statm: 20694 20168 75 150 0 20541 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 101864

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.06 3/84 29275
/proc/meminfo: memFree=1461632/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=82940 CPUtime=29.68
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 20210 0 0 0 2956 12 0 0 25 0 1 0 73554750 84930560 20196 996147200 134512640 135127466 4294956256 18446744073709551615 134530595 0 0 4096 3 0 0 0 17 1 0 0
/proc/29275/statm: 20735 20196 75 150 0 20582 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 102028

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 29275
/proc/meminfo: memFree=1461376/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=83140 CPUtime=80.4
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 20244 0 0 0 8027 13 0 0 25 0 1 0 73554750 85135360 20230 996147200 134512640 135127466 4294956256 18446744073709551615 134530834 0 0 4096 3 0 0 0 17 1 0 0
/proc/29275/statm: 20785 20230 75 150 0 20632 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 102228

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 29275
/proc/meminfo: memFree=1461120/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=83496 CPUtime=139.82
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 20310 0 0 0 13969 13 0 0 25 0 1 0 73554750 85499904 20296 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/29275/statm: 20874 20296 75 150 0 20721 0
Current children cumulated CPU time (s) 160.55

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

/proc/meminfo: memFree=1411328/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=131312 CPUtime=3126.36
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 31898 0 0 0 312604 32 0 0 25 0 1 0 73554750 134463488 31884 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 32828 31884 75 150 0 32675 0
Current children cumulated CPU time (s) 3147.09
Current children cumulated vsize (KiB) 150400

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1409472/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=133044 CPUtime=3186.33
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 32353 0 0 0 318601 32 0 0 25 0 1 0 73554750 136237056 32339 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 33261 32339 75 150 0 33108 0
Current children cumulated CPU time (s) 3207.06
Current children cumulated vsize (KiB) 152132

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1407552/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=134772 CPUtime=3246.3
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 32805 0 0 0 324597 33 0 0 25 0 1 0 73554750 138006528 32791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 33693 32791 75 150 0 33540 0
Current children cumulated CPU time (s) 3267.03
Current children cumulated vsize (KiB) 153860

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406464/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3306.28
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33066 0 0 0 330594 34 0 0 25 0 1 0 73554750 139583488 33052 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33052 75 150 0 33925 0
Current children cumulated CPU time (s) 3327.01
Current children cumulated vsize (KiB) 155400

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406400/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3366.25
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33066 0 0 0 336591 34 0 0 25 0 1 0 73554750 139583488 33052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33052 75 150 0 33925 0
Current children cumulated CPU time (s) 3386.98
Current children cumulated vsize (KiB) 155400

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406400/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3426.22
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33066 0 0 0 342587 35 0 0 25 0 1 0 73554750 139583488 33052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33052 75 150 0 33925 0
Current children cumulated CPU time (s) 3446.95
Current children cumulated vsize (KiB) 155400

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406400/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3486.19
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33066 0 0 0 348584 35 0 0 25 0 1 0 73554750 139583488 33052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33052 75 150 0 33925 0
Current children cumulated CPU time (s) 3506.92
Current children cumulated vsize (KiB) 155400

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406336/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3546.16
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33070 0 0 0 354581 35 0 0 25 0 1 0 73554750 139583488 33056 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33056 75 150 0 33925 0
Current children cumulated CPU time (s) 3566.89
Current children cumulated vsize (KiB) 155400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406336/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3579.35
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33070 0 0 0 357900 35 0 0 25 0 1 0 73554750 139583488 33056 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33056 75 150 0 33925 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 155400

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

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

[startup+3615.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29386
/proc/meminfo: memFree=1406336/2055920 swapFree=4180776/4192956
[pid=29215] ppid=29213 vsize=13732 CPUtime=20.73
/proc/29215/stat : 29215 (sugar) S 29213 29215 28581 0 -1 4194304 1440 94788 0 5 4 2 1973 94 16 0 1 0 73552638 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29215/statm: 3433 839 374 3 0 533 0
[pid=29274] ppid=29215 vsize=5356 CPUtime=0
/proc/29274/stat : 29274 (sh) S 29215 29215 28581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73554750 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29274/statm: 1339 232 193 169 0 50 0
[pid=29275] ppid=29274 vsize=136312 CPUtime=3579.35
/proc/29275/stat : 29275 (minisat) R 29274 29215 28581 0 -1 4194304 33070 0 0 0 357900 35 0 0 25 0 1 0 73554750 139583488 33056 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/29275/statm: 34078 33056 75 150 0 33925 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 155400

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29215 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=773993
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=990849
# CPU time returned by wait4() is 20.7648
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.55
CPU time (s): 3600.08
CPU user time (s): 3598.77
CPU system time (s): 1.31
CPU usage (%): 99.5721
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.774
system time used= 0.990849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96571
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= 5879
involuntary context switches= 6454

runsolver used 4.48232 second user time and 10.2824 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-16 02:35:46
IDJOB=1125260
IDBENCH=63097
IDSOLVER=368
FILE ID=node66/1125260-1216168546
PBS_JOBID= 7905800
Free space on /tmp= 66560 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7c2af9b47834e2669bcf46167f82d734
RANDOM SEED=508492514

node66.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1586488 kB
Buffers:         84612 kB
Cached:         292876 kB
SwapCached:       6372 kB
Active:         220600 kB
Inactive:       176808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586488 kB
SwapTotal:     4192956 kB
SwapFree:      4180776 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          35596 kB
Slab:            57080 kB
Committed_AS:   280552 kB
PageTables:       1876 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 node66 at 2008-07-16 03:36:04