Trace number 1113489

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)51 3600.19 3626

General information on the benchmark

Namecsp/graphColoring/sgb/
queen/normalized-queen8-12-10.xml
MD5SUM819f724ab904e5403549587a113ad0d6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark1618.64
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1368
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1368
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.03/0.15	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.15	c 0	BEGIN Sat Jul 12 19:57:25 2008
0.03/0.15	c 0	PID 17114
0.03/0.16	c 0	HOST node53.alineos.net
0.03/0.16	c 0	CONVERTING HOME/instance-1113489-1215885444.xml TO HOME/temp.csp
0.03/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113489-1215885444.xml' 'HOME/temp.csp'
0.06/0.55	c 0	1 domains, 96 variables, 1 predicates, 0 relations, 1368 constraints
0.06/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.69	c 0	Parsing HOME/temp.csp
0.44/0.84	c 0	parsed 1466 expressions
0.44/0.84	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.87	c 0	MAX CSP: 1368 constraints
0.44/0.87	c 0	Converting to clausal form CSP
0.44/0.93	c 0	converted 284 (10%) expressions
0.80/1.02	c 1	converted 568 (20%) expressions
0.80/1.05	c 1	converted 852 (30%) expressions
0.80/1.07	c 1	converted 1135 (40%) expressions
0.80/1.08	c 1	converted 1419 (50%) expressions
0.80/1.09	c 1	converted 1703 (60%) expressions
0.80/1.10	c 1	converted 1986 (70%) expressions
0.90/1.11	c 1	converted 2270 (80%) expressions
0.90/1.11	c 1	converted 2554 (90%) expressions
0.99/1.24	c 1	converted 2837 (100%) expressions
0.99/1.24	c 1	CSP : 2832 integers, 0 booleans, 4103 clauses, largest domain size 2053
0.99/1.24	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.24	c 1	Propagation in CSP
1.09/1.31	c 1	1363 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.31	c 1	CSP : 2832 integers, 0 booleans, 4103 clauses, largest domain size 1369
1.09/1.31	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.38	c 1	CSP : 2832 integers, 2736 booleans, 6839 clauses, largest domain size 1369
1.09/1.38	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.44	c 1	284 (10%) CSP integer variables are encoded (768 clauses, 8320 bytes)
1.20/1.44	c 1	567 (20%) CSP integer variables are encoded (768 clauses, 8320 bytes)
1.20/1.44	c 1	850 (30%) CSP integer variables are encoded (768 clauses, 8320 bytes)
1.20/1.44	c 1	1133 (40%) CSP integer variables are encoded (768 clauses, 8320 bytes)
1.20/1.44	c 1	1416 (50%) CSP integer variables are encoded (768 clauses, 8320 bytes)
1.20/1.46	c 1	1700 (60%) CSP integer variables are encoded (14130 clauses, 193513 bytes)
1.20/1.47	c 1	1983 (70%) CSP integer variables are encoded (17460 clauses, 243463 bytes)
1.20/1.47	c 1	2266 (80%) CSP integer variables are encoded (20853 clauses, 294358 bytes)
1.20/1.48	c 1	2549 (90%) CSP integer variables are encoded (23074 clauses, 327673 bytes)
1.20/1.48	c 1	2832 (100%) CSP integer variables are encoded (26086 clauses, 372853 bytes)
1.29/1.52	c 1	684 (10%) CSP clauses are encoded (30874 clauses, 449710 bytes)
1.29/1.54	c 1	1368 (20%) CSP clauses are encoded (35662 clauses, 531886 bytes)
1.29/1.56	c 1	2052 (30%) CSP clauses are encoded (40450 clauses, 614422 bytes)
1.29/1.58	c 1	2736 (40%) CSP clauses are encoded (45238 clauses, 696958 bytes)
1.29/1.59	c 1	3420 (50%) CSP clauses are encoded (50026 clauses, 779494 bytes)
1.40/1.60	c 1	4104 (60%) CSP clauses are encoded (54814 clauses, 862030 bytes)
3.49/3.78	c 3	4788 (70%) CSP clauses are encoded (1019610 clauses, 20866065 bytes)
5.08/5.38	c 5	5472 (80%) CSP clauses are encoded (1963874 clauses, 41108065 bytes)
5.38/5.61	c 5	6156 (90%) CSP clauses are encoded (2086318 clauses, 43701073 bytes)
5.97/6.21	c 6	6839 (100%) CSP clauses are encoded (2444730 clauses, 51353457 bytes)
5.97/6.22	c 6	6839 CSP clauses encoded
5.97/6.22	c 6	Writing map file : HOME/temp.map
5.97/6.26	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.97/6.26	c 6	SAT : 31654 SAT variables, 2444730 SAT clauses, 51353457 bytes
5.97/6.26	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.30	c 6	OBJECTIVE minimize _COST
6.05/6.30	c 6	SOLVING HOME/temp.cnf
6.05/6.30	c 6	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
6.05/6.30	c 6	This is MiniSat 2.0 beta incremental
6.05/6.30	c 6	WARNING: for repeatability, setting FPU to use double precision
6.05/6.30	c 6	============================[ Problem Statistics ]=============================
6.05/6.30	c 6	|                                                                             |
6.05/6.30	c 6	|  Number of variables:  31654                                                |
6.05/6.30	c 6	|  Number of clauses:    2444730                                              |
7.04/7.37	c 7	|  Parsing time:         0.91         s                                       |
7.14/7.42	c 7	OK
7.14/7.42	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.14/7.42	c 7	SEARCHING: _COST <= 684
7.14/7.42	c 7	============================[ Search Statistics ]==============================
7.14/7.42	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.14/7.42	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.14/7.42	c 7	===============================================================================
7.14/7.42	c 7	|         0 |   31654  2444730  7250628 |   814910        0    nan |  0.000 % |
7.34/7.64	c 7	===============================================================================
7.34/7.64	c 7	restarts              : 1
7.34/7.64	c 7	conflicts             : 67            (58 /sec)
7.34/7.64	c 7	decisions             : 1730          (0.52 % random) (1488 /sec)
7.34/7.64	c 7	propagations          : 37357          (32126 /sec)
7.34/7.64	c 7	conflict literals     : 2266           (2.29 % deleted)
7.34/7.64	c 7	Memory used           : 104.90 MB
7.34/7.64	c 7	CPU time              : 1.16282 s
7.34/7.64	c 7	
7.34/7.64	c 7	SATISFIABLE
7.34/7.65	c 7	OK
7.34/7.65	c 7	FOUND: _COST <= 684
7.34/7.65	s SATISFIABLE
7.34/7.65	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.34/7.65	c 7	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.39/7.72	c 7	Decoding HOME/temp.out
7.39/7.88	c 7	OBJECTIVE _COST 684
7.39/7.88	o 684
7.39/7.88	v 7 9 7 8 3 5 6 4 0 1 2 2 2 1 7 6 4 0 0 1 2 3 4 5 9 0 8 0 1 2 2 3 4 5 6 7 3 2 3 4 5 4 5 6 6 7 7 8 4 6 8 7 9 8 9 9 9 9 9 9 9 5 9 7 9 9 8 9 9 9 9 9 5 8 9 9 9 9 9 8 9 9 9 9 8 8 9 9 9 8 9 9 8 9 9 9
7.39/7.89	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.39/7.91	c 7	OK
7.39/7.91	c 7	OBJECTIVE BOUND: 0 <= _COST <= 684
7.39/7.91	c 7	SEARCHING: _COST <= 342
7.39/7.92	c 7	============================[ Search Statistics ]==============================
7.39/7.92	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.39/7.92	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.39/7.92	c 7	===============================================================================
7.39/7.92	c 7	|        67 |   31654  2444730  7250628 |   814910       67     34 |  0.000 % |
7.71/8.05	c 8	===============================================================================
7.71/8.05	c 8	restarts              : 2
7.71/8.05	c 8	conflicts             : 102           (78 /sec)
7.71/8.05	c 8	decisions             : 2326          (0.52 % random) (1777 /sec)
7.71/8.05	c 8	propagations          : 80064          (61174 /sec)
7.71/8.05	c 8	conflict literals     : 4574           (1.19 % deleted)
7.71/8.05	c 8	Memory used           : 106.58 MB
7.71/8.05	c 8	CPU time              : 1.3088 s
7.71/8.05	c 8	
7.71/8.05	c 8	SATISFIABLE
7.71/8.07	c 8	OK
7.71/8.07	c 8	FOUND: _COST <= 342
7.71/8.07	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.71/8.07	c 8	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.78/8.14	c 8	Decoding HOME/temp.out
7.78/8.30	c 8	OBJECTIVE _COST 261
7.78/8.30	o 261
7.78/8.30	v 8 9 9 9 8 9 9 9 3 2 5 6 7 3 8 9 6 4 2 1 8 4 9 0 6 6 4 2 0 0 5 8 7 3 1 5 4 1 3 6 9 8 6 7 5 8 0 2 3 1 9 8 7 5 3 4 2 9 0 7 5 5 6 4 9 2 7 0 1 1 2 3 2 4 2 3 0 1 1 3 4 5 6 7 5 0 0 1 2 3 4 5 6 7 8 9
7.78/8.31	c 8	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
7.78/8.33	c 8	OK
7.78/8.33	c 8	OBJECTIVE BOUND: 0 <= _COST <= 261
7.78/8.33	c 8	SEARCHING: _COST <= 130
7.78/8.34	c 8	============================[ Search Statistics ]==============================
7.78/8.35	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.78/8.35	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.78/8.35	c 8	===============================================================================
7.78/8.35	c 8	|       102 |   24130  2444730  7250628 |   814910      102     45 |  0.000 % |
8.40/8.71	c 8	|       203 |   24130  2444730  7250628 |   896401      203     40 | 40.573 % |
8.40/8.79	c 8	|       353 |   24130  2444730  7250628 |   986041      353     37 | 40.573 % |
8.50/8.87	c 8	|       579 |   24130  2444730  7250628 |  1084645      579     33 | 40.573 % |
8.60/8.97	c 8	|       918 |   24130  2444730  7250628 |  1193109      918     35 | 40.573 % |
8.70/9.08	c 9	|      1424 |   24130  2444730  7250628 |  1312420     1424     34 | 40.573 % |
8.80/9.19	c 9	|      2183 |   24130  2444730  7250628 |  1443662     2183     31 | 40.573 % |
9.10/9.40	c 9	|      3322 |   24130  2444730  7250628 |  1588029     3322     29 | 40.573 % |
9.29/9.64	c 9	|      5031 |   24130  2444730  7250628 |  1746831     5031     34 | 40.573 % |
9.69/10.09	c 10	|      7593 |   24130  2444730  7250628 |  1921515     7593     45 | 40.573 % |
10.38/10.77	c 10	|     11437 |   24130  2444730  7250628 |  2113666    11437     53 | 40.573 % |
12.16/12.54	c 12	|     17203 |   24130  2444730  7250628 |  2325033    17203     71 | 40.573 % |
14.05/14.40	c 14	|     25852 |   24130  2444730  7250628 |  2557536    25852     72 | 40.573 % |
18.11/18.52	c 18	|     38829 |   24130  2444730  7250628 |  2813290    38829     85 | 40.573 % |
37.25/37.83	c 37	|     58290 |   18811   812061  2390043 |  3094619    58290     87 | 40.573 % |
54.49/55.22	c 55	|     87482 |   18811   812061  2390043 |  3404081    87482    100 | 40.573 % |
82.05/83.06	c 83	|    131271 |   18811   812061  2390043 |  3744489   131271    109 | 40.573 % |
173.76/175.56	c 175	|    196956 |   18811   812061  2390043 |  4118938   196956    125 | 40.573 % |
265.24/267.89	c 267	|    295482 |   18811   812061  2390043 |  4530832   295482    118 | 40.573 % |
265.83/268.46	c 268	===============================================================================
265.83/268.46	c 268	restarts              : 21
265.83/268.46	c 268	conflicts             : 295703        (1142 /sec)
265.83/268.46	c 268	decisions             : 368840        (0.28 % random) (1425 /sec)
265.83/268.46	c 268	propagations          : 95320949       (368194 /sec)
265.83/268.46	c 268	conflict literals     : 34921916       (6.76 % deleted)
265.83/268.46	c 268	Memory used           : 214.15 MB
265.83/268.46	c 268	CPU time              : 258.888 s
265.83/268.46	c 268	
265.83/268.46	c 268	SATISFIABLE
265.83/268.47	c 268	OK
265.83/268.47	c 268	FOUND: _COST <= 130
265.83/268.47	c 268	DECODING HOME/temp.out WITH HOME/temp.map
265.83/268.47	c 268	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
265.90/268.56	c 268	Decoding HOME/temp.out
265.90/268.72	c 268	OBJECTIVE _COST 130
265.90/268.72	o 130
265.90/268.73	v 5 1 4 3 2 7 5 9 9 8 0 6 4 7 1 6 0 8 6 3 4 9 5 2 8 2 9 8 0 5 7 5 8 7 6 4 7 0 3 1 9 5 9 6 4 0 2 8 1 9 6 7 6 6 8 4 5 8 1 3 5 3 8 0 6 9 3 7 6 4 9 7 2 4 2 5 7 0 8 2 9 1 3 0 3 8 0 4 1 4 0 2 7 5 3 9
265.90/268.73	c 268	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
266.51/269.16	c 269	OK
266.51/269.16	c 269	OBJECTIVE BOUND: 0 <= _COST <= 130
266.51/269.16	c 269	SEARCHING: _COST <= 65
266.51/269.16	c 269	============================[ Search Statistics ]==============================
266.51/269.16	c 269	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
266.51/269.16	c 269	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
266.51/269.16	c 269	===============================================================================
266.51/269.16	c 269	|    295703 |   16559   462307  1347406 |   154102   295703    118 | 40.573 % |
267.60/270.30	c 270	|    295803 |   16559   462307  1347406 |   169512    20555     90 | 47.688 % |
267.69/270.34	c 270	|    295954 |   16559   462307  1347406 |   186463    20706     89 | 47.688 % |
267.69/270.38	c 270	|    296179 |   16559   462307  1347406 |   205110    20931     89 | 47.688 % |
267.79/270.42	c 270	|    296516 |   16559   462307  1347406 |   225621    21268     87 | 47.688 % |
267.89/270.53	c 270	|    297022 |   16559   462307  1347406 |   248183    21774     86 | 47.688 % |
267.99/270.61	c 270	|    297782 |   16559   462307  1347406 |   273001    22534     84 | 47.688 % |
268.09/270.74	c 270	|    298922 |   16559   462307  1347406 |   300301    23674     82 | 47.688 % |
268.29/270.98	c 270	|    300630 |   16559   462307  1347406 |   330332    25382     79 | 47.688 % |
268.49/271.16	c 271	|    303193 |   16559   462307  1347406 |   363365    27945     74 | 47.688 % |
268.98/271.68	c 271	|    307037 |   16559   462307  1347406 |   399701    31789     70 | 47.688 % |
271.86/274.54	c 274	|    312803 |   16559   462307  1347406 |   439671    37555     64 | 47.688 % |
273.54/276.22	c 276	|    321452 |   16559   462307  1347406 |   483639    46204     60 | 47.688 % |
278.99/281.79	c 281	|    334426 |   16559   462307  1347406 |   532003    59178     55 | 47.688 % |
285.83/288.66	c 288	|    353888 |   16559   462307  1347406 |   585203    78640     66 | 47.688 % |
295.44/298.39	c 298	|    383081 |   16559   462307  1347406 |   643723   107833     62 | 47.688 % |
339.86/343.20	c 343	|    426871 |   16559   462307  1347406 |   708096   151623     60 | 47.688 % |
391.80/395.58	c 395	|    492555 |   16559   462307  1347406 |   778905   217307     58 | 47.688 % |
498.08/502.72	c 502	|    591081 |   16559   462307  1347406 |   856796   315833     81 | 47.688 % |
756.71/763.66	c 763	|    738871 |   16559   462307  1347406 |   942475   463623     82 | 47.688 % |
1258.22/1269.57	c 1269	|    960555 |   16559   462307  1347406 |  1036723   685307    102 | 47.688 % |
3501.27/3527.08	c 3527	|   1293081 |   16559   462307  1347406 |  1140395  1017833    150 | 47.688 % |
3600.05/3625.81	c ERROR INTERRUPTED
3600.15/3625.91	c 3625	CPU 3597.17 (0.07 0.02 3597.1 2.97)
3600.15/3625.91	c 3625	END Sat Jul 12 20:57:50 2008

Verifier Data (download as text)

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.19 2.24 4/81 17114
/proc/meminfo: memFree=1844376/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=2504 CPUtime=0
/proc/17114/stat : 17114 (sugar++) R 17112 17114 16849 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 45243801 2564096 26 996147200 4194304 4206940 548682068528 18446744073709551615 269927642505 0 0 4096 0 0 0 0 17 1 0 0
/proc/17114/statm: 626 26 19 3 0 5 0

[startup+0.038516 s]
/proc/loadavg: 1.99 2.19 2.24 4/81 17114
/proc/meminfo: memFree=1844376/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=13336 CPUtime=0.02
/proc/17114/stat : 17114 (sugar++) R 17112 17114 16849 0 -1 4194304 722 0 0 0 2 0 0 0 21 0 1 0 45243801 13656064 690 996147200 4194304 4206940 548682068528 18446744073709551615 269930429029 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/17114/statm: 3334 690 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102056 s]
/proc/loadavg: 1.99 2.19 2.24 4/81 17114
/proc/meminfo: memFree=1844376/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=13468 CPUtime=0.03
/proc/17114/stat : 17114 (sugar++) R 17112 17114 16849 0 -1 4194304 768 0 0 0 2 1 0 0 18 0 1 0 45243801 13791232 736 996147200 4194304 4206940 548682068528 18446744073709551615 269930105733 0 0 4224 0 0 0 0 17 0 0 0
/proc/17114/statm: 3367 736 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.3021 s]
/proc/loadavg: 1.99 2.19 2.24 4/81 17114
/proc/meminfo: memFree=1844376/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=16740 CPUtime=0.06
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1219 128 0 0 5 1 0 0 16 0 1 0 45243801 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70118 s]
/proc/loadavg: 1.99 2.19 2.24 4/81 17114
/proc/meminfo: memFree=1844376/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=16740 CPUtime=0.44
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1296 4909 0 1 5 1 35 3 15 0 1 0 45243801 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16740

[startup+1.50134 s]
/proc/loadavg: 1.99 2.19 2.24 4/92 17136
/proc/meminfo: memFree=1831352/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=16740 CPUtime=0.44
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1297 4909 0 1 5 1 35 3 15 0 1 0 45243801 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4185 1104 409 3 0 764 0
[pid=17127] ppid=17114 vsize=5356 CPUtime=0
/proc/17127/stat : 17127 (sh) S 17114 17114 16849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45243859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1339 233 193 169 0 50 0
[pid=17128] ppid=17127 vsize=868472 CPUtime=0.85
/proc/17128/stat : 17128 (java) S 17127 17114 16849 0 -1 0 7194 0 1 0 82 3 0 0 18 0 9 0 45243859 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17128/statm: 217118 6406 2563 9 0 211665 0
[pid=17128/tid=17129] ppid=17127 vsize=868472 CPUtime=0.48
/proc/17128/task/17129/stat : 17129 (java) R 17127 17114 16849 0 -1 64 2728 0 1 0 47 1 0 0 20 0 9 0 45243860 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4126102826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17130] ppid=17127 vsize=868472 CPUtime=0.12
/proc/17128/task/17130/stat : 17130 (java) S 17127 17114 16849 0 -1 64 2292 0 0 0 12 0 0 0 16 0 9 0 45243865 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17131] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17131/stat : 17131 (java) S 17127 17114 16849 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45243865 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17132] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17132/stat : 17132 (java) S 17127 17114 16849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45243865 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17133] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17133/stat : 17133 (java) S 17127 17114 16849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45243867 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17134] ppid=17127 vsize=868472 CPUtime=0.22
/proc/17128/task/17134/stat : 17134 (java) S 17127 17114 16849 0 -1 64 1480 0 0 0 22 0 0 0 16 0 9 0 45243867 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17135] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17135/stat : 17135 (java) S 17127 17114 16849 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45243867 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17136] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17136/stat : 17136 (java) S 17127 17114 16849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45243867 889315328 6406 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 890568

[startup+3.10266 s]
/proc/loadavg: 2.07 2.20 2.25 3/92 17136
/proc/meminfo: memFree=1821688/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=16740 CPUtime=0.45
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1297 4909 0 1 6 1 35 3 15 0 1 0 45243801 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4185 1104 409 3 0 764 0
[pid=17127] ppid=17114 vsize=5356 CPUtime=0
/proc/17127/stat : 17127 (sh) S 17114 17114 16849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45243859 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17127/statm: 1339 233 193 169 0 50 0
[pid=17128] ppid=17127 vsize=868472 CPUtime=2.44
/proc/17128/stat : 17128 (java) S 17127 17114 16849 0 -1 0 7600 0 1 0 232 12 0 0 18 0 9 0 45243859 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17128/statm: 217118 6419 2563 9 0 211665 0
[pid=17128/tid=17129] ppid=17127 vsize=868472 CPUtime=1.95
/proc/17128/task/17129/stat : 17129 (java) R 17127 17114 16849 0 -1 64 3123 0 1 0 186 9 0 0 25 0 9 0 45243860 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17130] ppid=17127 vsize=868472 CPUtime=0.22
/proc/17128/task/17130/stat : 17130 (java) S 17127 17114 16849 0 -1 64 2292 0 0 0 20 2 0 0 16 0 9 0 45243865 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17131] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17131/stat : 17131 (java) S 17127 17114 16849 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45243865 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17132] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17132/stat : 17132 (java) S 17127 17114 16849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45243865 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17133] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17133/stat : 17133 (java) S 17127 17114 16849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45243867 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17134] ppid=17127 vsize=868472 CPUtime=0.24
/proc/17128/task/17134/stat : 17134 (java) S 17127 17114 16849 0 -1 64 1491 0 0 0 24 0 0 0 16 0 9 0 45243867 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17135] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17135/stat : 17135 (java) S 17127 17114 16849 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45243867 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17128/tid=17136] ppid=17127 vsize=868472 CPUtime=0
/proc/17128/task/17136/stat : 17136 (java) S 17127 17114 16849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45243867 889315328 6419 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 890568

[startup+6.30129 s]
/proc/loadavg: 2.07 2.20 2.25 3/92 17136
/proc/meminfo: memFree=1783736/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.05
/proc/17114/stat : 17114 (sugar++) R 17112 17114 16849 0 -1 4194304 1412 13875 0 2 6 1 553 45 15 0 1 0 45243801 17412096 1148 996147200 4194304 4206940 548682068528 18446744073709551615 269930261151 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17114/statm: 4251 1148 413 3 0 830 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 17004

[startup+12.7016 s]
/proc/loadavg: 2.14 2.22 2.25 3/83 17157
/proc/meminfo: memFree=1681608/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=114592 CPUtime=5.81
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 27379 0 0 0 563 18 0 0 25 0 1 0 45244431 117342208 27324 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 28648 27324 80 151 0 28494 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 131596

[startup+25.5021 s]
/proc/loadavg: 2.11 2.20 2.25 3/83 17157
/proc/meminfo: memFree=1672016/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=123424 CPUtime=18.5
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 29589 0 0 0 1830 20 0 0 25 0 1 0 45244431 126386176 29534 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 30856 29534 80 151 0 30702 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 140428

[startup+51.1022 s]
/proc/loadavg: 2.07 2.19 2.24 3/83 17157
/proc/meminfo: memFree=1671568/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=123544 CPUtime=43.89
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 29624 0 0 0 4368 21 0 0 25 0 1 0 45244431 126509056 29569 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 30886 29569 80 151 0 30732 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 140548

[startup+102.305 s]
/proc/loadavg: 2.03 2.15 2.22 3/83 17157
/proc/meminfo: memFree=1653136/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=142368 CPUtime=94.64
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 34260 0 0 0 9439 25 0 0 25 0 1 0 45244431 145784832 34205 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 35592 34205 80 151 0 35438 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 159372

[startup+162.302 s]
/proc/loadavg: 2.01 2.12 2.21 3/83 17157
/proc/meminfo: memFree=1626256/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=169084 CPUtime=154.12
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 40970 0 0 0 15379 33 0 0 25 0 1 0 45244431 173142016 40915 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 42271 40915 80 151 0 42117 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 186088

[startup+222.301 s]
/proc/loadavg: 2.07 2.11 2.19 3/83 17163
/proc/meminfo: memFree=1599176/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.55
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1657 21757 0 4 7 2 595 51 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=196128 CPUtime=213.58
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 47696 0 0 0 21318 40 0 0 25 0 1 0 45244431 200835072 47641 996147200 134512640 135134323 4294956192 18446744073709551615 134531911 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 49032 47641 80 151 0 48878 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 213132

[startup+282.302 s]

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

[pid=17137] ppid=17114 vsize=635492 CPUtime=2890.27
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 157214 0 0 0 288836 191 0 0 25 0 1 0 45244431 650743808 157157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17137/statm: 158873 157157 80 151 0 158719 0
Current children cumulated CPU time (s) 2897.07
Current children cumulated vsize (KiB) 652496

[startup+2982.31 s]
/proc/loadavg: 2.65 2.33 2.12 3/76 17228
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=642120 CPUtime=2950
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 158883 0 0 0 294788 212 0 0 25 0 1 0 45244431 657530880 158826 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 160530 158826 80 151 0 160376 0
Current children cumulated CPU time (s) 2956.8
Current children cumulated vsize (KiB) 659124

[startup+3042.3 s]
/proc/loadavg: 2.33 2.29 2.11 3/82 17264
/proc/meminfo: memFree=1165200/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=649288 CPUtime=3009.95
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 160653 0 0 0 300781 214 0 0 25 0 1 0 45244431 664870912 160596 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 162322 160596 80 151 0 162168 0
Current children cumulated CPU time (s) 3016.75
Current children cumulated vsize (KiB) 666292

[startup+3102.3 s]
/proc/loadavg: 2.47 2.33 2.14 3/82 17264
/proc/meminfo: memFree=1148944/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=656028 CPUtime=3069.93
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 162361 0 0 0 306777 216 0 0 25 0 1 0 45244431 671772672 162304 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 164007 162304 80 151 0 163853 0
Current children cumulated CPU time (s) 3076.73
Current children cumulated vsize (KiB) 673032

[startup+3162.3 s]
/proc/loadavg: 2.48 2.36 2.16 3/82 17264
/proc/meminfo: memFree=1142480/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=662520 CPUtime=3129.9
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 163958 0 0 0 312772 218 0 0 25 0 1 0 45244431 678420480 163901 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 165630 163901 80 151 0 165476 0
Current children cumulated CPU time (s) 3136.7
Current children cumulated vsize (KiB) 679524

[startup+3222.3 s]
/proc/loadavg: 2.58 2.40 2.19 3/82 17264
/proc/meminfo: memFree=1135952/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=668856 CPUtime=3189.88
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 165568 0 0 0 318768 220 0 0 25 0 1 0 45244431 684908544 165511 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 167214 165511 80 151 0 167060 0
Current children cumulated CPU time (s) 3196.68
Current children cumulated vsize (KiB) 685860

[startup+3282.3 s]
/proc/loadavg: 2.62 2.45 2.21 3/82 17264
/proc/meminfo: memFree=1129744/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=675092 CPUtime=3249.86
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 167140 0 0 0 324764 222 0 0 25 0 1 0 45244431 691294208 167083 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 168773 167083 80 151 0 168619 0
Current children cumulated CPU time (s) 3256.66
Current children cumulated vsize (KiB) 692096

[startup+3342.3 s]
/proc/loadavg: 2.49 2.45 2.23 3/82 17264
/proc/meminfo: memFree=1122960/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=681824 CPUtime=3309.84
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 168816 0 0 0 330760 224 0 0 25 0 1 0 45244431 698187776 168759 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 170456 168759 80 151 0 170302 0
Current children cumulated CPU time (s) 3316.64
Current children cumulated vsize (KiB) 698828

[startup+3402.3 s]
/proc/loadavg: 2.50 2.46 2.24 3/82 17264
/proc/meminfo: memFree=1116048/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=688652 CPUtime=3369.82
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 170539 0 0 0 336756 226 0 0 25 0 1 0 45244431 705179648 170482 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 172163 170482 80 151 0 172009 0
Current children cumulated CPU time (s) 3376.62
Current children cumulated vsize (KiB) 705656

[startup+3462.3 s]
/proc/loadavg: 2.75 2.54 2.28 3/82 17264
/proc/meminfo: memFree=1109456/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=695120 CPUtime=3429.8
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 172133 0 0 0 342753 227 0 0 25 0 1 0 45244431 711802880 172076 996147200 134512640 135134323 4294956192 18446744073709551615 134532161 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 173780 172076 80 151 0 173626 0
Current children cumulated CPU time (s) 3436.6
Current children cumulated vsize (KiB) 712124

[startup+3522.3 s]
/proc/loadavg: 2.70 2.56 2.30 3/82 17264
/proc/meminfo: memFree=1102416/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=702132 CPUtime=3489.78
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 173887 0 0 0 348749 229 0 0 25 0 1 0 45244431 718983168 173830 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 175533 173830 80 151 0 175379 0
Current children cumulated CPU time (s) 3496.58
Current children cumulated vsize (KiB) 719136

[startup+3582.3 s]
/proc/loadavg: 2.55 2.56 2.31 3/82 17264
/proc/meminfo: memFree=1093392/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=711248 CPUtime=3549.76
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 176131 0 0 0 354745 231 0 0 25 0 1 0 45244431 728317952 176074 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 177812 176074 80 151 0 177658 0
Current children cumulated CPU time (s) 3556.56
Current children cumulated vsize (KiB) 728252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.81 s]
/proc/loadavg: 2.53 2.55 2.32 3/82 17264
/proc/meminfo: memFree=1089616/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1727 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=714944 CPUtime=3593.25
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4194304 177059 0 0 0 359093 232 0 0 25 0 1 0 45244431 732102656 177002 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 178736 177002 80 151 0 178582 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 731948

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

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

[startup+3625.91 s]
/proc/loadavg: 2.53 2.55 2.32 3/82 17264
/proc/meminfo: memFree=1089616/2055920 swapFree=4192812/4192956
[pid=17114] ppid=17112 vsize=17004 CPUtime=6.8
/proc/17114/stat : 17114 (sugar++) S 17112 17114 16849 0 -1 4194304 1745 25697 0 5 7 2 617 54 16 0 1 0 45243801 17412096 1153 996147200 4194304 4206940 548682068528 18446744073709551615 269939163028 0 0 4224 16386 18446744071563356171 0 0 17 0 0 0
/proc/17114/statm: 4251 1153 414 3 0 830 0
[pid=17137] ppid=17114 vsize=0 CPUtime=3593.35
/proc/17137/stat : 17137 (minisat-inc) R 17114 17114 16849 0 -1 4195332 177059 0 0 0 359093 242 0 0 25 0 1 0 45244431 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17137/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3626
CPU time (s): 3600.19
CPU user time (s): 3597.18
CPU system time (s): 3.00954
CPU usage (%): 99.2882
Max. virtual memory (cumulated for all children) (KiB): 890568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.18
system time used= 3.00954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204562
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= 13902
involuntary context switches= 83384

runsolver used 2.80757 second user time and 10.4264 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-12 19:57:24
IDJOB=1113489
IDBENCH=61591
IDSOLVER=367
FILE ID=node53/1113489-1215885444
PBS_JOBID= 7903625
Free space on /tmp= 65124 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 819f724ab904e5403549587a113ad0d6
RANDOM SEED=740777022

node53.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.261
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.261
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:       1844792 kB
Buffers:         17568 kB
Cached:          47168 kB
SwapCached:          0 kB
Active:         123960 kB
Inactive:        23316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             980 kB
Writeback:           0 kB
Mapped:         102684 kB
Slab:            48900 kB
Committed_AS:   294220 kB
PageTables:       2012 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= 65120 MiB
End job on node53 at 2008-07-12 20:57:52