Trace number 1127380

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.02 3601.85

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1200-718249_ext.xml
MD5SUM52924a4b72387414c006e8389deb776b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints55
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1188
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1188
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 00:18:35 2008
0.00/0.04	c 0	PID 3864
0.02/0.04	c 0	HOST node77.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1127380-1216765115.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127380-1216765115.xml' 'HOME/temp.csp'
0.02/0.39	c 0	1 domains, 80 variables, 0 predicates, 18 relations, 1188 constraints
0.02/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.41	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.02/0.49	c 0	Parsing HOME/temp.csp
0.35/0.63	c 0	parsed 1287 expressions
0.35/0.64	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.66	c 0	MAX CSP: 1188 constraints
0.35/0.66	c 0	Converting to clausal form CSP
0.36/0.70	c 1	converted 248 (10%) expressions
0.36/0.72	c 1	converted 496 (20%) expressions
0.36/0.74	c 1	converted 744 (30%) expressions
0.36/0.75	c 1	converted 992 (40%) expressions
0.36/0.82	c 1	converted 1239 (50%) expressions
0.36/0.83	c 1	converted 1487 (60%) expressions
0.36/0.85	c 1	converted 1735 (70%) expressions
0.36/0.85	c 1	converted 1983 (80%) expressions
0.36/0.86	c 1	converted 2231 (90%) expressions
0.36/1.00	c 1	converted 2478 (100%) expressions
0.36/1.00	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1783
0.36/1.00	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.00	c 1	Propagation in CSP
0.93/1.06	c 1	1184 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.06	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1189
0.93/1.06	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.07	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1189
0.93/1.07	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.11	c 1	246 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	492 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	737 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	983 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	1228 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.14	c 1	1474 (60%) CSP integer variables are encoded (9407 clauses, 124078 bytes)
1.03/1.15	c 1	1720 (70%) CSP integer variables are encoded (14399 clauses, 198958 bytes)
1.03/1.15	c 1	1965 (80%) CSP integer variables are encoded (17286 clauses, 242263 bytes)
1.03/1.16	c 1	2211 (90%) CSP integer variables are encoded (19162 clauses, 270403 bytes)
1.03/1.16	c 1	2456 (100%) CSP integer variables are encoded (21717 clauses, 308728 bytes)
1.13/1.20	c 1	357 (10%) CSP clauses are encoded (22074 clauses, 314580 bytes)
1.13/1.23	c 1	713 (20%) CSP clauses are encoded (22432 clauses, 320869 bytes)
1.13/1.24	c 1	1069 (30%) CSP clauses are encoded (22790 clauses, 327289 bytes)
1.13/1.27	c 1	1426 (40%) CSP clauses are encoded (31283 clauses, 476269 bytes)
2.62/2.74	c 3	1782 (50%) CSP clauses are encoded (753703 clauses, 15178920 bytes)
2.62/2.79	c 3	2138 (60%) CSP clauses are encoded (778605 clauses, 15697195 bytes)
3.88/4.01	c 4	2495 (70%) CSP clauses are encoded (1469030 clauses, 30502333 bytes)
3.88/4.06	c 4	2851 (80%) CSP clauses are encoded (1497478 clauses, 31095550 bytes)
3.99/4.18	c 4	3207 (90%) CSP clauses are encoded (1567872 clauses, 32587459 bytes)
4.48/4.63	c 4	3563 (100%) CSP clauses are encoded (1830523 clauses, 38198112 bytes)
4.48/4.63	c 4	3563 CSP clauses encoded
4.48/4.63	c 4	Writing map file : HOME/temp.map
4.48/4.65	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.65	c 4	SAT : 24173 SAT variables, 1830523 SAT clauses, 38198112 bytes
4.48/4.65	c 4	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.69	c 5	OBJECTIVE minimize _COST
4.48/4.69	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.48/4.69	c 5	SEARCHING: _COST <= 594
4.48/4.69	c 5	SOLVING HOME/temp.cnf
4.48/4.69	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.48/4.69	c 5	This is MiniSat 2.0 beta
4.48/4.69	c 5	WARNING: for repeatability, setting FPU to use double precision
4.48/4.69	c 5	============================[ Problem Statistics ]=============================
4.48/4.69	c 5	|                                                                             |
4.48/4.70	c 5	|  Number of variables:  24173                                                |
4.48/4.70	c 5	|  Number of clauses:    1830524                                              |
5.35/5.54	c 5	|  Parsing time:         0.73         s                                       |
6.35/6.56	c 6	============================[ Search Statistics ]==============================
6.35/6.56	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.35/6.56	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.35/6.56	c 6	===============================================================================
6.35/6.56	c 6	|         0 |   17639  1165004  3448865 |   388334        0    nan |  0.000 % |
6.64/6.88	c 7	|       100 |   17639  1165004  3448865 |   427168      100     25 | 27.030 % |
6.74/6.95	c 7	===============================================================================
6.74/6.95	c 7	restarts              : 2
6.74/6.95	c 7	conflicts             : 100            (47 /sec)
6.74/6.95	c 7	decisions             : 959            (1.25 % random) (450 /sec)
6.74/6.95	c 7	propagations          : 148896         (69849 /sec)
6.74/6.95	c 7	conflict literals     : 2526           (11.40 % deleted)
6.74/6.95	c 7	Memory used           : 74.34 MB
6.74/6.95	c 7	CPU time              : 2.13167 s
6.74/6.95	c 7	
6.74/6.96	c 7	SATISFIABLE
6.74/6.97	c 7	FOUND: _COST <= 594
6.74/6.97	s SATISFIABLE
6.74/6.97	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.74/6.97	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.83/7.04	c 7	Decoding HOME/temp.out
6.83/7.15	c 7	OBJECTIVE _COST 545
6.83/7.15	o 545
6.83/7.15	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6.83/7.16	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.83/7.18	c 7	OBJECTIVE BOUND: 0 <= _COST <= 545
6.83/7.18	c 7	SEARCHING: _COST <= 272
6.83/7.18	c 7	SOLVING HOME/temp.cnf
6.83/7.18	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.83/7.18	c 7	This is MiniSat 2.0 beta
6.83/7.18	c 7	WARNING: for repeatability, setting FPU to use double precision
6.83/7.18	c 7	============================[ Problem Statistics ]=============================
6.83/7.18	c 7	|                                                                             |
6.83/7.18	c 7	|  Number of variables:  24173                                                |
6.83/7.18	c 7	|  Number of clauses:    1830524                                              |
7.87/8.04	c 8	|  Parsing time:         0.76         s                                       |
9.26/9.43	c 9	============================[ Search Statistics ]==============================
9.26/9.43	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.26/9.43	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.26/9.43	c 9	===============================================================================
9.26/9.43	c 9	|         0 |   13700   698267  2060149 |   232755        0    nan |  0.000 % |
9.46/9.63	c 9	|       102 |   13700   698267  2060149 |   256031      102     31 | 43.325 % |
9.56/9.75	c 10	===============================================================================
9.56/9.75	c 10	restarts              : 2
9.56/9.75	c 10	conflicts             : 205            (84 /sec)
9.56/9.75	c 10	decisions             : 880            (1.25 % random) (359 /sec)
9.56/9.75	c 10	propagations          : 250254         (102077 /sec)
9.56/9.75	c 10	conflict literals     : 7759           (11.43 % deleted)
9.56/9.75	c 10	Memory used           : 75.39 MB
9.56/9.75	c 10	CPU time              : 2.45163 s
9.56/9.75	c 10	
9.56/9.76	c 10	SATISFIABLE
9.56/9.77	c 10	FOUND: _COST <= 272
9.56/9.77	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.56/9.77	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.67/9.84	c 10	Decoding HOME/temp.out
9.80/9.95	c 10	OBJECTIVE _COST 229
9.80/9.95	o 229
9.80/9.95	v 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1
9.80/9.96	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.80/9.98	c 10	OBJECTIVE BOUND: 0 <= _COST <= 229
9.80/9.98	c 10	SEARCHING: _COST <= 114
9.80/9.98	c 10	SOLVING HOME/temp.cnf
9.80/9.98	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.80/9.98	c 10	This is MiniSat 2.0 beta
9.80/9.98	c 10	WARNING: for repeatability, setting FPU to use double precision
9.80/9.98	c 10	============================[ Problem Statistics ]=============================
9.80/9.98	c 10	|                                                                             |
9.80/9.98	c 10	|  Number of variables:  24173                                                |
9.80/9.98	c 10	|  Number of clauses:    1830524                                              |
9.88/10.90	c 11	|  Parsing time:         0.80         s                                       |
12.17/12.38	c 12	============================[ Search Statistics ]==============================
12.17/12.38	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.17/12.38	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.17/12.38	c 12	===============================================================================
12.17/12.38	c 12	|         0 |   11088   333398   973220 |   111132        0    nan |  0.000 % |
12.37/12.55	c 12	|       100 |   11088   333398   973220 |   122245      100     30 | 54.131 % |
12.47/12.64	c 12	|       252 |   11088   333398   973220 |   134470      252     37 | 54.131 % |
12.57/12.70	c 13	|       478 |   11088   333398   973220 |   147917      478     35 | 54.131 % |
12.77/12.95	c 13	|       815 |   11088   333398   973220 |   162709      815     39 | 54.131 % |
12.97/13.20	c 13	|      1321 |   11088   333398   973220 |   178980     1321     36 | 54.131 % |
13.26/13.46	c 13	|      2080 |   11088   333398   973220 |   196878     2080     36 | 54.131 % |
14.45/14.68	c 14	|      3220 |   11088   333398   973220 |   216566     3220     38 | 54.131 % |
15.65/15.86	c 16	|      4930 |   11088   333398   973220 |   238222     4930     40 | 54.131 % |
16.83/17.08	c 17	|      7493 |   11088   333398   973220 |   262045     7493     42 | 54.131 % |
18.92/19.11	c 19	|     11337 |   11088   333398   973220 |   288249    11337     42 | 54.131 % |
23.19/23.41	c 23	|     17103 |   11088   333398   973220 |   317074    17103     48 | 54.131 % |
29.35/29.69	c 30	|     25752 |   11088   333398   973220 |   348781    25752     47 | 54.131 % |
37.90/38.24	c 38	===============================================================================
37.90/38.24	c 38	restarts              : 13
37.90/38.24	c 38	conflicts             : 37785          (1352 /sec)
37.90/38.24	c 38	decisions             : 46360          (1.02 % random) (1658 /sec)
37.90/38.24	c 38	propagations          : 29779788       (1065209 /sec)
37.90/38.24	c 38	conflict literals     : 1748783        (14.16 % deleted)
37.90/38.24	c 38	Memory used           : 76.75 MB
37.90/38.24	c 38	CPU time              : 27.9567 s
37.90/38.24	c 38	
37.90/38.25	c 38	SATISFIABLE
37.90/38.26	c 38	FOUND: _COST <= 114
37.90/38.26	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.90/38.26	c 38	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
37.98/38.33	c 38	Decoding HOME/temp.out
38.14/38.45	c 38	OBJECTIVE _COST 114
38.14/38.45	o 114
38.14/38.45	v 1 0 1 1 0 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 0 0 1 0 1 1 1 1 0
38.14/38.45	c 38	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.14/38.47	c 38	OBJECTIVE BOUND: 0 <= _COST <= 114
38.14/38.47	c 38	SEARCHING: _COST <= 57
38.14/38.47	c 38	SOLVING HOME/temp.cnf
38.14/38.47	c 38	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.14/38.47	c 38	This is MiniSat 2.0 beta
38.14/38.47	c 38	WARNING: for repeatability, setting FPU to use double precision
38.14/38.47	c 38	============================[ Problem Statistics ]=============================
38.14/38.47	c 38	|                                                                             |
38.14/38.47	c 38	|  Number of variables:  24173                                                |
38.14/38.47	c 38	|  Number of clauses:    1830524                                              |
38.21/39.40	c 39	|  Parsing time:         0.82         s                                       |
40.51/40.88	c 41	============================[ Search Statistics ]==============================
40.51/40.88	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.51/40.88	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.51/40.88	c 41	===============================================================================
40.51/40.88	c 41	|         0 |    9575   182330   524498 |    60776        0    nan |  0.000 % |
40.61/40.99	c 41	|       102 |    9575   182330   524498 |    66854      102     25 | 60.390 % |
40.71/41.04	c 41	|       252 |    9575   182330   524498 |    73539      252     20 | 60.390 % |
40.81/41.16	c 41	|       478 |    9575   182330   524498 |    80893      478     23 | 60.390 % |
40.91/41.28	c 41	|       817 |    9575   182330   524498 |    88983      817     24 | 60.390 % |
41.11/41.44	c 41	|      1323 |    9575   182330   524498 |    97881     1323     24 | 60.390 % |
41.42/41.71	c 42	|      2082 |    9575   182330   524498 |   107669     2082     24 | 60.390 % |
41.91/42.22	c 42	|      3222 |    9575   182330   524498 |   118436     3222     27 | 60.390 % |
42.71/43.06	c 43	|      4930 |    9575   182330   524498 |   130280     4930     30 | 60.390 % |
44.31/44.69	c 45	|      7492 |    9575   182330   524498 |   143308     7492     31 | 60.390 % |
46.71/47.02	c 47	|     11336 |    9575   182330   524498 |   157639    11336     33 | 60.390 % |
50.80/51.19	c 51	|     17103 |    9575   182330   524498 |   173402    17103     33 | 60.390 % |
57.58/57.93	c 58	|     25755 |    9575   182330   524498 |   190743    25755     34 | 60.390 % |
70.53/70.94	c 71	|     38729 |    9575   182330   524498 |   209817    38729     33 | 60.390 % |
90.62/91.03	c 91	|     58191 |    9575   182330   524498 |   230799    58191     33 | 60.390 % |
133.96/134.41	c 134	|     87384 |    9575   182330   524498 |   253879    87384     35 | 60.390 % |
207.74/208.20	c 208	|    131173 |    9575   182330   524498 |   279267   131173     37 | 60.390 % |
355.18/355.71	c 356	|    196860 |    9575   182330   524498 |   307193   196860     37 | 60.390 % |
637.06/637.76	c 638	|    295387 |    9575   182330   524498 |   337913   295387     38 | 60.390 % |
996.52/997.39	c 997	|    443178 |    9575   182330   524498 |   371704   107012     39 | 60.390 % |
1534.32/1535.39	c 1535	|    664861 |    9575   182330   524498 |   408875   328695     38 | 60.390 % |
2368.70/2370.09	c 2370	|    997387 |    9575   182330   524498 |   449762   253008     43 | 60.390 % |
3600.02/3601.82	c ERROR INTERRUPTED
3600.02/3601.82	c 3602	CPU 37.39 (0.04 0.01 37.35 0.81)
3600.02/3601.82	c 3602	END Wed Jul 23 01:18:37 2008

Verifier Data (download as text)

OK	101	1087
101 unsatisfied constraints, 1087 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-1127380-1216765115/watcher-1127380-1216765115 -o /tmp/evaluation-result-1127380-1216765115/solver-1127380-1216765115 -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-1127380-1216765115.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.00 1.99 1.91 4/83 3864
/proc/meminfo: memFree=1563592/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=18572 CPUtime=0
/proc/3864/stat : 3864 (runsolver) R 3862 3864 3636 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 3597677 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 228043844903 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3864/statm: 4643 292 257 25 0 2626 0

[startup+0.0455009 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 3864
/proc/meminfo: memFree=1563592/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.02
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 838 0 0 0 2 0 0 0 21 0 1 0 3597677 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101669 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 3864
/proc/meminfo: memFree=1563592/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.02
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 898 127 0 0 2 0 0 0 22 0 1 0 3597677 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301692 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 3864
/proc/meminfo: memFree=1563592/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.02
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 898 127 0 0 2 0 0 0 22 0 1 0 3597677 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701742 s]
/proc/loadavg: 2.00 1.99 1.91 4/83 3864
/proc/meminfo: memFree=1563592/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.36
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 974 4708 0 1 3 0 30 3 15 0 1 0 3597677 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3864/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 2.00 1.99 1.91 3/94 3886
/proc/meminfo: memFree=1534960/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.37
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 974 4708 0 1 3 1 30 3 15 0 1 0 3597677 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3864/statm: 3400 797 370 3 0 500 0
[pid=3877] ppid=3864 vsize=5356 CPUtime=0
/proc/3877/stat : 3877 (sh) S 3864 3864 3636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3597718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3877/statm: 1339 233 193 169 0 50 0
[pid=3878] ppid=3877 vsize=868480 CPUtime=1.06
/proc/3878/stat : 3878 (java) S 3877 3864 3636 0 -1 0 7035 0 1 0 101 5 0 0 19 0 9 0 3597719 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3878/statm: 217120 6206 2563 9 0 211667 0
[pid=3878/tid=3879] ppid=3877 vsize=868480 CPUtime=0.7
/proc/3878/task/3879/stat : 3879 (java) R 3877 3864 3636 0 -1 64 2773 0 1 0 68 2 0 0 20 0 9 0 3597720 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4126815303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3880] ppid=3877 vsize=868480 CPUtime=0.09
/proc/3878/task/3880/stat : 3880 (java) S 3877 3864 3636 0 -1 64 2075 0 0 0 8 1 0 0 16 0 9 0 3597721 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3881] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3881/stat : 3881 (java) S 3877 3864 3636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3597721 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3882/stat : 3882 (java) S 3877 3864 3636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3597721 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3883] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3877 3864 3636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3597723 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3877 vsize=868480 CPUtime=0.23
/proc/3878/task/3884/stat : 3884 (java) S 3877 3864 3636 0 -1 64 1495 0 0 0 23 0 0 0 16 0 9 0 3597723 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3885] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3877 3864 3636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3597723 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3877 3864 3636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3597723 889323520 6206 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887436

[startup+3.10205 s]
/proc/loadavg: 2.00 1.99 1.91 3/85 3887
/proc/meminfo: memFree=1501048/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13600 CPUtime=0.37
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 974 4708 0 1 3 1 30 3 16 0 1 0 3597677 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3400 797 370 3 0 500 0
[pid=3877] ppid=3864 vsize=5356 CPUtime=0
/proc/3877/stat : 3877 (sh) S 3864 3864 3636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3597718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3877/statm: 1339 233 193 169 0 50 0
[pid=3878] ppid=3877 vsize=868480 CPUtime=2.65
/proc/3878/stat : 3878 (java) S 3877 3864 3636 0 -1 0 7552 0 1 0 246 19 0 0 19 0 9 0 3597719 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3878/statm: 217120 6214 2563 9 0 211667 0
[pid=3878/tid=3879] ppid=3877 vsize=868480 CPUtime=2.17
/proc/3878/task/3879/stat : 3879 (java) R 3877 3864 3636 0 -1 64 3282 0 1 0 204 13 0 0 25 0 9 0 3597720 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4126962264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3880] ppid=3877 vsize=868480 CPUtime=0.2
/proc/3878/task/3880/stat : 3880 (java) S 3877 3864 3636 0 -1 64 2075 0 0 0 17 3 0 0 16 0 9 0 3597721 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3881] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3881/stat : 3881 (java) S 3877 3864 3636 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3597721 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3882] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3882/stat : 3882 (java) S 3877 3864 3636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3597721 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3883] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3883/stat : 3883 (java) S 3877 3864 3636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3597723 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3884] ppid=3877 vsize=868480 CPUtime=0.24
/proc/3878/task/3884/stat : 3884 (java) S 3877 3864 3636 0 -1 64 1503 0 0 0 24 0 0 0 16 0 9 0 3597723 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3878/tid=3885] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3885/stat : 3885 (java) S 3877 3864 3636 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 3597723 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3878/tid=3886] ppid=3877 vsize=868480 CPUtime=0
/proc/3878/task/3886/stat : 3886 (java) S 3877 3864 3636 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3597723 889323520 6214 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887436

[startup+6.30145 s]
/proc/loadavg: 2.00 1.99 1.91 2/77 3899
/proc/meminfo: memFree=1371696/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=4.56
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1090 13072 0 2 3 1 416 36 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3898] ppid=3864 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3598146 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=76124 CPUtime=1.59
/proc/3899/stat : 3899 (minisat) R 3898 3864 3636 0 -1 4194304 18360 0 0 0 148 11 0 0 25 0 1 0 3598146 77950976 18346 996147200 134512640 135127466 4294956256 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 19031 18346 72 150 0 18878 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 95212

[startup+12.7023 s]
/proc/loadavg: 2.08 2.00 1.92 2/77 3923
/proc/meminfo: memFree=1358960/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=9.88
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1324 58583 0 4 4 1 918 65 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3922] ppid=3864 vsize=5356 CPUtime=0
/proc/3922/stat : 3922 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3598675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3922/statm: 1339 232 193 169 0 50 0
[pid=3923] ppid=3922 vsize=78440 CPUtime=2.69
/proc/3923/stat : 3923 (minisat) R 3922 3864 3636 0 -1 4194304 18947 0 0 0 259 10 0 0 25 0 1 0 3598675 80322560 18933 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/3923/statm: 19610 18933 76 150 0 19457 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 97528

[startup+25.5018 s]
/proc/loadavg: 2.42 2.08 1.95 2/77 3923
/proc/meminfo: memFree=1359032/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=9.88
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1324 58583 0 4 4 1 918 65 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3922] ppid=3864 vsize=5356 CPUtime=0
/proc/3922/stat : 3922 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3598675 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3922/statm: 1339 232 193 169 0 50 0
[pid=3923] ppid=3922 vsize=78584 CPUtime=15.4
/proc/3923/stat : 3923 (minisat) R 3922 3864 3636 0 -1 4194304 18969 0 0 0 1530 10 0 0 25 0 1 0 3598675 80470016 18955 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/3923/statm: 19646 18955 76 150 0 19493 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 97672

[startup+51.1012 s]
/proc/loadavg: 2.68 2.17 1.98 2/77 3935
/proc/meminfo: memFree=1360184/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=78440 CPUtime=12.59
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 18946 0 0 0 1249 10 0 0 25 0 1 0 3601524 80322560 18932 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 19610 18932 75 150 0 19457 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 97528

[startup+102.307 s]
/proc/loadavg: 2.55 2.23 2.01 3/77 3957
/proc/meminfo: memFree=1361064/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=78440 CPUtime=63.67
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 18946 0 0 0 6357 10 0 0 25 0 1 0 3601524 80322560 18932 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 19610 18932 75 150 0 19457 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 97528

[startup+162.302 s]
/proc/loadavg: 2.20 2.19 2.00 3/77 3957
/proc/meminfo: memFree=1361080/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1167296/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3062.49
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33032 0 0 0 306217 32 0 0 25 0 1 0 3601524 141127680 33018 996147200 134512640 135127466 4294956256 18446744073709551615 134523426 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33018 75 150 0 34302 0
Current children cumulated CPU time (s) 3100.7
Current children cumulated vsize (KiB) 156908

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1164544/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3122.47
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33032 0 0 0 312215 32 0 0 25 0 1 0 3601524 141127680 33018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33018 75 150 0 34302 0
Current children cumulated CPU time (s) 3160.68
Current children cumulated vsize (KiB) 156908

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1162496/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3182.46
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33039 0 0 0 318213 33 0 0 25 0 1 0 3601524 141127680 33025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33025 75 150 0 34302 0
Current children cumulated CPU time (s) 3220.67
Current children cumulated vsize (KiB) 156908

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1160448/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3242.44
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33039 0 0 0 324211 33 0 0 25 0 1 0 3601524 141127680 33025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33025 75 150 0 34302 0
Current children cumulated CPU time (s) 3280.65
Current children cumulated vsize (KiB) 156908

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1158528/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3302.41
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33039 0 0 0 330208 33 0 0 25 0 1 0 3601524 141127680 33025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33025 75 150 0 34302 0
Current children cumulated CPU time (s) 3340.62
Current children cumulated vsize (KiB) 156908

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1156288/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3362.39
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33041 0 0 0 336206 33 0 0 25 0 1 0 3601524 141127680 33027 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33027 75 150 0 34302 0
Current children cumulated CPU time (s) 3400.6
Current children cumulated vsize (KiB) 156908

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1154112/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3422.36
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33041 0 0 0 342203 33 0 0 25 0 1 0 3601524 141127680 33027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33027 75 150 0 34302 0
Current children cumulated CPU time (s) 3460.57
Current children cumulated vsize (KiB) 156908

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1152192/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3482.33
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33041 0 0 0 348200 33 0 0 25 0 1 0 3601524 141127680 33027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33027 75 150 0 34302 0
Current children cumulated CPU time (s) 3520.54
Current children cumulated vsize (KiB) 156908

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1149888/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3542.31
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33042 0 0 0 354198 33 0 0 25 0 1 0 3601524 141127680 33028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33028 75 150 0 34302 0
Current children cumulated CPU time (s) 3580.52
Current children cumulated vsize (KiB) 156908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1149184/2055920 swapFree=4192956/4192956
[pid=3864] ppid=3862 vsize=13732 CPUtime=38.21
/proc/3864/stat : 3864 (sugar) S 3862 3864 3636 0 -1 4194304 1439 81814 0 5 4 1 3735 81 16 0 1 0 3597677 14061568 838 996147200 4194304 4206940 548682068592 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3864/statm: 3433 838 374 3 0 533 0
[pid=3934] ppid=3864 vsize=5356 CPUtime=0
/proc/3934/stat : 3934 (sh) S 3864 3864 3636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3601524 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3934/statm: 1339 232 193 169 0 50 0
[pid=3935] ppid=3934 vsize=137820 CPUtime=3561.81
/proc/3935/stat : 3935 (minisat) R 3934 3864 3636 0 -1 4194304 33042 0 0 0 356148 33 0 0 25 0 1 0 3601524 141127680 33028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3935/statm: 34455 33028 75 150 0 34302 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 156908

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3864 and gives
#  childrusage.ru_utime.tv_sec=37
#  childrusage.ru_utime.tv_usec=400314
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=847871
# CPU time returned by wait4() is 38.2482
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.85
CPU time (s): 3600.02
CPU user time (s): 3598.87
CPU system time (s): 1.15
CPU usage (%): 99.9493
Max. virtual memory (cumulated for all children) (KiB): 887436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.4003
system time used= 0.847871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83595
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= 8705
involuntary context switches= 8149

runsolver used 4.07738 second user time and 9.99948 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-23 00:18:35
IDJOB=1127380
IDBENCH=63323
IDSOLVER=368
FILE ID=node77/1127380-1216765115
PBS_JOBID= 7974088
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1200-718249_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-1127380-1216765115/watcher-1127380-1216765115 -o /tmp/evaluation-result-1127380-1216765115/solver-1127380-1216765115 -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-1127380-1216765115.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52924a4b72387414c006e8389deb776b
RANDOM SEED=1073373559

node77.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.227
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.227
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1564200 kB
Buffers:         23072 kB
Cached:         390096 kB
SwapCached:          0 kB
Active:         207960 kB
Inactive:       237968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19144 kB
Writeback:           0 kB
Mapped:          53864 kB
Slab:            30956 kB
Committed_AS:   125568 kB
PageTables:       1896 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= 66524 MiB
End job on node77 at 2008-07-23 01:18:39