Trace number 1108769

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)16 3600.09 3623.04

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-6.xml
MD5SUM790ca124b1ffc62329583a537a34d57f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints15
Best CPU time to get the best result obtained on this benchmark3600.14
Satisfiable
(Un)Satisfiability was proved
Number of variables178
Number of constraints143
Maximum constraint arity38
Maximum domain size31
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)alldifferent(12),element(71)

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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 16:23:33 2008
0.00/0.08	c 0	PID 11717
0.00/0.08	c 0	HOST node11.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1108769-1215786213.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108769-1215786213.xml' 'HOME/temp.csp'
0.06/0.41	c 1	33 domains, 178 variables, 11 predicates, 0 relations, 143 constraints
0.06/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	c 1	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.36/0.52	c 1	Parsing HOME/temp.csp
0.36/0.76	c 1	parsed 365 expressions
0.36/0.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.77	c 1	MAX CSP: 143 constraints
0.36/0.77	c 1	Converting to clausal form CSP
0.36/0.79	c 1	converted 52 (10%) expressions
0.36/0.80	c 1	converted 103 (20%) expressions
0.36/0.80	c 1	converted 154 (30%) expressions
0.36/0.80	c 1	converted 205 (40%) expressions
0.36/0.82	c 1	converted 256 (50%) expressions
0.36/0.84	c 1	converted 307 (60%) expressions
0.36/0.89	c 1	converted 358 (70%) expressions
0.90/1.04	c 1	converted 409 (80%) expressions
0.90/1.09	c 1	converted 460 (90%) expressions
1.01/1.14	c 1	converted 511 (100%) expressions
1.01/1.14	c 1	CSP : 464 integers, 1413 booleans, 4550 clauses, largest domain size 215
1.01/1.14	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.14	c 1	Propagation in CSP
1.01/1.19	c 1	138 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.01/1.19	c 1	CSP : 464 integers, 1413 booleans, 4550 clauses, largest domain size 144
1.01/1.19	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.20	c 1	Simplifing CSP by introducing new Boolean variables
1.10/1.21	c 1	CSP : 464 integers, 1653 booleans, 4790 clauses, largest domain size 144
1.10/1.21	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.25	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.10/1.27	c 1	47 (10%) CSP integer variables are encoded (200 clauses, 2115 bytes)
1.10/1.27	c 1	93 (20%) CSP integer variables are encoded (734 clauses, 7989 bytes)
1.10/1.28	c 1	140 (30%) CSP integer variables are encoded (1222 clauses, 14006 bytes)
1.10/1.28	c 1	186 (40%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
1.10/1.28	c 1	232 (50%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
1.10/1.28	c 1	279 (60%) CSP integer variables are encoded (1649 clauses, 19557 bytes)
1.10/1.28	c 1	325 (70%) CSP integer variables are encoded (1795 clauses, 21455 bytes)
1.10/1.28	c 1	372 (80%) CSP integer variables are encoded (1978 clauses, 23834 bytes)
1.10/1.28	c 1	418 (90%) CSP integer variables are encoded (2248 clauses, 27344 bytes)
1.10/1.28	c 1	464 (100%) CSP integer variables are encoded (3401 clauses, 42333 bytes)
1.19/1.33	c 1	479 (10%) CSP clauses are encoded (4636 clauses, 60414 bytes)
1.19/1.36	c 1	958 (20%) CSP clauses are encoded (5781 clauses, 82908 bytes)
1.19/1.37	c 1	1437 (30%) CSP clauses are encoded (6940 clauses, 107798 bytes)
1.19/1.38	c 1	1916 (40%) CSP clauses are encoded (8099 clauses, 132679 bytes)
1.29/1.40	c 2	2395 (50%) CSP clauses are encoded (9201 clauses, 156288 bytes)
1.29/1.41	c 2	2874 (60%) CSP clauses are encoded (10638 clauses, 188083 bytes)
1.29/1.42	c 2	3353 (70%) CSP clauses are encoded (12055 clauses, 220193 bytes)
1.29/1.43	c 2	3832 (80%) CSP clauses are encoded (13452 clauses, 251839 bytes)
1.29/1.44	c 2	4311 (90%) CSP clauses are encoded (14816 clauses, 282648 bytes)
1.39/1.50	c 2	4790 (100%) CSP clauses are encoded (44360 clauses, 811324 bytes)
1.39/1.50	c 2	4790 CSP clauses encoded
1.39/1.50	c 2	Writing map file : HOME/temp.map
1.39/1.51	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.51	c 2	SAT : 5511 SAT variables, 44360 SAT clauses, 811324 bytes
1.39/1.51	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.54	c 2	OBJECTIVE minimize _COST
1.39/1.54	c 2	SOLVING HOME/temp.cnf
1.39/1.54	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.39/1.55	c 2	This is MiniSat 2.0 beta incremental
1.39/1.55	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.55	c 2	============================[ Problem Statistics ]=============================
1.39/1.55	c 2	|                                                                             |
1.39/1.55	c 2	|  Number of variables:  5511                                                 |
1.39/1.55	c 2	|  Number of clauses:    44360                                                |
1.39/1.57	c 2	|  Parsing time:         0.02         s                                       |
1.39/1.57	c 2	OK
1.39/1.57	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.39/1.57	c 2	SEARCHING: _COST <= 72
1.39/1.57	c 2	============================[ Search Statistics ]==============================
1.39/1.57	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.57	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.57	c 2	===============================================================================
1.39/1.57	c 2	|         0 |    5511    44357   134744 |    14785        0    nan |  0.000 % |
1.39/1.57	c 2	===============================================================================
1.39/1.57	c 2	restarts              : 1
1.39/1.57	c 2	conflicts             : 1             (45 /sec)
1.39/1.57	c 2	decisions             : 1621          (1.36 % random) (73695 /sec)
1.39/1.57	c 2	propagations          : 5605           (254819 /sec)
1.39/1.57	c 2	conflict literals     : 6              (0.00 % deleted)
1.39/1.57	c 2	Memory used           : 4.11 MB
1.39/1.57	c 2	CPU time              : 0.021996 s
1.39/1.57	c 2	
1.39/1.57	c 2	SATISFIABLE
1.39/1.58	c 2	OK
1.39/1.58	c 2	FOUND: _COST <= 72
1.39/1.58	s SATISFIABLE
1.39/1.58	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.39/1.58	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.43/2.03	c 2	Decoding HOME/temp.out
1.59/2.13	c 2	OBJECTIVE _COST 72
1.59/2.13	o 72
1.59/2.13	v 1 5 2 6 6 5 6 2 6 5 1 5 6 4 3 6 6 5 5 1 5 4 6 5 4 1 1 6 5 4 5 5 1 5 4 6 27 1 32 6 5 33 6 6 28 6 6 5 6 6 30 6 6 1 6 11 1 31 2 6 12 5 21 6 10 5 4 6 7 6 5 6 7 6 30 6 7 6 30 6 14 4 32 6 13 6 31 15 6 13 6 28 6 17 6 5 6 13 6 6 6 13 6 2 6 19 5 26 6 23 6 33 6 24 6 31 22 6 24 6 35 6 24 6 30 6 24 6 31 6 30 6 2 6 25 6 33 6 30 6 34 6 30 6 31 29 6 30 6 24 6 28 6 25 6 35 6 26 6 35 6 33 6 35 6 28 6 35 6 23 6 34 6 31 36 6 36 6
1.59/2.16	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.59/2.17	c 2	OK
1.59/2.17	c 2	OBJECTIVE BOUND: 0 <= _COST <= 72
1.59/2.17	c 2	SEARCHING: _COST <= 36
1.59/2.18	c 2	============================[ Search Statistics ]==============================
1.59/2.18	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.59/2.18	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.59/2.18	c 2	===============================================================================
1.59/2.18	c 2	|         1 |    5511    44357   134744 |    14785        1      6 |  0.000 % |
1.59/2.18	c 2	===============================================================================
1.59/2.18	c 2	restarts              : 2
1.59/2.18	c 2	conflicts             : 26            (839 /sec)
1.59/2.18	c 2	decisions             : 3422          (1.23 % random) (110405 /sec)
1.59/2.18	c 2	propagations          : 18105          (584126 /sec)
1.59/2.18	c 2	conflict literals     : 189            (3.57 % deleted)
1.59/2.18	c 2	Memory used           : 4.11 MB
1.59/2.18	c 2	CPU time              : 0.030995 s
1.59/2.18	c 2	
1.59/2.18	c 2	SATISFIABLE
1.59/2.18	c 2	OK
1.59/2.18	c 2	FOUND: _COST <= 36
1.59/2.18	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.59/2.18	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.69/2.26	c 2	Decoding HOME/temp.out
1.69/2.34	c 2	OBJECTIVE _COST 36
1.69/2.34	o 36
1.69/2.35	v 1 4 6 6 2 3 6 2 6 6 3 1 4 6 3 6 2 5 6 3 6 4 2 5 6 6 6 2 5 2 5 3 5 5 3 6 12 1 32 6 3 21 6 6 32 6 3 35 6 3 30 6 2 19 6 10 6 31 8 6 8 2 33 6 12 6 16 6 9 6 35 6 12 1 18 6 9 6 31 6 18 5 32 6 18 5 31 15 6 13 4 34 6 18 5 35 6 18 5 30 6 17 2 18 6 24 5 32 6 24 3 33 6 24 5 31 22 6 22 4 11 6 20 3 30 6 23 2 7 6 26 6 14 6 27 6 9 6 26 6 10 6 26 6 31 29 6 29 5 18 6 27 5 13 6 33 4 2 6 31 4 27 6 35 6 28 6 35 6 11 6 32 6 31 36 6 36 6
1.69/2.36	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1.69/2.40	c 3	OK
1.69/2.40	c 3	OBJECTIVE BOUND: 0 <= _COST <= 36
1.69/2.40	c 3	SEARCHING: _COST <= 18
1.86/2.43	c 3	============================[ Search Statistics ]==============================
1.86/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/2.43	c 3	===============================================================================
1.86/2.43	c 3	|        26 |    4943    44357   134744 |    14785       26      7 |  0.000 % |
1.86/2.43	c 3	|       126 |    4943    44357   134744 |    16264      126     20 | 16.187 % |
1.86/2.43	c 3	|       276 |    4943    44357   134744 |    17890      276     22 | 16.187 % |
1.86/2.47	c 3	|       501 |    4619    26861    84825 |    19679      501     22 | 16.187 % |
1.96/2.51	c 3	|       838 |    4619    26861    84825 |    21647      838     24 | 16.187 % |
1.96/2.58	c 3	|      1344 |    4619    26861    84825 |    23812     1344     24 | 16.187 % |
2.05/2.69	c 3	|      2105 |    4619    26861    84825 |    26193     2105     26 | 16.187 % |
2.25/2.82	c 3	|      3244 |    4619    26861    84825 |    28813     3244     25 | 16.187 % |
2.55/3.11	c 3	|      4953 |    4619    26861    84825 |    31694     4953     28 | 16.187 % |
2.95/3.53	c 4	|      7516 |    4619    26861    84825 |    34863     7516     29 | 16.187 % |
3.65/4.26	c 4	|     11360 |    4619    26861    84825 |    38350    11360     32 | 16.187 % |
4.95/5.55	c 6	|     17126 |    4619    26861    84825 |    42185    17126     32 | 16.187 % |
5.66/6.25	c 6	===============================================================================
5.66/6.25	c 6	restarts              : 14
5.66/6.25	c 6	conflicts             : 20149         (5195 /sec)
5.66/6.25	c 6	decisions             : 28708         (1.34 % random) (7402 /sec)
5.66/6.25	c 6	propagations          : 10469538       (2699441 /sec)
5.66/6.25	c 6	conflict literals     : 674583         (25.26 % deleted)
5.66/6.25	c 6	Memory used           : 7.05 MB
5.66/6.25	c 6	CPU time              : 3.87841 s
5.66/6.25	c 6	
5.66/6.25	c 6	SATISFIABLE
5.66/6.26	c 6	OK
5.66/6.26	c 6	FOUND: _COST <= 18
5.66/6.26	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.66/6.26	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.72/6.56	c 7	Decoding HOME/temp.out
5.81/6.64	c 7	OBJECTIVE _COST 18
5.81/6.64	o 18
5.81/6.65	v 1 3 5 2 3 5 5 2 4 1 6 3 6 1 3 5 4 2 3 5 2 4 6 1 2 3 6 1 5 4 2 4 1 5 2 6 28 1 26 6 3 33 6 1 16 6 5 11 6 3 12 6 3 13 6 9 4 31 8 6 8 2 3 6 7 5 28 6 11 1 17 6 9 4 24 6 10 1 25 6 18 2 20 6 16 5 31 15 6 15 3 10 6 14 1 35 6 18 2 6 6 16 5 7 6 20 5 2 6 19 3 27 6 23 6 31 22 6 22 4 5 6 19 3 30 6 22 4 13 6 27 6 32 6 30 4 33 6 28 1 34 6 30 5 31 29 6 29 5 12 6 26 3 25 6 35 2 14 6 33 1 9 6 32 4 4 6 31 2 23 6 36 6 31 36 6 36 6
5.81/6.65	c 7	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
5.86/6.75	c 7	OK
5.86/6.75	c 7	OBJECTIVE BOUND: 0 <= _COST <= 18
5.86/6.75	c 7	SEARCHING: _COST <= 9
5.86/6.75	c 7	============================[ Search Statistics ]==============================
5.86/6.75	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.86/6.75	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.86/6.75	c 7	===============================================================================
5.86/6.75	c 7	|     20149 |    4403    21578    69606 |     7192    20149     33 | 16.187 % |
5.86/6.79	c 7	|     20250 |    4403    21578    69606 |     7911     5139     33 | 20.106 % |
5.94/6.82	c 7	|     20400 |    4403    21578    69606 |     8703     5289     33 | 20.106 % |
5.94/6.87	c 7	|     20626 |    4403    21578    69606 |     9573     5515     33 | 20.106 % |
6.04/6.93	c 7	|     20963 |    4403    21578    69606 |    10530     5852     32 | 20.106 % |
6.14/7.02	c 7	|     21470 |    4403    21578    69606 |    11583     6359     32 | 20.106 % |
6.24/7.16	c 7	|     22229 |    4403    21578    69606 |    12742     7118     31 | 20.106 % |
6.44/7.33	c 7	|     23368 |    4403    21578    69606 |    14016     8257     30 | 20.106 % |
6.75/7.65	c 8	|     25077 |    4403    21578    69606 |    15418     9966     29 | 20.106 % |
7.34/8.24	c 8	|     27639 |    4403    21578    69606 |    16959    12528     28 | 20.106 % |
8.24/9.15	c 9	|     31483 |    4403    21578    69606 |    18655    16372     27 | 20.106 % |
9.84/10.70	c 11	|     37249 |    4403    21578    69606 |    20521    11910     22 | 20.106 % |
12.04/12.94	c 13	|     45898 |    4403    21578    69606 |    22573    20559     24 | 20.106 % |
15.84/16.71	c 17	|     58873 |    4403    21578    69606 |    24831    21425     24 | 20.106 % |
22.13/23.08	c 23	|     78334 |    4403    21578    69606 |    27314    14416     22 | 20.106 % |
31.03/31.94	c 32	|    107526 |    4403    21578    69606 |    30045    13849     23 | 20.106 % |
43.91/44.84	c 45	|    151315 |    4403    21578    69606 |    33050    22051     26 | 20.106 % |
66.91/67.87	c 68	|    216999 |    4403    21578    69606 |    36355    26820     26 | 20.106 % |
104.19/105.13	c 105	|    315525 |    4403    21578    69606 |    39990    28758     28 | 20.106 % |
164.37/165.32	c 165	|    463314 |    4403    21578    69606 |    43989    39010     25 | 20.106 % |
250.83/251.84	c 252	|    684997 |    4403    21578    69606 |    48388    43727     26 | 20.106 % |
385.37/386.48	c 387	|   1017523 |    4403    21578    69606 |    53227    25654     24 | 20.106 % |
599.93/601.18	c 601	|   1516311 |    4403    21578    69606 |    58550    16871     26 | 20.106 % |
960.07/961.52	c 962	|   2264494 |    4403    21578    69606 |    64405    56426     32 | 20.106 % |
1554.27/1559.43	c 1560	|   3386768 |    4403    21578    69606 |    70845    33049     24 | 20.106 % |
2535.05/2548.86	c 2549	|   5070180 |    4403    21578    69606 |    77930    26579     25 | 20.106 % |
3600.05/3623.01	c 3623	CPU 3598.91 (0.07 0.01 3598.84 1.14)
3600.05/3623.01	c 3623	END Fri Jul 11 17:23:56 2008
3600.05/3623.03	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	16	127
16 unsatisfied constraints, 127 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-1108769-1215786213/watcher-1108769-1215786213 -o /tmp/evaluation-result-1108769-1215786213/solver-1108769-1215786213 -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-1108769-1215786213.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.59 2.62 2.62 4/80 11717
/proc/meminfo: memFree=1673256/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=12272 CPUtime=0
/proc/11717/stat : 11717 (sugar++) R 11715 11717 11042 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 35324103 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 262927869023 0 0 4224 0 0 0 0 17 1 0 0
/proc/11717/statm: 3068 364 274 3 0 168 0

[startup+0.0872469 s]
/proc/loadavg: 2.59 2.62 2.62 4/80 11717
/proc/meminfo: memFree=1673256/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16740 CPUtime=0.06
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1219 128 0 0 6 0 0 0 21 0 1 0 35324103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.107023 s]
/proc/loadavg: 2.59 2.62 2.62 4/80 11717
/proc/meminfo: memFree=1673256/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16740 CPUtime=0.06
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1219 128 0 0 6 0 0 0 21 0 1 0 35324103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302578 s]
/proc/loadavg: 2.59 2.62 2.62 4/80 11717
/proc/meminfo: memFree=1673256/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16740 CPUtime=0.06
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1219 128 0 0 6 0 0 0 21 0 1 0 35324103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702618 s]
/proc/loadavg: 2.59 2.62 2.62 4/80 11717
/proc/meminfo: memFree=1673256/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16740 CPUtime=0.36
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1297 4511 0 1 6 0 26 4 16 0 1 0 35324103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 16740

[startup+1.50171 s]
/proc/loadavg: 2.59 2.62 2.62 4/91 11739
/proc/meminfo: memFree=1659152/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16740 CPUtime=0.36
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1297 4511 0 1 6 0 26 4 15 0 1 0 35324103 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4185 1104 409 3 0 764 0
[pid=11730] ppid=11717 vsize=5356 CPUtime=0
/proc/11730/stat : 11730 (sh) S 11717 11717 11042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35324145 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11730/statm: 1339 233 193 169 0 50 0
[pid=11731] ppid=11730 vsize=868508 CPUtime=1.03
/proc/11731/stat : 11731 (java) S 11730 11717 11042 0 -1 0 6832 0 1 0 98 5 0 0 18 0 9 0 35324146 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11731/statm: 217127 6033 2563 9 0 211674 0
[pid=11731/tid=11732] ppid=11730 vsize=868508 CPUtime=0.69
/proc/11731/task/11732/stat : 11732 (java) R 11730 11717 11042 0 -1 64 2750 0 1 0 67 2 0 0 19 0 9 0 35324147 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4126920536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11733] ppid=11730 vsize=868508 CPUtime=0.08
/proc/11731/task/11733/stat : 11733 (java) S 11730 11717 11042 0 -1 64 1913 0 0 0 8 0 0 0 16 0 9 0 35324150 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11734] ppid=11730 vsize=868508 CPUtime=0
/proc/11731/task/11734/stat : 11734 (java) S 11730 11717 11042 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35324150 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11735] ppid=11730 vsize=868508 CPUtime=0
/proc/11731/task/11735/stat : 11735 (java) S 11730 11717 11042 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35324150 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11736] ppid=11730 vsize=868508 CPUtime=0
/proc/11731/task/11736/stat : 11736 (java) S 11730 11717 11042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 35324152 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11737] ppid=11730 vsize=868508 CPUtime=0.24
/proc/11731/task/11737/stat : 11737 (java) S 11730 11717 11042 0 -1 64 1476 0 0 0 23 1 0 0 16 0 9 0 35324152 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11738] ppid=11730 vsize=868508 CPUtime=0
/proc/11731/task/11738/stat : 11738 (java) S 11730 11717 11042 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 35324152 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11731/tid=11739] ppid=11730 vsize=868508 CPUtime=0
/proc/11731/task/11739/stat : 11739 (java) S 11730 11717 11042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 35324152 889352192 6033 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890604

[startup+3.10191 s]
/proc/loadavg: 2.59 2.62 2.62 6/92 11750
/proc/meminfo: memFree=1661000/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=1.83
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1623 19265 0 4 7 1 159 16 15 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=4604 CPUtime=0.72
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 1016 0 0 0 72 0 0 0 22 0 1 0 35324258 4714496 959 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 1151 959 79 151 0 997 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 21476

[startup+6.30128 s]
/proc/loadavg: 2.62 2.62 2.62 3/82 11760
/proc/meminfo: memFree=1663832/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=1.83
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1657 19265 0 4 7 1 159 16 15 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=7220 CPUtime=3.88
/proc/11740/stat : 11740 (minisat-inc) S 11717 11717 11042 0 -1 4194304 1677 0 0 0 387 1 0 0 25 0 1 0 35324258 7393280 1618 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/11740/statm: 1805 1618 79 151 0 1651 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 24092

[startup+12.702 s]
/proc/loadavg: 2.65 2.63 2.62 3/82 11770
/proc/meminfo: memFree=1663000/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=7220 CPUtime=9.84
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 1684 0 0 0 983 1 0 0 25 0 1 0 35324258 7393280 1625 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 1805 1625 79 151 0 1651 0
Current children cumulated CPU time (s) 11.84
Current children cumulated vsize (KiB) 24092

[startup+25.5025 s]
/proc/loadavg: 2.66 2.63 2.62 3/82 11770
/proc/meminfo: memFree=1662744/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=7764 CPUtime=22.63
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 1829 0 0 0 2262 1 0 0 25 0 1 0 35324258 7950336 1770 996147200 134512640 135134323 4294956192 18446744073709551615 134528309 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 1941 1770 79 151 0 1787 0
Current children cumulated CPU time (s) 24.63
Current children cumulated vsize (KiB) 24636

[startup+51.1025 s]
/proc/loadavg: 2.57 2.61 2.61 3/82 11770
/proc/meminfo: memFree=1661208/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=9556 CPUtime=48.21
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 2257 0 0 0 4820 1 0 0 25 0 1 0 35324258 9785344 2198 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 2389 2198 79 151 0 2235 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 26428

[startup+102.307 s]
/proc/loadavg: 2.64 2.62 2.62 3/82 11770
/proc/meminfo: memFree=1659672/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=11064 CPUtime=99.4
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 2613 0 0 0 9938 2 0 0 25 0 1 0 35324258 11329536 2554 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 2766 2554 79 151 0 2612 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 27936

[startup+162.303 s]
/proc/loadavg: 2.69 2.64 2.63 3/82 11770
/proc/meminfo: memFree=1658520/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=12152 CPUtime=159.37
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 2886 0 0 0 15934 3 0 0 25 0 1 0 35324258 12443648 2827 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 3038 2827 79 151 0 2884 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 29024

[startup+222.303 s]
/proc/loadavg: 2.64 2.63 2.62 3/82 11770
/proc/meminfo: memFree=1657688/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=13136 CPUtime=219.34
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 3096 0 0 0 21931 3 0 0 25 0 1 0 35324258 13451264 3037 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 3284 3037 79 151 0 3130 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 30008

[startup+282.303 s]
/proc/loadavg: 2.37 2.56 2.60 3/82 11770
/proc/meminfo: memFree=1656728/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=14092 CPUtime=279.33
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 3342 0 0 0 27929 4 0 0 25 0 1 0 35324258 14430208 3283 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/11740/statm: 3523 3283 79 151 0 3369 0
Current children cumulated CPU time (s) 281.33
Current children cumulated vsize (KiB) 30964

[startup+342.303 s]
/proc/loadavg: 2.60 2.59 2.60 3/82 11770
/proc/meminfo: memFree=1656216/2055920 swapFree=4192956/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=11740] ppid=11717 vsize=25236 CPUtime=2843.86
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6040 0 0 0 284293 93 0 0 25 0 1 0 35324258 25841664 5981 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6309 5981 79 151 0 6155 0
Current children cumulated CPU time (s) 2845.86
Current children cumulated vsize (KiB) 42108

[startup+2922.31 s]
/proc/loadavg: 2.55 2.58 2.60 4/82 11862
/proc/meminfo: memFree=1839320/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25384 CPUtime=2903.35
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6057 0 0 0 290242 93 0 0 25 0 1 0 35324258 25993216 5998 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6346 5998 79 151 0 6192 0
Current children cumulated CPU time (s) 2905.35
Current children cumulated vsize (KiB) 42256

[startup+2982.3 s]
/proc/loadavg: 2.76 2.63 2.61 4/82 11862
/proc/meminfo: memFree=1839064/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25548 CPUtime=2962.83
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6102 0 0 0 296190 93 0 0 25 0 1 0 35324258 26161152 6043 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6387 6043 79 151 0 6233 0
Current children cumulated CPU time (s) 2964.83
Current children cumulated vsize (KiB) 42420

[startup+3042.3 s]
/proc/loadavg: 2.73 2.63 2.61 4/82 11862
/proc/meminfo: memFree=1839064/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25548 CPUtime=3022.31
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6103 0 0 0 302138 93 0 0 25 0 1 0 35324258 26161152 6044 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6387 6044 79 151 0 6233 0
Current children cumulated CPU time (s) 3024.31
Current children cumulated vsize (KiB) 42420

[startup+3102.3 s]
/proc/loadavg: 2.78 2.65 2.62 4/82 11862
/proc/meminfo: memFree=1838936/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25760 CPUtime=3081.8
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6151 0 0 0 308087 93 0 0 25 0 1 0 35324258 26378240 6092 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6440 6092 79 151 0 6286 0
Current children cumulated CPU time (s) 3083.8
Current children cumulated vsize (KiB) 42632

[startup+3162.3 s]
/proc/loadavg: 2.70 2.65 2.62 4/82 11862
/proc/meminfo: memFree=1838744/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25972 CPUtime=3141.29
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6184 0 0 0 314036 93 0 0 25 0 1 0 35324258 26595328 6125 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6493 6125 79 151 0 6339 0
Current children cumulated CPU time (s) 3143.29
Current children cumulated vsize (KiB) 42844

[startup+3222.3 s]
/proc/loadavg: 2.66 2.65 2.62 3/82 11862
/proc/meminfo: memFree=1838616/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=25972 CPUtime=3200.79
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6201 0 0 0 319985 94 0 0 25 0 1 0 35324258 26595328 6142 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6493 6142 79 151 0 6339 0
Current children cumulated CPU time (s) 3202.79
Current children cumulated vsize (KiB) 42844

[startup+3282.3 s]
/proc/loadavg: 2.67 2.65 2.63 4/82 11864
/proc/meminfo: memFree=1838616/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26168 CPUtime=3260.27
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6215 0 0 0 325933 94 0 0 25 0 1 0 35324258 26796032 6156 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6542 6156 79 151 0 6388 0
Current children cumulated CPU time (s) 3262.27
Current children cumulated vsize (KiB) 43040

[startup+3342.3 s]
/proc/loadavg: 2.64 2.65 2.63 3/82 11864
/proc/meminfo: memFree=1838616/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26168 CPUtime=3319.76
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6216 0 0 0 331882 94 0 0 25 0 1 0 35324258 26796032 6157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6542 6157 79 151 0 6388 0
Current children cumulated CPU time (s) 3321.76
Current children cumulated vsize (KiB) 43040

[startup+3402.31 s]
/proc/loadavg: 2.74 2.67 2.64 4/82 11864
/proc/meminfo: memFree=1838616/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26168 CPUtime=3379.24
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6216 0 0 0 337830 94 0 0 25 0 1 0 35324258 26796032 6157 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6542 6157 79 151 0 6388 0
Current children cumulated CPU time (s) 3381.24
Current children cumulated vsize (KiB) 43040

[startup+3462.3 s]
/proc/loadavg: 2.58 2.62 2.62 3/82 11864
/proc/meminfo: memFree=1838296/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26168 CPUtime=3438.73
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6230 0 0 0 343779 94 0 0 25 0 1 0 35324258 26796032 6171 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6542 6171 79 151 0 6388 0
Current children cumulated CPU time (s) 3440.73
Current children cumulated vsize (KiB) 43040

[startup+3522.3 s]
/proc/loadavg: 2.54 2.61 2.62 3/82 11864
/proc/meminfo: memFree=1838232/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26300 CPUtime=3498.21
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6245 0 0 0 349727 94 0 0 25 0 1 0 35324258 26931200 6186 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6575 6186 79 151 0 6421 0
Current children cumulated CPU time (s) 3500.21
Current children cumulated vsize (KiB) 43172

[startup+3582.31 s]
/proc/loadavg: 2.63 2.62 2.62 3/82 11864
/proc/meminfo: memFree=1837976/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26300 CPUtime=3557.7
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6266 0 0 0 355676 94 0 0 25 0 1 0 35324258 26931200 6207 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6575 6207 79 151 0 6421 0
Current children cumulated CPU time (s) 3559.7
Current children cumulated vsize (KiB) 43172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3623.01 s]
/proc/loadavg: 2.68 2.63 2.62 3/82 11864
/proc/meminfo: memFree=1837912/2055920 swapFree=4192812/4192956
[pid=11717] ppid=11715 vsize=16872 CPUtime=2
/proc/11717/stat : 11717 (sugar++) S 11715 11717 11042 0 -1 4194304 1693 23073 0 5 7 1 173 19 16 0 1 0 35324103 17276928 1117 996147200 4194304 4206940 548682068528 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11717/statm: 4218 1117 414 3 0 797 0
[pid=11740] ppid=11717 vsize=26300 CPUtime=3598.05
/proc/11740/stat : 11740 (minisat-inc) R 11717 11717 11042 0 -1 4194304 6266 0 0 0 359711 94 0 0 25 0 1 0 35324258 26931200 6207 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/11740/statm: 6575 6207 79 151 0 6421 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 43172

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

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

Child status: 0
Real time (s): 3623.04
CPU time (s): 3600.09
CPU user time (s): 3598.93
CPU system time (s): 1.15882
CPU usage (%): 99.3666
Max. virtual memory (cumulated for all children) (KiB): 890604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.93
system time used= 1.15882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31112
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= 2978
involuntary context switches= 56305

runsolver used 3.77743 second user time and 10.5224 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-11 16:23:33
IDJOB=1108769
IDBENCH=60762
IDSOLVER=367
FILE ID=node11/1108769-1215786213
PBS_JOBID= 7903173
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-6.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-1108769-1215786213/watcher-1108769-1215786213 -o /tmp/evaluation-result-1108769-1215786213/solver-1108769-1215786213 -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-1108769-1215786213.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 790ca124b1ffc62329583a537a34d57f
RANDOM SEED=359428417

node11.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.218
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.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1673736 kB
Buffers:         47232 kB
Cached:         181044 kB
SwapCached:          0 kB
Active:         197688 kB
Inactive:       119824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:         109536 kB
Slab:            49688 kB
Committed_AS:   911400 kB
PageTables:       2140 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= 66552 MiB
End job on node11 at 2008-07-11 17:23:58