Trace number 1126068

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.07 3632.58

General information on the benchmark

Namemaxcsp/maxclique/
normalized-johnson-16-2-4_ext.xml
MD5SUM9a36e71317e6caf961bba5ab3c7d0474
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints112
Best CPU time to get the best result obtained on this benchmark1618.6
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints1800
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension1800
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 04:57:14 2008
0.00/0.05	c 0	PID 29228
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1126068-1216177034.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126068-1216177034.xml' 'HOME/temp.csp'
0.04/0.63	c 0	2 domains, 121 variables, 0 predicates, 2 relations, 1800 constraints
0.04/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.78	c 1	Parsing HOME/temp.csp
0.61/0.95	c 1	parsed 1925 expressions
0.61/0.96	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.98	c 1	MAX CSP: 1800 constraints
0.61/0.98	c 1	Converting to clausal form CSP
0.89/1.04	c 1	converted 373 (10%) expressions
0.89/1.06	c 1	converted 746 (20%) expressions
0.89/1.09	c 1	converted 1119 (30%) expressions
0.99/1.17	c 1	converted 1492 (40%) expressions
0.99/1.18	c 1	converted 1864 (50%) expressions
0.99/1.20	c 1	converted 2237 (60%) expressions
1.08/1.20	c 1	converted 2610 (70%) expressions
1.08/1.22	c 1	converted 2983 (80%) expressions
1.08/1.24	c 1	converted 3356 (90%) expressions
1.28/1.45	c 1	converted 3728 (100%) expressions
1.28/1.45	c 1	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 2701
1.28/1.45	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.45	c 1	Propagation in CSP
1.38/1.52	c 1	1796 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.38/1.53	c 1	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 1801
1.38/1.53	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.38/1.53	c 1	CSP : 3721 integers, 0 booleans, 5399 clauses, largest domain size 1801
1.38/1.54	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.38/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.38/1.59	c 1	373 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.38/1.60	c 1	745 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.60	c 1	1117 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.60	c 1	1489 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.61	c 1	1861 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.47/1.63	c 1	2233 (60%) CSP integer variables are encoded (17691 clauses, 249524 bytes)
1.47/1.64	c 1	2605 (70%) CSP integer variables are encoded (22206 clauses, 317249 bytes)
1.47/1.65	c 1	2977 (80%) CSP integer variables are encoded (26799 clauses, 386144 bytes)
1.47/1.65	c 1	3349 (90%) CSP integer variables are encoded (29858 clauses, 432029 bytes)
1.47/1.66	c 1	3721 (100%) CSP integer variables are encoded (33957 clauses, 493514 bytes)
1.57/1.71	c 1	540 (10%) CSP clauses are encoded (34497 clauses, 500273 bytes)
1.57/1.74	c 1	1080 (20%) CSP clauses are encoded (35037 clauses, 507520 bytes)
1.57/1.76	c 2	1620 (30%) CSP clauses are encoded (35577 clauses, 515163 bytes)
2.07/2.22	c 2	2160 (40%) CSP clauses are encoded (273769 clauses, 5284576 bytes)
4.64/4.82	c 5	2700 (50%) CSP clauses are encoded (1694343 clauses, 35331261 bytes)
4.74/4.93	c 5	3240 (60%) CSP clauses are encoded (1749711 clauses, 36494203 bytes)
7.59/7.84	c 8	3780 (70%) CSP clauses are encoded (3330897 clauses, 70428897 bytes)
7.68/7.96	c 8	4320 (80%) CSP clauses are encoded (3394481 clauses, 71766412 bytes)
7.98/8.26	c 8	4860 (90%) CSP clauses are encoded (3554185 clauses, 75165616 bytes)
9.07/9.36	c 9	5399 (100%) CSP clauses are encoded (4153671 clauses, 87997651 bytes)
9.07/9.36	c 9	5399 CSP clauses encoded
9.07/9.36	c 9	Writing map file : HOME/temp.map
9.16/9.41	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.16/9.41	c 9	SAT : 37677 SAT variables, 4153671 SAT clauses, 87997651 bytes
9.16/9.41	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.16/9.46	c 9	OBJECTIVE minimize _COST
9.16/9.46	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
9.16/9.46	c 9	SEARCHING: _COST <= 900
9.16/9.46	c 9	SOLVING HOME/temp.cnf
9.16/9.46	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.16/9.46	c 9	This is MiniSat 2.0 beta
9.16/9.46	c 9	WARNING: for repeatability, setting FPU to use double precision
9.16/9.46	c 9	============================[ Problem Statistics ]=============================
9.16/9.46	c 9	|                                                                             |
9.16/9.46	c 9	|  Number of variables:  37677                                                |
9.16/9.46	c 9	|  Number of clauses:    4153672                                              |
11.21/11.51	c 11	|  Parsing time:         1.76         s                                       |
15.75/16.19	c 16	============================[ Search Statistics ]==============================
15.75/16.19	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.75/16.19	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.75/16.19	c 16	===============================================================================
15.75/16.19	c 16	|         0 |   27777  2640361  7846092 |   880120        0    nan |  0.000 % |
17.73/18.12	c 18	===============================================================================
17.73/18.12	c 18	restarts              : 1
17.73/18.12	c 18	conflicts             : 65             (8 /sec)
17.73/18.12	c 18	decisions             : 1894           (1.11 % random) (228 /sec)
17.73/18.12	c 18	propagations          : 573044         (69027 /sec)
17.73/18.12	c 18	conflict literals     : 833            (15.26 % deleted)
17.73/18.12	c 18	Memory used           : 165.07 MB
17.73/18.12	c 18	CPU time              : 8.30174 s
17.73/18.12	c 18	
17.73/18.14	c 18	SATISFIABLE
17.73/18.17	c 18	FOUND: _COST <= 900
17.73/18.17	s SATISFIABLE
17.73/18.17	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.73/18.17	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.81/18.25	c 18	Decoding HOME/temp.out
17.81/18.44	c 18	OBJECTIVE _COST 658
17.81/18.44	o 658
17.81/18.45	v 0 1 1 1 0 0 1 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 0 -1
17.81/18.45	c 18	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.81/18.49	c 18	OBJECTIVE BOUND: 0 <= _COST <= 658
17.81/18.49	c 18	SEARCHING: _COST <= 329
17.81/18.49	c 18	SOLVING HOME/temp.cnf
17.81/18.49	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.81/18.49	c 18	This is MiniSat 2.0 beta
17.81/18.49	c 18	WARNING: for repeatability, setting FPU to use double precision
17.81/18.49	c 18	============================[ Problem Statistics ]=============================
17.81/18.49	c 18	|                                                                             |
17.81/18.49	c 18	|  Number of variables:  37677                                                |
17.81/18.49	c 18	|  Number of clauses:    4153672                                              |
19.99/20.46	c 20	|  Parsing time:         1.72         s                                       |
26.08/26.51	c 26	============================[ Search Statistics ]==============================
26.08/26.51	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.08/26.51	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.08/26.51	c 26	===============================================================================
26.08/26.51	c 26	|         0 |   20562  1294684  3830135 |   431561        0    nan |  0.000 % |
26.58/27.08	c 27	|       100 |   20560  1294684  3830135 |   474717       99     18 | 45.436 % |
26.99/27.43	c 27	|       252 |   20560  1294684  3830135 |   522189      251     22 | 45.436 % |
26.99/27.49	c 27	===============================================================================
26.99/27.49	c 27	restarts              : 3
26.99/27.49	c 27	conflicts             : 292            (33 /sec)
26.99/27.49	c 27	decisions             : 1388           (1.08 % random) (159 /sec)
26.99/27.49	c 27	propagations          : 539736         (61665 /sec)
26.99/27.49	c 27	conflict literals     : 6250           (16.63 % deleted)
26.99/27.49	c 27	Memory used           : 167.91 MB
26.99/27.49	c 27	CPU time              : 8.75267 s
26.99/27.49	c 27	
27.08/27.51	c 27	SATISFIABLE
27.08/27.53	c 27	FOUND: _COST <= 329
27.08/27.53	c 27	DECODING HOME/temp.out WITH HOME/temp.map
27.08/27.53	c 27	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.15/27.62	c 27	Decoding HOME/temp.out
27.15/27.82	c 28	OBJECTIVE _COST 329
27.15/27.82	o 329
27.15/27.83	v 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 0 0 0 0 1 0 1 1 0 -1
27.15/27.83	c 28	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
27.15/27.86	c 28	OBJECTIVE BOUND: 0 <= _COST <= 329
27.15/27.86	c 28	SEARCHING: _COST <= 164
27.15/27.86	c 28	SOLVING HOME/temp.cnf
27.15/27.86	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.15/27.87	c 28	This is MiniSat 2.0 beta
27.15/27.87	c 28	WARNING: for repeatability, setting FPU to use double precision
27.15/27.87	c 28	============================[ Problem Statistics ]=============================
27.15/27.87	c 28	|                                                                             |
27.15/27.87	c 28	|  Number of variables:  37677                                                |
27.15/27.87	c 28	|  Number of clauses:    4153672                                              |
29.37/29.89	c 30	|  Parsing time:         1.77         s                                       |
35.36/35.85	c 36	============================[ Search Statistics ]==============================
35.36/35.85	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.36/35.86	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.36/35.86	c 36	===============================================================================
35.36/35.86	c 36	|         0 |   17660   711767  2089925 |   237255        0    nan |  0.000 % |
35.87/36.35	c 36	|       102 |   17657   711767  2089925 |   260981      101     24 | 53.149 % |
35.96/36.45	c 36	|       253 |   17657   711767  2089925 |   287079      252     23 | 53.149 % |
36.36/36.87	c 37	|       478 |   17657   711767  2089925 |   315787      477     25 | 53.149 % |
36.56/37.03	c 37	|       815 |   17657   711767  2089925 |   347366      814     21 | 53.149 % |
37.36/37.82	c 38	|      1322 |   17656   711767  2089925 |   382102     1320     23 | 53.210 % |
38.06/38.59	c 38	|      2082 |   17656   711767  2089925 |   420312     2080     25 | 53.210 % |
39.06/39.60	c 39	|      3221 |   17629   706789  2075096 |   462344     3218     29 | 53.210 % |
41.46/41.92	c 42	|      4929 |   17629   706789  2075096 |   508578     4926     27 | 53.210 % |
41.56/42.03	c 42	===============================================================================
41.56/42.04	c 42	restarts              : 9
41.56/42.04	c 42	conflicts             : 5025           (361 /sec)
41.56/42.04	c 42	decisions             : 9011           (0.89 % random) (648 /sec)
41.56/42.04	c 42	propagations          : 6270736        (451038 /sec)
41.56/42.04	c 42	conflict literals     : 135551         (16.93 % deleted)
41.56/42.04	c 42	Memory used           : 169.62 MB
41.56/42.04	c 42	CPU time              : 13.9029 s
41.56/42.04	c 42	
41.56/42.05	c 42	SATISFIABLE
41.56/42.08	c 42	FOUND: _COST <= 164
41.56/42.08	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.56/42.08	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.71/42.81	c 43	Decoding HOME/temp.out
41.80/43.00	c 43	OBJECTIVE _COST 164
41.80/43.00	o 164
41.90/43.00	v 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 -1
41.90/43.01	c 43	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.90/43.06	c 43	OBJECTIVE BOUND: 0 <= _COST <= 164
41.90/43.06	c 43	SEARCHING: _COST <= 82
41.90/43.06	c 43	SOLVING HOME/temp.cnf
41.90/43.06	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
41.90/43.07	c 43	This is MiniSat 2.0 beta
41.90/43.07	c 43	WARNING: for repeatability, setting FPU to use double precision
41.90/43.07	c 43	============================[ Problem Statistics ]=============================
41.90/43.07	c 43	|                                                                             |
41.90/43.07	c 43	|  Number of variables:  37677                                                |
41.90/43.07	c 43	|  Number of clauses:    4153672                                              |
44.13/45.32	c 45	|  Parsing time:         1.95         s                                       |
49.97/51.29	c 51	============================[ Search Statistics ]==============================
49.97/51.29	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.97/51.29	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.97/51.29	c 51	===============================================================================
49.97/51.29	c 51	|         0 |   15398   384042  1113454 |   128014        0    nan |  0.000 % |
50.36/51.68	c 51	|       100 |   15394   384042  1113454 |   140815       99     16 | 59.174 % |
50.56/51.85	c 52	|       250 |   15394   384042  1113454 |   154896      249     17 | 59.174 % |
50.86/52.12	c 52	|       475 |   15394   384042  1113454 |   170386      474     17 | 59.174 % |
51.05/52.38	c 52	|       815 |   15394   384042  1113454 |   187425      814     18 | 59.174 % |
51.45/52.79	c 53	|      1324 |   15382   381953  1107235 |   206167     1323     18 | 59.174 % |
52.14/53.46	c 53	|      2085 |   15382   381953  1107235 |   226784     2084     19 | 59.174 % |
53.33/54.67	c 54	|      3227 |   15382   381953  1107235 |   249463     3226     19 | 59.174 % |
55.22/56.53	c 56	|      4936 |   15382   381953  1107235 |   274409     4935     20 | 59.174 % |
57.99/59.38	c 59	|      7498 |   15382   381953  1107235 |   301850     7497     20 | 59.174 % |
62.64/64.07	c 64	|     11342 |   15382   381953  1107235 |   332035    11341     19 | 59.174 % |
68.19/69.65	c 69	|     17109 |   15382   381953  1107235 |   365238    17108     19 | 59.174 % |
78.10/79.66	c 79	|     25758 |   15345   378359  1096576 |   401762    25755     20 | 59.272 % |
96.17/97.91	c 98	|     38732 |   15345   378359  1096576 |   441939    38729     21 | 59.272 % |
128.66/130.76	c 131	|     58195 |   15345   378359  1096576 |   486132    58192     22 | 59.272 % |
175.21/177.78	c 178	|     87387 |   15345   378359  1096576 |   534746    87384     22 | 59.272 % |
247.11/250.37	c 250	|    131176 |   15308   374773  1085940 |   588220   131171     21 | 59.370 % |
358.85/363.20	c 363	|    196860 |   15308   374773  1085940 |   647042   196855     23 | 59.370 % |
562.12/568.30	c 568	|    295387 |   15308   374773  1085940 |   711747   295382     24 | 59.370 % |
1017.71/1028.27	c 1028	|    443176 |   15308   374773  1085940 |   782921   443171     25 | 59.370 % |
1866.65/1885.22	c 1885	|    664860 |   15308   374773  1085940 |   861214   664855     25 | 59.370 % |
3295.01/3327.12	c 3327	|    997388 |   15308   374773  1085940 |   947335   133256     26 | 59.370 % |
3600.07/3632.51	c ERROR INTERRUPTED
3600.07/3632.54	c 3632	CPU 40.17 (0.05 0.02 40.12 1.73)
3600.07/3632.54	c 3632	END Wed Jul 16 05:57:46 2008

Verifier Data (download as text)

OK	150	1650
150 unsatisfied constraints, 1650 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-1126068-1216177034/watcher-1126068-1216177034 -o /tmp/evaluation-result-1126068-1216177034/solver-1126068-1216177034 -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-1126068-1216177034.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.61 2.42 2.25 5/80 29228
/proc/meminfo: memFree=1531472/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=12268 CPUtime=0
/proc/29228/stat : 29228 (sugar) R 29226 29228 26689 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 74404608 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29228/statm: 3067 316 241 3 0 167 0

[startup+0.057177 s]
/proc/loadavg: 2.61 2.42 2.25 5/80 29228
/proc/meminfo: memFree=1531472/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.04
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 882 127 0 0 3 1 0 0 18 0 1 0 74404608 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104242 s]
/proc/loadavg: 2.61 2.42 2.25 5/80 29228
/proc/meminfo: memFree=1531472/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.04
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74404608 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301029 s]
/proc/loadavg: 2.61 2.42 2.25 5/80 29228
/proc/meminfo: memFree=1531472/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.04
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 74404608 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701075 s]
/proc/loadavg: 2.61 2.42 2.25 5/80 29228
/proc/meminfo: memFree=1531472/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.61
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 938 4806 0 1 3 1 54 3 17 0 1 0 74404608 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29228/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50217 s]
/proc/loadavg: 2.61 2.42 2.25 3/91 29250
/proc/meminfo: memFree=1522808/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.61
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 974 4806 0 1 3 1 54 3 15 0 1 0 74404608 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 797 370 3 0 500 0
[pid=29241] ppid=29228 vsize=5356 CPUtime=0
/proc/29241/stat : 29241 (sh) S 29228 29228 26689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74404678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29241/statm: 1339 233 193 169 0 50 0
[pid=29242] ppid=29241 vsize=868272 CPUtime=0.77
/proc/29242/stat : 29242 (java) S 29241 29228 26689 0 -1 0 7248 0 1 0 73 4 0 0 18 0 9 0 74404679 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 217068 6493 2539 9 0 211643 0
[pid=29242/tid=29243] ppid=29241 vsize=868272 CPUtime=0.43
/proc/29242/task/29243/stat : 29243 (java) R 29241 29228 26689 0 -1 64 2656 0 1 0 42 1 0 0 20 0 9 0 74404680 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4126554049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29244] ppid=29241 vsize=868272 CPUtime=0.09
/proc/29242/task/29244/stat : 29244 (java) S 29241 29228 26689 0 -1 64 2420 0 0 0 8 1 0 0 16 0 9 0 74404681 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29241 vsize=868272 CPUtime=0
/proc/29242/task/29245/stat : 29245 (java) S 29241 29228 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74404681 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29241 vsize=868272 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29241 29228 26689 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74404681 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29241 vsize=868272 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29241 29228 26689 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74404683 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29241 vsize=868272 CPUtime=0.21
/proc/29242/task/29248/stat : 29248 (java) S 29241 29228 26689 0 -1 64 1479 0 0 0 21 0 0 0 16 0 9 0 74404683 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29241 vsize=868272 CPUtime=0
/proc/29242/task/29249/stat : 29249 (java) S 29241 29228 26689 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74404683 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29241 vsize=868272 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29241 29228 26689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74404683 889110528 6493 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 887228

[startup+3.10135 s]
/proc/loadavg: 2.61 2.42 2.25 4/91 29250
/proc/meminfo: memFree=1508984/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.61
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 974 4806 0 1 3 1 54 3 15 0 1 0 74404608 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 797 370 3 0 500 0
[pid=29241] ppid=29228 vsize=5356 CPUtime=0
/proc/29241/stat : 29241 (sh) S 29228 29228 26689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74404678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29241/statm: 1339 233 193 169 0 50 0
[pid=29242] ppid=29241 vsize=868500 CPUtime=2.35
/proc/29242/stat : 29242 (java) S 29241 29228 26689 0 -1 0 7801 0 1 0 218 17 0 0 18 0 9 0 74404679 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 217125 6594 2564 9 0 211672 0
[pid=29242/tid=29243] ppid=29241 vsize=868500 CPUtime=1.8
/proc/29242/task/29243/stat : 29243 (java) R 29241 29228 26689 0 -1 64 3157 0 1 0 169 11 0 0 25 0 9 0 74404680 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4126545796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29244] ppid=29241 vsize=868500 CPUtime=0.24
/proc/29242/task/29244/stat : 29244 (java) S 29241 29228 26689 0 -1 64 2436 0 0 0 21 3 0 0 16 0 9 0 74404681 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29245/stat : 29245 (java) S 29241 29228 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74404681 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29241 29228 26689 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74404681 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29241 29228 26689 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74404683 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29241 vsize=868500 CPUtime=0.28
/proc/29242/task/29248/stat : 29248 (java) S 29241 29228 26689 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 74404683 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29249/stat : 29249 (java) S 29241 29228 26689 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74404683 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29241 29228 26689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74404683 889344000 6594 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 887456

[startup+6.3027 s]
/proc/loadavg: 2.64 2.43 2.25 2/91 29250
/proc/meminfo: memFree=1470840/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13600 CPUtime=0.61
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 974 4806 0 1 3 1 54 3 15 0 1 0 74404608 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3400 797 370 3 0 500 0
[pid=29241] ppid=29228 vsize=5356 CPUtime=0
/proc/29241/stat : 29241 (sh) S 29228 29228 26689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74404678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29241/statm: 1339 233 193 169 0 50 0
[pid=29242] ppid=29241 vsize=868500 CPUtime=5.51
/proc/29242/stat : 29242 (java) S 29241 29228 26689 0 -1 0 8802 0 1 0 506 45 0 0 18 0 9 0 74404679 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29242/statm: 217125 6596 2564 9 0 211672 0
[pid=29242/tid=29243] ppid=29241 vsize=868500 CPUtime=4.69
/proc/29242/task/29243/stat : 29243 (java) R 29241 29228 26689 0 -1 64 4156 0 1 0 436 33 0 0 25 0 9 0 74404680 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29244] ppid=29241 vsize=868500 CPUtime=0.51
/proc/29242/task/29244/stat : 29244 (java) S 29241 29228 26689 0 -1 64 2436 0 0 0 42 9 0 0 16 0 9 0 74404681 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29245] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29245/stat : 29245 (java) S 29241 29228 26689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74404681 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29246] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29246/stat : 29246 (java) S 29241 29228 26689 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 74404681 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29247] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29247/stat : 29247 (java) S 29241 29228 26689 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 74404683 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29248] ppid=29241 vsize=868500 CPUtime=0.28
/proc/29242/task/29248/stat : 29248 (java) S 29241 29228 26689 0 -1 64 1517 0 0 0 27 1 0 0 17 0 9 0 74404683 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29249] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29249/stat : 29249 (java) S 29241 29228 26689 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 74404683 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29242/tid=29250] ppid=29241 vsize=868500 CPUtime=0
/proc/29242/task/29250/stat : 29250 (java) S 29241 29228 26689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 74404683 889344000 6596 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887456

[startup+12.7014 s]
/proc/loadavg: 2.59 2.42 2.25 3/83 29252
/proc/meminfo: memFree=1277240/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=9.2
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1105 14871 0 2 4 1 838 77 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29251] ppid=29228 vsize=5356 CPUtime=0
/proc/29251/stat : 29251 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74405555 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29251/statm: 1339 232 193 169 0 50 0
[pid=29252] ppid=29251 vsize=169024 CPUtime=3.18
/proc/29252/stat : 29252 (minisat) R 29251 29228 26689 0 -1 4194304 40949 0 0 0 292 26 0 0 25 0 1 0 74405555 173080576 40935 996147200 134512640 135127466 4294956256 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 1 0 0
/proc/29252/statm: 42256 40935 71 150 0 42103 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 188244

[startup+25.5018 s]
/proc/loadavg: 2.46 2.40 2.24 3/83 29264
/proc/meminfo: memFree=1275640/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=18.09
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1224 60090 0 3 4 1 1695 109 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29263] ppid=29228 vsize=5356 CPUtime=0
/proc/29263/stat : 29263 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 74406457 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29263/statm: 1339 232 193 169 0 50 0
[pid=29264] ppid=29263 vsize=171936 CPUtime=6.99
/proc/29264/stat : 29264 (minisat) R 29263 29228 26689 0 -1 4194304 41686 0 0 0 675 24 0 0 25 0 1 0 74406458 176062464 41672 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 0 0 0
/proc/29264/statm: 42984 41672 71 150 0 42831 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 191156

[startup+51.1017 s]
/proc/loadavg: 2.43 2.40 2.25 3/83 29288
/proc/meminfo: memFree=1274040/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=173592 CPUtime=7.95
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 42118 0 0 0 767 28 0 0 25 0 1 0 74408915 177758208 42104 996147200 134512640 135127466 4294956256 18446744073709551615 134523400 0 0 4096 3 0 0 0 17 1 0 0
/proc/29288/statm: 43398 42104 71 150 0 43245 0
Current children cumulated CPU time (s) 49.87
Current children cumulated vsize (KiB) 192812

[startup+102.306 s]
/proc/loadavg: 2.60 2.45 2.27 3/83 29288
/proc/meminfo: memFree=1273720/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0

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

/proc/meminfo: memFree=1239352/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=207356 CPUtime=3089.84
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50038 0 0 0 308949 35 0 0 25 0 1 0 74408915 212332544 50024 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/29288/statm: 51839 50024 75 150 0 51686 0
Current children cumulated CPU time (s) 3131.76
Current children cumulated vsize (KiB) 226576

[startup+3222.3 s]
/proc/loadavg: 3.15 2.87 2.68 4/83 29296
/proc/meminfo: memFree=1239288/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=207356 CPUtime=3149.28
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50038 0 0 0 314893 35 0 0 25 0 1 0 74408915 212332544 50024 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29288/statm: 51839 50024 75 150 0 51686 0
Current children cumulated CPU time (s) 3191.2
Current children cumulated vsize (KiB) 226576

[startup+3282.3 s]
/proc/loadavg: 3.07 2.89 2.70 5/83 29296
/proc/meminfo: memFree=1239032/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=207492 CPUtime=3208.72
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50079 0 0 0 320836 36 0 0 25 0 1 0 74408915 212471808 50065 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/29288/statm: 51873 50065 75 150 0 51720 0
Current children cumulated CPU time (s) 3250.64
Current children cumulated vsize (KiB) 226712

[startup+3342.3 s]
/proc/loadavg: 2.71 2.82 2.69 4/83 29296
/proc/meminfo: memFree=1238712/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=207900 CPUtime=3268.15
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50156 0 0 0 326779 36 0 0 25 0 1 0 74408915 212889600 50142 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/29288/statm: 51975 50142 75 150 0 51822 0
Current children cumulated CPU time (s) 3310.07
Current children cumulated vsize (KiB) 227120

[startup+3402.31 s]
/proc/loadavg: 2.22 2.65 2.63 3/83 29367
/proc/meminfo: memFree=1379200/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=207900 CPUtime=3328.03
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50169 0 0 0 332750 53 0 0 25 0 1 0 74408915 212889600 50155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 51975 50155 75 150 0 51822 0
Current children cumulated CPU time (s) 3369.95
Current children cumulated vsize (KiB) 227120

[startup+3462.3 s]
/proc/loadavg: 2.53 2.65 2.64 3/83 29367
/proc/meminfo: memFree=1362432/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=208076 CPUtime=3388.01
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50204 0 0 0 338748 53 0 0 25 0 1 0 74408915 213069824 50190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 52019 50190 75 150 0 51866 0
Current children cumulated CPU time (s) 3429.93
Current children cumulated vsize (KiB) 227296

[startup+3522.3 s]
/proc/loadavg: 2.57 2.64 2.63 3/83 29367
/proc/meminfo: memFree=1360256/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=208516 CPUtime=3447.99
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50294 0 0 0 344746 53 0 0 25 0 1 0 74408915 213520384 50280 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 52129 50280 75 150 0 51976 0
Current children cumulated CPU time (s) 3489.91
Current children cumulated vsize (KiB) 227736

[startup+3582.3 s]
/proc/loadavg: 2.63 2.64 2.63 3/83 29367
/proc/meminfo: memFree=1359616/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=209260 CPUtime=3507.96
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50462 0 0 0 350743 53 0 0 25 0 1 0 74408915 214282240 50448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 52315 50448 75 150 0 52162 0
Current children cumulated CPU time (s) 3549.88
Current children cumulated vsize (KiB) 228480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.5 s]
/proc/loadavg: 2.77 2.68 2.64 3/83 29367
/proc/meminfo: memFree=1359232/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=209544 CPUtime=3558.15
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50522 0 0 0 355762 53 0 0 25 0 1 0 74408915 214573056 50508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 52386 50508 75 150 0 52233 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 228764

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

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

[startup+3632.5 s]
/proc/loadavg: 2.77 2.68 2.64 3/83 29367
/proc/meminfo: memFree=1359232/2055920 swapFree=4192812/4192956
[pid=29228] ppid=29226 vsize=13864 CPUtime=41.92
/proc/29228/stat : 29228 (sugar) S 29226 29228 26689 0 -1 4194304 1455 152434 0 5 5 2 4012 173 16 0 1 0 74404608 14196736 853 996147200 4194304 4206940 548682068592 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29228/statm: 3466 853 374 3 0 566 0
[pid=29287] ppid=29228 vsize=5356 CPUtime=0
/proc/29287/stat : 29287 (sh) S 29228 29228 26689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74408915 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29287/statm: 1339 232 193 169 0 50 0
[pid=29288] ppid=29287 vsize=209544 CPUtime=3558.15
/proc/29288/stat : 29288 (minisat) R 29287 29228 26689 0 -1 4194304 50522 0 0 0 355762 53 0 0 25 0 1 0 74408915 214573056 50508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29288/statm: 52386 50508 75 150 0 52233 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 228764

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29228 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=178891
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=806725
# CPU time returned by wait4() is 41.9856
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3632.58
CPU time (s): 3600.07
CPU user time (s): 3597.79
CPU system time (s): 2.28
CPU usage (%): 99.105
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.1789
system time used= 1.80672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154231
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= 20866
involuntary context switches= 23733

runsolver used 5.45817 second user time and 11.0613 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-16 04:57:14
IDJOB=1126068
IDBENCH=64198
IDSOLVER=368
FILE ID=node35/1126068-1216177034
PBS_JOBID= 7905837
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxclique/normalized-johnson-16-2-4_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-1126068-1216177034/watcher-1126068-1216177034 -o /tmp/evaluation-result-1126068-1216177034/solver-1126068-1216177034 -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-1126068-1216177034.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9a36e71317e6caf961bba5ab3c7d0474
RANDOM SEED=994593249

node35.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.229
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.229
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:       1532208 kB
Buffers:         18804 kB
Cached:         209268 kB
SwapCached:          0 kB
Active:         304004 kB
Inactive:       153456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         249752 kB
Slab:            51040 kB
Committed_AS:  1111216 kB
PageTables:       2396 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= 66556 MiB
End job on node35 at 2008-07-16 05:57:48