Trace number 1111185

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)92 3600.17 3631.78

General information on the benchmark

Namecsp/
chessboardColoration/normalized-cc-9-9-2.xml
MD5SUMce08ce1390ffd10aa41a85c876acf89f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints80
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1296
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1296
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.82	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.82	c 0	BEGIN Sat Jul 12 07:56:18 2008
0.00/0.82	c 0	PID 17540
0.00/0.82	c 0	HOST node22.alineos.net
0.00/0.82	c 0	CONVERTING HOME/instance-1111185-1215842177.xml TO HOME/temp.csp
0.00/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111185-1215842177.xml' 'HOME/temp.csp'
0.06/1.33	c 0	1 domains, 81 variables, 1 predicates, 0 relations, 1296 constraints
0.06/1.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/1.44	c 0	Parsing HOME/temp.csp
0.87/1.86	c 1	parsed 1379 expressions
0.87/1.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.87/1.89	c 1	MAX CSP: 1296 constraints
0.87/1.89	c 1	Converting to clausal form CSP
1.06/2.07	c 1	converted 268 (10%) expressions
1.16/2.11	c 1	converted 536 (20%) expressions
1.16/2.13	c 1	converted 804 (30%) expressions
1.16/2.16	c 1	converted 1072 (40%) expressions
1.16/2.18	c 1	converted 1339 (50%) expressions
1.26/2.21	c 1	converted 1607 (60%) expressions
1.26/2.27	c 1	converted 1875 (70%) expressions
1.26/2.29	c 1	converted 2143 (80%) expressions
1.36/2.32	c 1	converted 2411 (90%) expressions
1.46/2.46	c 1	converted 2678 (100%) expressions
1.46/2.46	c 1	CSP : 2673 integers, 0 booleans, 3887 clauses, largest domain size 1945
1.46/2.46	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.46/2.46	c 1	Propagation in CSP
1.66/2.62	c 1	1293 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.66/2.62	c 1	CSP : 2673 integers, 0 booleans, 3887 clauses, largest domain size 1297
1.66/2.62	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/2.62	c 1	Simplifing CSP by introducing new Boolean variables
1.66/2.69	c 2	CSP : 2673 integers, 15552 booleans, 19439 clauses, largest domain size 1297
1.66/2.69	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.76/2.77	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.76/2.79	c 2	268 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.76/2.80	c 2	535 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.76/2.80	c 2	802 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.76/2.80	c 2	1070 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.76/2.80	c 2	1337 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.85/2.83	c 2	1604 (60%) CSP integer variables are encoded (12644 clauses, 172641 bytes)
1.85/2.83	c 2	1872 (70%) CSP integer variables are encoded (15779 clauses, 219666 bytes)
1.85/2.84	c 2	2139 (80%) CSP integer variables are encoded (18966 clauses, 267471 bytes)
1.85/2.84	c 2	2406 (90%) CSP integer variables are encoded (21048 clauses, 298701 bytes)
1.85/2.84	c 2	2673 (100%) CSP integer variables are encoded (23876 clauses, 341121 bytes)
1.85/2.91	c 2	1944 (10%) CSP clauses are encoded (27615 clauses, 395952 bytes)
1.96/2.93	c 2	3888 (20%) CSP clauses are encoded (31353 clauses, 450993 bytes)
1.96/2.95	c 2	5832 (30%) CSP clauses are encoded (35092 clauses, 507639 bytes)
1.96/2.96	c 2	7776 (40%) CSP clauses are encoded (38830 clauses, 564339 bytes)
1.96/2.98	c 2	9720 (50%) CSP clauses are encoded (42569 clauses, 620985 bytes)
1.96/3.00	c 2	11664 (60%) CSP clauses are encoded (46307 clauses, 677685 bytes)
2.07/3.02	c 2	13608 (70%) CSP clauses are encoded (50046 clauses, 734459 bytes)
2.07/3.04	c 2	15552 (80%) CSP clauses are encoded (53784 clauses, 791309 bytes)
3.86/4.85	c 4	17496 (90%) CSP clauses are encoded (923580 clauses, 18830818 bytes)
6.16/7.15	c 6	19439 (100%) CSP clauses are encoded (2203548 clauses, 46203824 bytes)
6.16/7.15	c 6	19439 CSP clauses encoded
6.16/7.15	c 6	Writing map file : HOME/temp.map
6.16/7.19	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.16/7.19	c 6	SAT : 42101 SAT variables, 2203548 SAT clauses, 46203824 bytes
6.16/7.19	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.24/7.25	c 6	OBJECTIVE minimize _COST
6.24/7.25	c 6	SOLVING HOME/temp.cnf
6.24/7.25	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.24/7.25	c 6	This is MiniSat 2.0 beta incremental
6.24/7.25	c 6	WARNING: for repeatability, setting FPU to use double precision
6.24/7.25	c 6	============================[ Problem Statistics ]=============================
6.24/7.25	c 6	|                                                                             |
6.24/7.25	c 6	|  Number of variables:  42101                                                |
6.24/7.25	c 6	|  Number of clauses:    2203548                                              |
7.20/8.21	c 7	|  Parsing time:         0.81         s                                       |
7.20/8.25	c 7	OK
7.20/8.25	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.20/8.25	c 7	SEARCHING: _COST <= 648
7.20/8.25	c 7	============================[ Search Statistics ]==============================
7.20/8.25	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.20/8.25	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.20/8.25	c 7	===============================================================================
7.20/8.25	c 7	|         0 |   42101  2203548  6519576 |   734516        0    nan |  0.000 % |
7.41/8.47	c 7	|       100 |   42101  2203548  6519576 |   807967      100     12 |  0.000 % |
7.70/8.71	c 8	|       250 |   42101  2203548  6519576 |   888764      250     53 |  0.000 % |
7.79/8.86	c 8	|       475 |   42101  2203548  6519576 |   977640      475     37 |  0.000 % |
8.30/9.35	c 8	|       812 |   42101  2203548  6519576 |  1075404      812     72 |  0.000 % |
8.88/10.00	c 9	|      1318 |   42101  2203548  6519576 |  1182945     1318     89 |  0.000 % |
10.57/11.68	c 10	|      2078 |   42101  2203548  6519576 |  1301239     2078    108 |  0.000 % |
11.06/12.13	c 11	===============================================================================
11.06/12.13	c 11	restarts              : 7
11.06/12.13	c 11	conflicts             : 2296          (492 /sec)
11.06/12.13	c 11	decisions             : 71327         (0.57 % random) (15269 /sec)
11.06/12.13	c 11	propagations          : 3259841        (697846 /sec)
11.06/12.13	c 11	conflict literals     : 227288         (9.17 % deleted)
11.06/12.13	c 11	Memory used           : 95.20 MB
11.06/12.13	c 11	CPU time              : 4.67129 s
11.06/12.13	c 11	
11.06/12.13	c 11	SATISFIABLE
11.06/12.15	c 11	OK
11.06/12.15	c 11	FOUND: _COST <= 648
11.06/12.15	s SATISFIABLE
11.06/12.15	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.06/12.15	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.10/12.22	c 11	Decoding HOME/temp.out
11.10/12.40	c 11	OBJECTIVE _COST 493
11.10/12.40	o 493
11.10/12.41	v 0 0 1 1 1 0 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 0 0 1 0 1 1 0 1 1 0 0 0 0 1 1 1 0 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 1 1 1 0 1 0 0 1 1 0 1 1 0 1 1 0
11.10/12.41	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.10/12.48	c 11	OK
11.10/12.48	c 11	OBJECTIVE BOUND: 0 <= _COST <= 493
11.10/12.48	c 11	SEARCHING: _COST <= 246
11.10/12.48	c 11	============================[ Search Statistics ]==============================
11.10/12.48	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.10/12.48	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.10/12.48	c 11	===============================================================================
11.10/12.48	c 11	|      2296 |   42101  2203548  6519576 |   734516     2296     99 |  0.000 % |
11.50/12.63	c 11	|      2396 |   42101  2203548  6519576 |   807967     2396     97 | 21.349 % |
11.70/12.88	c 12	|      2546 |   42101  2203548  6519576 |   888764     2546     94 | 21.349 % |
11.90/13.02	c 12	|      2772 |   42101  2203548  6519576 |   977640     2772     88 | 21.349 % |
12.39/13.51	c 12	|      3109 |   42101  2203548  6519576 |  1075404     3109     86 | 21.349 % |
13.48/14.63	c 13	|      3615 |   42101  2203548  6519576 |  1182945     3615     90 | 21.349 % |
14.37/15.56	c 14	|      4374 |   42101  2203548  6519576 |  1301239     4374     93 | 21.349 % |
14.97/16.17	c 15	===============================================================================
14.97/16.17	c 15	restarts              : 14
14.97/16.17	c 15	conflicts             : 4908          (588 /sec)
14.97/16.17	c 15	decisions             : 104889        (0.54 % random) (12560 /sec)
14.97/16.17	c 15	propagations          : 7163325        (857808 /sec)
14.97/16.17	c 15	conflict literals     : 432930         (12.79 % deleted)
14.97/16.17	c 15	Memory used           : 96.23 MB
14.97/16.17	c 15	CPU time              : 8.35073 s
14.97/16.17	c 15	
14.97/16.17	c 15	SATISFIABLE
14.97/16.19	c 15	OK
14.97/16.19	c 15	FOUND: _COST <= 246
14.97/16.19	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.97/16.19	c 15	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.05/16.33	c 15	Decoding HOME/temp.out
15.05/16.51	c 15	OBJECTIVE _COST 246
15.05/16.51	o 246
15.05/16.51	v 1 1 0 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 1 0 1 1 1 0 0 1 0 0 1 0 1 1 1 1 0 0 0 1 1 1 0 0 1 0 1 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 1 1
15.05/16.52	c 15	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.45/18.76	c 18	OK
17.45/18.76	c 18	OBJECTIVE BOUND: 0 <= _COST <= 246
17.45/18.76	c 18	SEARCHING: _COST <= 123
17.45/18.76	c 18	============================[ Search Statistics ]==============================
17.45/18.76	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.45/18.76	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.45/18.76	c 18	===============================================================================
17.45/18.76	c 18	|      4908 |   29915   733314  2144382 |   244438     4629     82 | 21.349 % |
17.65/18.94	c 18	|      5008 |   29915   733314  2144382 |   268881     4729     81 | 28.945 % |
17.65/19.00	c 18	|      5159 |   29915   733314  2144382 |   295769     4880     79 | 28.945 % |
18.05/19.31	c 18	|      5385 |   29915   733314  2144382 |   325346     5106     79 | 28.945 % |
18.35/19.64	c 18	|      5722 |   29915   733314  2144382 |   357881     5443     77 | 28.945 % |
18.75/20.05	c 19	|      6229 |   29915   733314  2144382 |   393669     5950     74 | 28.945 % |
19.95/21.29	c 20	|      6990 |   29915   733314  2144382 |   433036     6711     77 | 28.945 % |
20.85/22.16	c 21	|      8130 |   29915   733314  2144382 |   476340     7851     76 | 28.945 % |
23.55/24.88	c 24	|      9838 |   29915   733314  2144382 |   523974     9559     81 | 28.945 % |
26.74/28.08	c 27	|     12401 |   29915   733314  2144382 |   576372    12122     87 | 28.945 % |
33.14/34.43	c 33	|     16248 |   29915   733314  2144382 |   634009    15969     96 | 28.945 % |
40.44/41.77	c 41	|     22014 |   29915   733314  2144382 |   697410    21735     95 | 28.945 % |
57.84/59.18	c 58	|     30663 |   29915   733314  2144382 |   767151    30384    103 | 28.945 % |
84.03/85.40	c 84	|     43637 |   29915   733314  2144382 |   843866    43358    109 | 28.945 % |
88.73/90.05	c 89	===============================================================================
88.73/90.06	c 89	restarts              : 28
88.73/90.06	c 89	conflicts             : 46599         (570 /sec)
88.73/90.06	c 89	decisions             : 188590        (0.65 % random) (2305 /sec)
88.73/90.06	c 89	propagations          : 81924735       (1001347 /sec)
88.73/90.06	c 89	conflict literals     : 5069333        (30.20 % deleted)
88.73/90.06	c 89	Memory used           : 96.52 MB
88.73/90.06	c 89	CPU time              : 81.8146 s
88.73/90.06	c 89	
88.73/90.06	c 89	SATISFIABLE
88.73/90.07	c 89	OK
88.73/90.07	c 89	FOUND: _COST <= 123
88.73/90.07	c 89	DECODING HOME/temp.out WITH HOME/temp.map
88.73/90.07	c 89	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
88.79/90.20	c 89	Decoding HOME/temp.out
88.79/90.37	c 89	OBJECTIVE _COST 123
88.79/90.37	o 123
88.79/90.38	v 1 1 0 1 1 1 0 0 0 1 1 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 0 1 1 1 1 0 1 0 1 0 1 0 1 0 1
88.79/90.38	c 89	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
89.23/90.64	c 89	OK
89.23/90.64	c 89	OBJECTIVE BOUND: 0 <= _COST <= 123
89.23/90.64	c 89	SEARCHING: _COST <= 61
89.23/90.64	c 89	============================[ Search Statistics ]==============================
89.23/90.64	c 89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.23/90.64	c 89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.23/90.64	c 89	===============================================================================
89.23/90.64	c 89	|     46599 |   27797   421662  1215657 |   140554    46059    108 | 28.945 % |
89.42/90.89	c 90	|     46699 |   27797   421662  1215657 |   154609    46159    108 | 33.976 % |
89.72/91.20	c 90	|     46850 |   27797   421662  1215657 |   170070    46310    108 | 33.976 % |
89.91/91.40	c 90	|     47075 |   27797   421662  1215657 |   187077    46535    107 | 33.976 % |
90.51/91.96	c 91	|     47413 |   27797   421662  1215657 |   205785    46873    107 | 33.976 % |
91.00/92.46	c 91	|     47919 |   27797   421662  1215657 |   226363    47379    106 | 33.976 % |
92.30/93.72	c 93	|     48679 |   27797   421662  1215657 |   248999    48139    106 | 33.976 % |
93.68/95.11	c 94	|     49818 |   27797   421662  1215657 |   273899    49278    105 | 33.976 % |
96.56/98.07	c 97	|     51527 |   27797   421662  1215657 |   301289    50987    104 | 33.976 % |
100.03/101.58	c 100	|     54093 |   27797   421662  1215657 |   331418    53553    103 | 33.976 % |
107.46/109.04	c 108	|     57937 |   27797   421662  1215657 |   364560    57397    100 | 33.976 % |
118.47/120.18	c 119	|     63704 |   27797   421662  1215657 |   401016    63164     99 | 33.976 % |
135.81/137.65	c 136	|     72354 |   27797   421662  1215657 |   441118    71814     95 | 33.976 % |
160.60/162.64	c 161	|     85328 |   27797   421662  1215657 |   485230    84788     93 | 33.976 % |
200.55/203.00	c 202	|    104789 |   27797   421662  1215657 |   533753   104249     89 | 33.976 % |
270.64/273.70	c 273	|    133981 |   27797   421662  1215657 |   587128   133441     86 | 33.976 % |
383.76/387.73	c 387	|    177772 |   27797   421662  1215657 |   645841   177232     84 | 33.976 % |
586.11/591.87	c 591	|    243456 |   27797   421662  1215657 |   710426   242916     82 | 33.976 % |
928.47/937.19	c 936	|    341984 |   27797   421662  1215657 |   781468   341444     80 | 33.976 % |
1559.54/1573.63	c 1572	|    489773 |   27797   421662  1215657 |   859615   489233     80 | 33.976 % |
2785.77/2810.42	c 2809	|    711456 |   27797   421662  1215657 |   945577   710916     77 | 33.976 % |
3600.07/3631.72	c ERROR INTERRUPTED
3600.07/3631.79	c 3631	CPU 3598.71 (0.05 0.03 3598.66 1.38)
3600.07/3631.79	c 3631	END Sat Jul 12 08:56:49 2008

Verifier Data (download as text)

OK	92	1204
92 unsatisfied constraints, 1204 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-1111185-1215842177/watcher-1111185-1215842177 -o /tmp/evaluation-result-1111185-1215842177/solver-1111185-1215842177 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1111185-1215842177.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=12676 CPUtime=0.01
/proc/17540/stat : 17540 (sugar++) R 17538 17540 17266 0 -1 4194304 549 0 0 0 0 1 0 0 21 0 1 0 40920183 12980224 517 996147200 4194304 4206940 548682068528 18446744073709551615 272485598566 0 0 4224 0 0 0 0 17 0 0 0
/proc/17540/statm: 3169 517 316 3 0 269 0

[startup+0.821325 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.06
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1219 128 0 0 4 2 0 0 21 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.901041 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.06
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1219 128 0 0 4 2 0 0 21 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.00105 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.06
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1219 128 0 0 4 2 0 0 21 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.10105 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.06
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1219 128 0 0 4 2 0 0 21 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50108 s]
/proc/loadavg: 2.47 2.17 2.07 4/80 17540
/proc/meminfo: memFree=1792868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.44
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1296 4922 0 1 4 2 35 3 15 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+3.10119 s]
/proc/loadavg: 2.43 2.17 2.07 3/91 17562
/proc/meminfo: memFree=1766532/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.44
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1297 4922 0 1 4 2 35 3 15 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
[pid=17553] ppid=17540 vsize=5356 CPUtime=0
/proc/17553/stat : 17553 (sh) S 17540 17540 17266 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 40920319 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17553/statm: 1339 233 193 169 0 50 0
[pid=17554] ppid=17553 vsize=868484 CPUtime=1.72
/proc/17554/stat : 17554 (java) S 17553 17540 17266 0 -1 0 9006 0 1 0 166 6 0 0 18 0 9 0 40920320 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17554/statm: 217121 8118 2565 9 0 211668 0
[pid=17554/tid=17555] ppid=17553 vsize=868484 CPUtime=1.13
/proc/17554/task/17555/stat : 17555 (java) R 17553 17540 17266 0 -1 64 2811 0 1 0 111 2 0 0 20 0 9 0 40920321 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4126572772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17556] ppid=17553 vsize=868484 CPUtime=0.3
/proc/17554/task/17556/stat : 17556 (java) S 17553 17540 17266 0 -1 64 4011 0 0 0 28 2 0 0 16 0 9 0 40920322 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17557] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17557/stat : 17557 (java) S 17553 17540 17266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40920322 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17558] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17558/stat : 17558 (java) S 17553 17540 17266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40920322 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17559] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17559/stat : 17559 (java) S 17553 17540 17266 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40920324 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17560] ppid=17553 vsize=868484 CPUtime=0.26
/proc/17554/task/17560/stat : 17560 (java) S 17553 17540 17266 0 -1 64 1491 0 0 0 26 0 0 0 16 0 9 0 40920324 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17561] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17561/stat : 17561 (java) S 17553 17540 17266 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40920324 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17562] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17562/stat : 17562 (java) S 17553 17540 17266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40920324 889327616 8118 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 890580

[startup+6.3064 s]
/proc/loadavg: 2.43 2.17 2.07 4/91 17562
/proc/meminfo: memFree=1731524/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=16740 CPUtime=0.44
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1297 4922 0 1 4 2 35 3 16 0 1 0 40920183 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17540/statm: 4185 1104 409 3 0 764 0
[pid=17553] ppid=17540 vsize=5356 CPUtime=0
/proc/17553/stat : 17553 (sh) S 17540 17540 17266 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 40920319 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17553/statm: 1339 233 193 169 0 50 0
[pid=17554] ppid=17553 vsize=868484 CPUtime=4.92
/proc/17554/stat : 17554 (java) S 17553 17540 17266 0 -1 0 9867 0 1 0 460 32 0 0 18 0 9 0 40920320 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17554/statm: 217121 8124 2565 9 0 211668 0
[pid=17554/tid=17555] ppid=17553 vsize=868484 CPUtime=4.12
/proc/17554/task/17555/stat : 17555 (java) R 17553 17540 17266 0 -1 64 3666 0 1 0 388 24 0 0 25 0 9 0 40920321 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4126554756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17556] ppid=17553 vsize=868484 CPUtime=0.5
/proc/17554/task/17556/stat : 17556 (java) S 17553 17540 17266 0 -1 64 4011 0 0 0 44 6 0 0 15 0 9 0 40920322 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17557] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17557/stat : 17557 (java) S 17553 17540 17266 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40920322 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17558] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17558/stat : 17558 (java) S 17553 17540 17266 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40920322 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17559] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17559/stat : 17559 (java) S 17553 17540 17266 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40920324 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17560] ppid=17553 vsize=868484 CPUtime=0.27
/proc/17554/task/17560/stat : 17560 (java) S 17553 17540 17266 0 -1 64 1497 0 0 0 27 0 0 0 16 0 9 0 40920324 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17561] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17561/stat : 17561 (java) S 17553 17540 17266 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40920324 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17554/tid=17562] ppid=17553 vsize=868484 CPUtime=0
/proc/17554/task/17562/stat : 17562 (java) S 17553 17540 17266 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40920324 889327616 8124 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 890580

[startup+12.7018 s]
/proc/loadavg: 2.40 2.17 2.07 3/82 17563
/proc/meminfo: memFree=1647948/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=6.54
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1586 19274 0 3 5 2 601 46 15 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=97608 CPUtime=5.06
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24054 0 0 0 491 15 0 0 25 0 1 0 40920908 99950592 24001 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 24402 24001 80 151 0 24248 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 114612

[startup+25.5017 s]
/proc/loadavg: 2.53 2.21 2.08 3/82 17583
/proc/meminfo: memFree=1646868/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=6.81
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1656 23212 0 4 5 3 625 48 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=98532 CPUtime=17.44
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24269 0 0 0 1728 16 0 0 25 0 1 0 40920908 100896768 24214 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/17563/statm: 24633 24214 80 151 0 24479 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 115536

[startup+51.1014 s]
/proc/loadavg: 2.49 2.22 2.09 3/82 17583
/proc/meminfo: memFree=1647060/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=6.81
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1656 23212 0 4 5 3 625 48 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=98696 CPUtime=43.03
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24296 0 0 0 4287 16 0 0 25 0 1 0 40920908 101064704 24241 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17563/statm: 24674 24241 80 151 0 24520 0
Current children cumulated CPU time (s) 49.84
Current children cumulated vsize (KiB) 115700

[startup+102.303 s]
/proc/loadavg: 2.59 2.28 2.11 4/82 17593
/proc/meminfo: memFree=1646612/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=98832 CPUtime=93.74
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24364 0 0 0 9358 16 0 0 25 0 1 0 40920908 101203968 24299 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 24708 24299 80 151 0 24554 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 115836

[startup+162.302 s]
/proc/loadavg: 2.57 2.32 2.13 3/82 17593
/proc/meminfo: memFree=1646548/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=98952 CPUtime=153.23
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24394 0 0 0 15307 16 0 0 25 0 1 0 40920908 101326848 24329 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 24738 24329 80 151 0 24584 0
Current children cumulated CPU time (s) 160.31
Current children cumulated vsize (KiB) 115956

[startup+222.302 s]
/proc/loadavg: 2.56 2.36 2.16 4/82 17593
/proc/meminfo: memFree=1646484/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=99132 CPUtime=212.7
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 24422 0 0 0 21254 16 0 0 25 0 1 0 40920908 101511168 24357 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 24783 24357 80 151 0 24629 0
Current children cumulated CPU time (s) 219.78
Current children cumulated vsize (KiB) 116136

[startup+282.302 s]

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

[pid=17563] ppid=17540 vsize=304684 CPUtime=2889.65
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 75248 0 0 0 288892 73 0 0 25 0 1 0 40920908 311996416 75183 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 76171 75183 80 151 0 76017 0
Current children cumulated CPU time (s) 2896.73
Current children cumulated vsize (KiB) 321688

[startup+2982.3 s]
/proc/loadavg: 2.51 2.62 2.56 4/82 17601
/proc/meminfo: memFree=1438996/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=307192 CPUtime=2949.12
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 75904 0 0 0 294839 73 0 0 25 0 1 0 40920908 314564608 75839 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 76798 75839 80 151 0 76644 0
Current children cumulated CPU time (s) 2956.2
Current children cumulated vsize (KiB) 324196

[startup+3042.31 s]
/proc/loadavg: 2.65 2.62 2.57 3/82 17601
/proc/meminfo: memFree=1436052/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=309964 CPUtime=3008.62
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 76609 0 0 0 300788 74 0 0 25 0 1 0 40920908 317403136 76544 996147200 134512640 135134323 4294956192 18446744073709551615 134523901 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 77491 76544 80 151 0 77337 0
Current children cumulated CPU time (s) 3015.7
Current children cumulated vsize (KiB) 326968

[startup+3102.3 s]
/proc/loadavg: 2.82 2.67 2.58 3/82 17601
/proc/meminfo: memFree=1433492/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=312604 CPUtime=3068.11
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 77275 0 0 0 306736 75 0 0 25 0 1 0 40920908 320106496 77210 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 78151 77210 80 151 0 77997 0
Current children cumulated CPU time (s) 3075.19
Current children cumulated vsize (KiB) 329608

[startup+3162.3 s]
/proc/loadavg: 2.86 2.71 2.60 4/82 17601
/proc/meminfo: memFree=1430420/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=315544 CPUtime=3127.6
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 78000 0 0 0 312684 76 0 0 25 0 1 0 40920908 323117056 77935 996147200 134512640 135134323 4294956192 18446744073709551615 134531947 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 78886 77935 80 151 0 78732 0
Current children cumulated CPU time (s) 3134.68
Current children cumulated vsize (KiB) 332548

[startup+3222.3 s]
/proc/loadavg: 2.80 2.72 2.61 3/82 17601
/proc/meminfo: memFree=1427540/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=318352 CPUtime=3187.08
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 78725 0 0 0 318632 76 0 0 25 0 1 0 40920908 325992448 78660 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 79588 78660 80 151 0 79434 0
Current children cumulated CPU time (s) 3194.16
Current children cumulated vsize (KiB) 335356

[startup+3282.3 s]
/proc/loadavg: 2.71 2.71 2.61 4/82 17601
/proc/meminfo: memFree=1424532/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=321256 CPUtime=3246.58
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 79467 0 0 0 324580 78 0 0 25 0 1 0 40920908 328966144 79402 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 80314 79402 80 151 0 80160 0
Current children cumulated CPU time (s) 3253.66
Current children cumulated vsize (KiB) 338260

[startup+3342.3 s]
/proc/loadavg: 2.69 2.70 2.61 4/82 17601
/proc/meminfo: memFree=1421652/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=324204 CPUtime=3306.06
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 80159 0 0 0 330527 79 0 0 25 0 1 0 40920908 331984896 80094 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 81051 80094 80 151 0 80897 0
Current children cumulated CPU time (s) 3313.14
Current children cumulated vsize (KiB) 341208

[startup+3402.3 s]
/proc/loadavg: 2.67 2.69 2.62 4/82 17601
/proc/meminfo: memFree=1418708/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=326980 CPUtime=3365.54
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 80861 0 0 0 336474 80 0 0 25 0 1 0 40920908 334827520 80796 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 81745 80796 80 151 0 81591 0
Current children cumulated CPU time (s) 3372.62
Current children cumulated vsize (KiB) 343984

[startup+3462.3 s]
/proc/loadavg: 2.82 2.73 2.63 4/82 17601
/proc/meminfo: memFree=1415700/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=329860 CPUtime=3425.03
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 81595 0 0 0 342423 80 0 0 25 0 1 0 40920908 337776640 81530 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 82465 81530 80 151 0 82311 0
Current children cumulated CPU time (s) 3432.11
Current children cumulated vsize (KiB) 346864

[startup+3522.3 s]
/proc/loadavg: 2.85 2.76 2.65 3/82 17601
/proc/meminfo: memFree=1413076/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=332604 CPUtime=3484.52
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 82278 0 0 0 348371 81 0 0 25 0 1 0 40920908 340586496 82213 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 83151 82213 80 151 0 82997 0
Current children cumulated CPU time (s) 3491.6
Current children cumulated vsize (KiB) 349608

[startup+3582.3 s]
/proc/loadavg: 2.76 2.74 2.64 3/82 17601
/proc/meminfo: memFree=1410068/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=335376 CPUtime=3544.01
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 82997 0 0 0 354320 81 0 0 25 0 1 0 40920908 343425024 82932 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 83844 82932 80 151 0 83690 0
Current children cumulated CPU time (s) 3551.09
Current children cumulated vsize (KiB) 352380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.65 2.71 2.64 4/82 17601
/proc/meminfo: memFree=1407828/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=337764 CPUtime=3592.99
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 83555 0 0 0 359217 82 0 0 25 0 1 0 40920908 345870336 83490 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 84441 83490 80 151 0 84287 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 354768

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

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

[startup+3631.7 s]
/proc/loadavg: 2.65 2.71 2.64 4/82 17601
/proc/meminfo: memFree=1407828/2055920 swapFree=4192812/4192956
[pid=17540] ppid=17538 vsize=17004 CPUtime=7.08
/proc/17540/stat : 17540 (sugar++) S 17538 17540 17266 0 -1 4194304 1726 27153 0 5 5 3 649 51 16 0 1 0 40920183 17412096 1151 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17540/statm: 4251 1151 414 3 0 830 0
[pid=17563] ppid=17540 vsize=337764 CPUtime=3592.99
/proc/17563/stat : 17563 (minisat-inc) R 17540 17540 17266 0 -1 4194304 83555 0 0 0 359217 82 0 0 25 0 1 0 40920908 345870336 83490 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/17563/statm: 84441 83490 80 151 0 84287 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 354768

Child status: 0
Real time (s): 3631.78
CPU time (s): 3600.17
CPU user time (s): 3598.72
CPU system time (s): 1.44678
CPU usage (%): 99.1295
Max. virtual memory (cumulated for all children) (KiB): 890688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.72
system time used= 1.44678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112513
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= 11476
involuntary context switches= 99420

runsolver used 3.33549 second user time and 9.91249 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-12 07:56:17
IDJOB=1111185
IDBENCH=61242
IDSOLVER=367
FILE ID=node22/1111185-1215842177
PBS_JOBID= 7903406
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-9-9-2.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111185-1215842177/watcher-1111185-1215842177 -o /tmp/evaluation-result-1111185-1215842177/solver-1111185-1215842177 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1111185-1215842177.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce08ce1390ffd10aa41a85c876acf89f
RANDOM SEED=139610487

node22.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.253
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.253
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:       1793348 kB
Buffers:         33332 kB
Cached:          89544 kB
SwapCached:          0 kB
Active:         150932 kB
Inactive:        65972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793348 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1064 kB
Writeback:           0 kB
Mapped:         114288 kB
Slab:            30988 kB
Committed_AS:   958128 kB
PageTables:       1888 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= 66460 MiB
End job on node22 at 2008-07-12 08:56:51