Trace number 1128532

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.06 3631.31

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/
normalized-kbtree-9-2-3-5-30-02_ext.xml
MD5SUMb422c5cbdc97efdfd356aba0f0cb4788
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark61.9096
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 05:52:50 2008
0.00/0.05	c 0	PID 5769
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1128532-1216785169.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128532-1216785169.xml' 'HOME/temp.csp'
0.03/0.58	c 0	1 domains, 58 variables, 0 predicates, 309 relations, 309 constraints
0.03/0.63	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.71	c 0	Parsing HOME/temp.csp
0.57/0.98	c 1	parsed 677 expressions
0.57/0.98	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.57/0.99	c 1	MAX CSP: 309 constraints
0.57/0.99	c 1	Converting to clausal form CSP
0.92/1.02	c 1	converted 99 (10%) expressions
0.92/1.02	c 1	converted 198 (20%) expressions
0.92/1.02	c 1	converted 297 (30%) expressions
0.92/1.04	c 1	converted 396 (40%) expressions
0.92/1.05	c 1	converted 495 (50%) expressions
0.92/1.06	c 1	converted 594 (60%) expressions
0.92/1.07	c 1	converted 693 (70%) expressions
0.92/1.07	c 1	converted 792 (80%) expressions
0.92/1.08	c 1	converted 891 (90%) expressions
1.11/1.24	c 1	converted 989 (100%) expressions
1.11/1.24	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 464
1.11/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.24	c 1	Propagation in CSP
1.11/1.28	c 1	304 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.28	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.11/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.28	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.28	c 1	CSP : 676 integers, 0 booleans, 926 clauses, largest domain size 310
1.11/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.33	c 1	68 (10%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.33	c 1	136 (20%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.33	c 1	203 (30%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.34	c 1	271 (40%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.34	c 1	338 (50%) CSP integer variables are encoded (174 clauses, 1816 bytes)
1.22/1.34	c 1	406 (60%) CSP integer variables are encoded (653 clauses, 7200 bytes)
1.22/1.35	c 1	474 (70%) CSP integer variables are encoded (996 clauses, 11659 bytes)
1.22/1.35	c 1	541 (80%) CSP integer variables are encoded (1536 clauses, 18679 bytes)
1.22/1.35	c 1	609 (90%) CSP integer variables are encoded (3918 clauses, 49645 bytes)
1.22/1.35	c 1	676 (100%) CSP integer variables are encoded (4612 clauses, 58667 bytes)
1.22/1.39	c 1	93 (10%) CSP clauses are encoded (5068 clauses, 66626 bytes)
1.31/1.40	c 1	186 (20%) CSP clauses are encoded (5521 clauses, 75105 bytes)
1.31/1.42	c 1	278 (30%) CSP clauses are encoded (5970 clauses, 84334 bytes)
1.31/1.43	c 1	371 (40%) CSP clauses are encoded (6845 clauses, 97455 bytes)
1.31/1.44	c 1	463 (50%) CSP clauses are encoded (13107 clauses, 207669 bytes)
1.31/1.45	c 1	556 (60%) CSP clauses are encoded (15130 clauses, 242275 bytes)
1.31/1.49	c 1	649 (70%) CSP clauses are encoded (32481 clauses, 558010 bytes)
1.41/1.54	c 1	741 (80%) CSP clauses are encoded (49135 clauses, 843944 bytes)
1.51/1.61	c 1	834 (90%) CSP clauses are encoded (85594 clauses, 1508892 bytes)
1.51/1.70	c 1	926 (100%) CSP clauses are encoded (134182 clauses, 2398797 bytes)
1.51/1.70	c 1	926 CSP clauses encoded
1.51/1.70	c 1	Writing map file : HOME/temp.map
1.60/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.71	c 1	SAT : 5288 SAT variables, 134182 SAT clauses, 2398797 bytes
1.60/1.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.74	c 1	OBJECTIVE minimize _COST
1.60/1.74	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.60/1.74	c 1	SEARCHING: _COST <= 155
1.60/1.74	c 1	SOLVING HOME/temp.cnf
1.60/1.74	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.60/1.74	c 1	This is MiniSat 2.0 beta
1.60/1.74	c 1	WARNING: for repeatability, setting FPU to use double precision
1.60/1.74	c 1	============================[ Problem Statistics ]=============================
1.60/1.74	c 1	|                                                                             |
1.60/1.74	c 1	|  Number of variables:  5288                                                 |
1.60/1.74	c 1	|  Number of clauses:    134183                                               |
1.63/1.81	c 1	|  Parsing time:         0.06         s                                       |
1.63/1.84	c 1	============================[ Search Statistics ]==============================
1.63/1.84	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.63/1.84	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.63/1.84	c 1	===============================================================================
1.63/1.84	c 1	|         0 |    3902    86794   252113 |    28931        0    nan |  0.000 % |
1.63/1.85	c 1	===============================================================================
1.63/1.85	c 1	restarts              : 1
1.63/1.85	c 1	conflicts             : 11             (116 /sec)
1.63/1.85	c 1	decisions             : 64             (0.00 % random) (674 /sec)
1.63/1.85	c 1	propagations          : 5421           (57072 /sec)
1.63/1.85	c 1	conflict literals     : 102            (2.86 % deleted)
1.63/1.85	c 1	Memory used           : 7.11 MB
1.63/1.85	c 1	CPU time              : 0.094985 s
1.63/1.85	c 1	
1.63/1.85	c 1	SATISFIABLE
1.63/1.85	c 1	FOUND: _COST <= 155
1.63/1.85	s SATISFIABLE
1.63/1.85	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.63/1.85	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.75/1.93	c 1	Decoding HOME/temp.out
1.75/2.03	c 2	OBJECTIVE _COST 99
1.75/2.03	o 99
1.75/2.03	v 1 4 3 3 4 4 4 0 2 4 4 1 3 1 3 3 4 3 4 3 1 2 4 4 2 2 0 3 2 1 2 1 3 4 4 3 3 0 4 1 1 0 3 2 1 1 4 4 1 0 3 4 1 0 4 1 3 4
1.75/2.06	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.94/2.12	c 2	OBJECTIVE BOUND: 0 <= _COST <= 99
1.94/2.12	c 2	SEARCHING: _COST <= 49
1.94/2.12	c 2	SOLVING HOME/temp.cnf
1.94/2.12	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.94/2.12	c 2	This is MiniSat 2.0 beta
1.94/2.12	c 2	WARNING: for repeatability, setting FPU to use double precision
1.94/2.12	c 2	============================[ Problem Statistics ]=============================
1.94/2.12	c 2	|                                                                             |
1.94/2.13	c 2	|  Number of variables:  5288                                                 |
1.94/2.13	c 2	|  Number of clauses:    134183                                               |
1.94/2.20	c 2	|  Parsing time:         0.07         s                                       |
1.96/2.24	c 2	============================[ Search Statistics ]==============================
1.96/2.24	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.96/2.24	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.96/2.24	c 2	===============================================================================
1.96/2.24	c 2	|         0 |    2757    40275   115885 |    13425        0    nan |  0.000 % |
1.96/2.24	c 2	===============================================================================
1.96/2.25	c 2	restarts              : 1
1.96/2.25	c 2	conflicts             : 56             (479 /sec)
1.96/2.25	c 2	decisions             : 291            (0.69 % random) (2488 /sec)
1.96/2.25	c 2	propagations          : 8319           (71114 /sec)
1.96/2.25	c 2	conflict literals     : 1052           (2.41 % deleted)
1.96/2.25	c 2	Memory used           : 7.23 MB
1.96/2.25	c 2	CPU time              : 0.116982 s
1.96/2.25	c 2	
1.96/2.25	c 2	SATISFIABLE
1.96/2.25	c 2	FOUND: _COST <= 49
1.96/2.25	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.96/2.25	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.10/2.33	c 2	Decoding HOME/temp.out
2.10/2.43	c 2	OBJECTIVE _COST 49
2.10/2.43	o 49
2.10/2.44	v 4 0 0 3 2 3 0 2 3 0 1 1 1 2 4 4 1 2 4 1 1 3 4 4 0 4 0 3 2 1 2 1 3 4 4 2 1 4 0 3 2 0 1 3 4 0 3 2 2 0 3 2 1 1 2 4 4 0
2.10/2.46	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.10/2.48	c 2	OBJECTIVE BOUND: 0 <= _COST <= 49
2.10/2.48	c 2	SEARCHING: _COST <= 24
2.10/2.48	c 2	SOLVING HOME/temp.cnf
2.10/2.48	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.48	c 2	This is MiniSat 2.0 beta
2.10/2.48	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.48	c 2	============================[ Problem Statistics ]=============================
2.10/2.48	c 2	|                                                                             |
2.10/2.48	c 2	|  Number of variables:  5288                                                 |
2.10/2.48	c 2	|  Number of clauses:    134183                                               |
2.31/2.56	c 2	|  Parsing time:         0.06         s                                       |
2.31/2.60	c 2	============================[ Search Statistics ]==============================
2.31/2.60	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.31/2.60	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.31/2.60	c 2	===============================================================================
2.31/2.60	c 2	|         0 |    2329    23524    66891 |     7841        0    nan |  0.000 % |
2.31/2.60	c 2	===============================================================================
2.31/2.61	c 2	restarts              : 1
2.31/2.61	c 2	conflicts             : 62             (564 /sec)
2.31/2.61	c 2	decisions             : 136            (0.74 % random) (1237 /sec)
2.31/2.61	c 2	propagations          : 9018           (81994 /sec)
2.31/2.61	c 2	conflict literals     : 1170           (3.62 % deleted)
2.31/2.61	c 2	Memory used           : 7.23 MB
2.31/2.61	c 2	CPU time              : 0.109983 s
2.31/2.61	c 2	
2.31/2.61	c 2	SATISFIABLE
2.31/2.61	c 2	FOUND: _COST <= 24
2.31/2.61	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.31/2.61	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.31/2.69	c 2	Decoding HOME/temp.out
2.45/2.79	c 2	OBJECTIVE _COST 24
2.45/2.79	o 24
2.45/2.79	v 4 0 0 3 2 3 0 2 3 0 1 1 1 2 4 4 1 2 4 1 1 3 4 4 0 4 0 3 2 1 2 1 3 4 4 2 1 4 0 3 2 0 1 3 4 0 3 2 2 0 3 2 1 1 2 4 4 0
2.45/2.81	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.45/2.84	c 2	OBJECTIVE BOUND: 0 <= _COST <= 24
2.45/2.84	c 2	SEARCHING: _COST <= 12
2.45/2.84	c 2	SOLVING HOME/temp.cnf
2.45/2.84	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.45/2.84	c 2	This is MiniSat 2.0 beta
2.45/2.84	c 2	WARNING: for repeatability, setting FPU to use double precision
2.45/2.84	c 2	============================[ Problem Statistics ]=============================
2.45/2.84	c 2	|                                                                             |
2.45/2.84	c 2	|  Number of variables:  5288                                                 |
2.45/2.84	c 2	|  Number of clauses:    134183                                               |
2.66/2.92	c 2	|  Parsing time:         0.07         s                                       |
2.66/2.95	c 3	============================[ Search Statistics ]==============================
2.66/2.95	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.66/2.95	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.66/2.95	c 3	===============================================================================
2.66/2.95	c 3	|         0 |    1979    14254    40119 |     4751        0    nan |  0.000 % |
2.66/2.97	c 3	|       100 |    1979    14254    40119 |     5226      100     19 | 62.576 % |
2.66/2.98	c 3	|       250 |    1979    14254    40119 |     5749      250     18 | 62.576 % |
2.66/3.00	c 3	|       475 |    1979    14254    40119 |     6324      475     20 | 62.576 % |
2.66/3.03	c 3	|       816 |    1979    14254    40119 |     6956      816     20 | 62.576 % |
2.66/3.08	c 3	|      1322 |    1979    14254    40119 |     7652     1322     19 | 62.576 % |
2.66/3.16	c 3	|      2081 |    1979    14254    40119 |     8417     2081     20 | 62.576 % |
3.10/3.30	c 3	|      3220 |    1979    14254    40119 |     9259     3220     19 | 62.576 % |
3.30/3.54	c 3	|      4928 |    1979    14254    40119 |    10184     4928     18 | 62.576 % |
3.59/3.86	c 3	|      7491 |    1979    14254    40119 |    11203     7491     18 | 62.576 % |
4.19/4.43	c 4	|     11336 |    1979    14254    40119 |    12323    11336     20 | 62.576 % |
5.18/5.48	c 5	|     17103 |    1979    14254    40119 |    13556     8974     20 | 62.576 % |
6.76/7.00	c 7	|     25753 |    1979    14254    40119 |    14911    17624     21 | 62.576 % |
9.54/9.82	c 9	|     38727 |    1979    14254    40119 |    16402    11644     18 | 62.576 % |
13.91/14.25	c 14	|     58189 |    1979    14254    40119 |    18043    10760     23 | 62.576 % |
20.83/21.22	c 21	|     87381 |    1979    14254    40119 |    19847    17918     23 | 62.576 % |
32.03/32.58	c 32	|    131171 |    1979    14254    40119 |    21832    14025     18 | 62.576 % |
48.47/49.20	c 49	|    196858 |    1979    14254    40119 |    24015    14098     22 | 62.576 % |
77.20/78.17	c 78	|    295384 |    1979    14254    40119 |    26417    22351     25 | 62.576 % |
119.90/121.29	c 121	|    443173 |    1979    14254    40119 |    29058    19506     26 | 62.576 % |
188.16/190.18	c 190	|    664857 |    1979    14254    40119 |    31964    27873     23 | 62.576 % |
305.16/308.26	c 308	|    997384 |    1979    14254    40119 |    35161    15466     20 | 62.576 % |
472.29/476.94	c 476	|   1496174 |    1979    14254    40119 |    38677    20033     19 | 62.576 % |
755.90/763.24	c 763	|   2244356 |    1979    14254    40119 |    42544    29452     31 | 62.576 % |
1078.72/1087.03	c 1087	===============================================================================
1078.72/1087.03	c 1087	restarts              : 24
1078.72/1087.03	c 1087	conflicts             : 3047808        (2832 /sec)
1078.72/1087.03	c 1087	decisions             : 3345366        (0.82 % random) (3109 /sec)
1078.72/1087.03	c 1087	propagations          : 922092322      (856930 /sec)
1078.72/1087.03	c 1087	conflict literals     : 80609813       (31.70 % deleted)
1078.72/1087.03	c 1087	Memory used           : 20.51 MB
1078.72/1087.03	c 1087	CPU time              : 1076.04 s
1078.72/1087.03	c 1087	
1078.72/1087.03	c 1087	SATISFIABLE
1078.72/1087.03	c 1087	FOUND: _COST <= 12
1078.72/1087.03	c 1087	DECODING HOME/temp.out WITH HOME/temp.map
1078.72/1087.03	c 1087	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1078.82/1088.52	c 1088	Decoding HOME/temp.out
1078.92/1088.61	c 1088	OBJECTIVE _COST 12
1078.92/1088.61	o 12
1078.92/1088.61	v 2 1 0 4 2 3 0 1 1 4 0 4 2 2 3 1 2 0 3 4 1 3 4 0 4 2 4 2 1 1 4 4 1 2 1 2 4 1 3 4 1 3 0 0 4 4 1 4 4 3 3 2 0 1 2 4 0 3
1078.95/1088.90	c 1088	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1078.95/1088.91	c 1088	OBJECTIVE BOUND: 0 <= _COST <= 12
1078.95/1088.91	c 1088	SEARCHING: _COST <= 6
1078.95/1088.91	c 1088	SOLVING HOME/temp.cnf
1078.95/1088.91	c 1088	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1078.95/1088.93	c 1088	This is MiniSat 2.0 beta
1078.95/1088.93	c 1088	WARNING: for repeatability, setting FPU to use double precision
1078.95/1088.93	c 1088	============================[ Problem Statistics ]=============================
1078.95/1088.93	c 1088	|                                                                             |
1078.95/1088.93	c 1088	|  Number of variables:  5288                                                 |
1078.95/1088.93	c 1088	|  Number of clauses:    134183                                               |
1078.95/1089.00	c 1089	|  Parsing time:         0.06         s                                       |
1078.97/1089.03	c 1089	============================[ Search Statistics ]==============================
1078.97/1089.03	c 1089	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1078.97/1089.03	c 1089	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1078.97/1089.03	c 1089	===============================================================================
1078.97/1089.03	c 1089	|         0 |    1655     8981    25266 |     2993        0    nan |  0.000 % |
1078.97/1089.04	c 1089	|       102 |    1655     8981    25266 |     3293      102     21 | 68.703 % |
1078.97/1089.05	c 1089	|       252 |    1655     8981    25266 |     3622      252     19 | 68.703 % |
1078.97/1089.07	c 1089	|       477 |    1655     8981    25266 |     3984      477     16 | 68.703 % |
1078.97/1089.10	c 1089	|       814 |    1655     8981    25266 |     4383      814     19 | 68.703 % |
1078.97/1089.14	c 1089	|      1320 |    1655     8981    25266 |     4821     1320     19 | 68.703 % |
1078.97/1089.22	c 1089	|      2080 |    1655     8981    25266 |     5303     2080     17 | 68.703 % |
1078.97/1089.34	c 1089	|      3219 |    1655     8981    25266 |     5833     3219     19 | 68.703 % |
1078.97/1089.53	c 1089	|      4928 |    1655     8981    25266 |     6417     4928     18 | 68.703 % |
1078.97/1089.84	c 1089	|      7490 |    1655     8981    25266 |     7058     7490     17 | 68.703 % |
1080.33/1090.34	c 1090	|     11334 |    1655     8981    25266 |     7764     5931     13 | 68.703 % |
1081.03/1091.04	c 1091	|     17100 |    1655     8981    25266 |     8541    11697     14 | 68.703 % |
1082.12/1092.18	c 1092	|     25751 |    1655     8981    25266 |     9395     7853     13 | 68.703 % |
1084.02/1094.07	c 1094	|     38726 |    1655     8981    25266 |    10334     7364     13 | 68.703 % |
1086.82/1096.84	c 1096	|     58187 |    1655     8981    25266 |    11368    12480     17 | 68.703 % |
1091.62/1101.66	c 1101	|     87380 |    1655     8981    25266 |    12505    11000     15 | 68.703 % |
1098.42/1108.45	c 1108	|    131169 |    1653     8911    25000 |    13755     4687     18 | 68.741 % |
1109.42/1119.45	c 1119	|    196855 |    1653     8911    25000 |    15131    17435     19 | 68.741 % |
1128.41/1138.40	c 1138	|    295382 |    1653     8911    25000 |    16644    10297     21 | 68.741 % |
1156.60/1166.64	c 1166	|    443171 |    1651     8845    24706 |    18308    18313     17 | 68.778 % |
1179.00/1189.03	c 1189	===============================================================================
1179.00/1189.03	c 1189	restarts              : 20
1179.00/1189.03	c 1189	conflicts             : 558592         (5583 /sec)
1179.00/1189.03	c 1189	decisions             : 614247         (0.95 % random) (6139 /sec)
1179.00/1189.03	c 1189	propagations          : 174292840      (1742044 /sec)
1179.00/1189.03	c 1189	conflict literals     : 10514833       (32.04 % deleted)
1179.00/1189.03	c 1189	Memory used           : 9.04 MB
1179.00/1189.03	c 1189	CPU time              : 100.051 s
1179.00/1189.03	c 1189	
1179.00/1189.03	c 1189	UNSATISFIABLE
1179.00/1189.03	c 1189	NOT FOUND: _COST <= 6
1179.00/1189.03	c 1189	OBJECTIVE BOUND: 7 <= _COST <= 12
1179.00/1189.03	c 1189	SEARCHING: _COST <= 9
1179.00/1189.03	c 1189	SOLVING HOME/temp.cnf
1179.00/1189.03	c 1189	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1179.00/1189.04	c 1189	This is MiniSat 2.0 beta
1179.00/1189.04	c 1189	WARNING: for repeatability, setting FPU to use double precision
1179.00/1189.04	c 1189	============================[ Problem Statistics ]=============================
1179.00/1189.04	c 1189	|                                                                             |
1179.00/1189.04	c 1189	|  Number of variables:  5288                                                 |
1179.00/1189.04	c 1189	|  Number of clauses:    134183                                               |
1179.05/1189.11	c 1189	|  Parsing time:         0.06         s                                       |
1179.05/1189.14	c 1189	============================[ Search Statistics ]==============================
1179.05/1189.14	c 1189	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1179.05/1189.14	c 1189	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1179.05/1189.14	c 1189	===============================================================================
1179.05/1189.14	c 1189	|         0 |    1853    11852    33288 |     3950        0    nan |  0.000 % |
1179.05/1189.15	c 1189	|       101 |    1853    11852    33288 |     4345      101     19 | 64.958 % |
1179.05/1189.17	c 1189	|       252 |    1853    11852    33288 |     4780      252     18 | 64.958 % |
1179.05/1189.19	c 1189	|       477 |    1853    11852    33288 |     5258      477     19 | 64.958 % |
1179.05/1189.21	c 1189	|       817 |    1853    11852    33288 |     5784      817     22 | 64.958 % |
1179.05/1189.26	c 1189	|      1323 |    1853    11852    33288 |     6362     1323     20 | 64.958 % |
1179.05/1189.34	c 1189	|      2082 |    1853    11852    33288 |     6998     2082     19 | 64.958 % |
1179.05/1189.46	c 1189	|      3221 |    1853    11852    33288 |     7698     3221     18 | 64.958 % |
1179.05/1189.63	c 1189	|      4930 |    1853    11852    33288 |     8468     4930     18 | 64.958 % |
1179.05/1189.97	c 1190	|      7493 |    1853    11852    33288 |     9315     7493     17 | 64.958 % |
1180.49/1190.53	c 1190	|     11337 |    1853    11852    33288 |    10247    11337     17 | 64.958 % |
1181.30/1191.40	c 1191	|     17104 |    1853    11852    33288 |    11271    10105     15 | 64.958 % |
1182.59/1192.60	c 1192	|     25755 |    1853    11852    33288 |    12398    11223     14 | 64.958 % |
1184.69/1194.74	c 1194	|     38730 |    1853    11852    33288 |    13638    16043     21 | 64.958 % |
1187.99/1198.04	c 1198	|     58192 |    1853    11852    33288 |    15002     9148     17 | 64.958 % |
1192.89/1202.95	c 1203	|     87384 |    1853    11852    33288 |    16502     9840     16 | 64.958 % |
1201.18/1211.25	c 1211	|    131173 |    1853    11852    33288 |    18153    12699     21 | 64.958 % |
1214.58/1224.67	c 1224	|    196858 |    1853    11852    33288 |    19968    12005     20 | 64.958 % |
1235.38/1245.48	c 1245	|    295384 |    1853    11852    33288 |    21965    14897     18 | 64.958 % |
1268.96/1279.06	c 1279	|    443175 |    1853    11852    33288 |    24161    17773     14 | 64.958 % |
1322.24/1332.35	c 1332	|    664859 |    1853    11852    33288 |    26578    15558     20 | 64.958 % |
1416.01/1426.19	c 1426	===============================================================================
1416.01/1426.19	c 1426	restarts              : 21
1416.01/1426.19	c 1426	conflicts             : 994354         (4195 /sec)
1416.01/1426.19	c 1426	decisions             : 1098277        (0.88 % random) (4633 /sec)
1416.01/1426.19	c 1426	propagations          : 314976919      (1328809 /sec)
1416.01/1426.19	c 1426	conflict literals     : 21791591       (30.41 % deleted)
1416.01/1426.19	c 1426	Memory used           : 12.13 MB
1416.01/1426.19	c 1426	CPU time              : 237.037 s
1416.01/1426.19	c 1426	
1416.01/1426.19	c 1426	SATISFIABLE
1416.01/1426.19	c 1426	FOUND: _COST <= 9
1416.01/1426.19	c 1426	DECODING HOME/temp.out WITH HOME/temp.map
1416.01/1426.19	c 1426	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1416.15/1426.95	c 1427	Decoding HOME/temp.out
1416.24/1427.04	c 1427	OBJECTIVE _COST 9
1416.24/1427.04	o 9
1416.24/1427.06	v 0 0 1 4 1 2 4 1 3 2 0 4 2 2 3 1 2 0 3 4 0 3 4 0 2 2 4 2 1 1 4 4 1 2 4 2 1 1 0 3 2 0 3 4 4 0 0 4 2 0 3 2 1 1 2 2 4 0
1416.24/1427.06	c 1427	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1416.24/1427.09	c 1427	OBJECTIVE BOUND: 7 <= _COST <= 9
1416.24/1427.09	c 1427	SEARCHING: _COST <= 8
1416.24/1427.09	c 1427	SOLVING HOME/temp.cnf
1416.24/1427.09	c 1427	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1416.24/1427.09	c 1427	This is MiniSat 2.0 beta
1416.24/1427.09	c 1427	WARNING: for repeatability, setting FPU to use double precision
1416.24/1427.09	c 1427	============================[ Problem Statistics ]=============================
1416.24/1427.09	c 1427	|                                                                             |
1416.24/1427.09	c 1427	|  Number of variables:  5288                                                 |
1416.24/1427.09	c 1427	|  Number of clauses:    134183                                               |
1416.31/1427.16	c 1427	|  Parsing time:         0.06         s                                       |
1416.31/1427.20	c 1427	============================[ Search Statistics ]==============================
1416.31/1427.20	c 1427	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1416.31/1427.20	c 1427	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1416.31/1427.20	c 1427	===============================================================================
1416.31/1427.20	c 1427	|         0 |    1787    10836    30437 |     3612        0    nan |  0.000 % |
1416.31/1427.21	c 1427	|       100 |    1787    10836    30437 |     3973      100     21 | 66.207 % |
1416.31/1427.22	c 1427	|       250 |    1787    10836    30437 |     4370      250     16 | 66.207 % |
1416.31/1427.25	c 1427	|       475 |    1787    10836    30437 |     4807      475     15 | 66.207 % |
1416.31/1427.28	c 1427	|       813 |    1787    10836    30437 |     5288      813     15 | 66.207 % |
1416.31/1427.33	c 1427	|      1319 |    1787    10836    30437 |     5817     1319     16 | 66.207 % |
1416.31/1427.41	c 1427	|      2078 |    1787    10836    30437 |     6398     2078     18 | 66.207 % |
1416.31/1427.52	c 1427	|      3219 |    1787    10836    30437 |     7038     3219     16 | 66.207 % |
1416.90/1427.72	c 1427	|      4927 |    1787    10836    30437 |     7742     4927     17 | 66.207 % |
1417.20/1428.03	c 1428	|      7490 |    1787    10836    30437 |     8516     7490     17 | 66.207 % |
1417.69/1428.59	c 1428	|     11335 |    1787    10836    30437 |     9368    11335     18 | 66.207 % |
1418.59/1429.43	c 1429	|     17101 |    1787    10836    30437 |    10305    10538     17 | 66.207 % |
1420.07/1430.90	c 1430	|     25751 |    1787    10836    30437 |    11336    12086     19 | 66.207 % |
1422.15/1433.09	c 1433	|     38725 |    1787    10836    30437 |    12469     9809     16 | 66.207 % |
1425.62/1436.52	c 1436	|     58186 |    1787    10836    30437 |    13716    12934     22 | 66.207 % |
1430.87/1441.81	c 1441	|     87379 |    1787    10836    30437 |    15088    15475     24 | 66.207 % |
1439.09/1450.19	c 1450	|    131169 |    1787    10836    30437 |    16597    12050     18 | 66.207 % |
1453.66/1464.80	c 1464	|    196853 |    1787    10836    30437 |    18256    15956     17 | 66.207 % |
1473.28/1484.67	c 1484	|    295379 |    1787    10836    30437 |    20082    14801     20 | 66.207 % |
1505.87/1517.55	c 1517	|    443171 |    1787    10836    30437 |    22090    18747     21 | 66.207 % |
1557.09/1569.22	c 1569	|    664856 |    1787    10836    30437 |    24299    16624     23 | 66.207 % |
1642.88/1655.85	c 1655	|    997381 |    1787    10836    30437 |    26729    25806     18 | 66.207 % |
1775.45/1789.61	c 1789	|   1496171 |    1786    10804    30330 |    29402    23264     17 | 66.226 % |
1979.33/1995.41	c 1995	|   2244354 |    1786    10804    30330 |    32342    23840     20 | 66.225 % |
2310.62/2329.83	c 2329	|   3366628 |    1785    10766    30171 |    35577    23131     20 | 66.244 % |
2870.66/2895.17	c 2895	|   5050039 |    1785    10766    30171 |    39134    39219     25 | 66.244 % |
3600.01/3631.31	sh: line 1:  5897 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.01/3631.31	c ERROR unknown output  in HOME/temp.out
3600.01/3631.31	c 3631	CPU 3599.52 (0.05 0.02 3599.47 0.49)
3600.01/3631.31	c 3631	END Wed Jul 23 06:53:21 2008

Verifier Data (download as text)

OK	9	300
9 unsatisfied constraints, 300 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-1128532-1216785169/watcher-1128532-1216785169 -o /tmp/evaluation-result-1128532-1216785169/solver-1128532-1216785169 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1128532-1216785169.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.13 2.04 2.01 4/73 5769
/proc/meminfo: memFree=1578168/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=12268 CPUtime=0
/proc/5769/stat : 5769 (sugar) R 5767 5769 3256 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 5606002 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231493827173 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5769/statm: 3067 316 241 3 0 167 0

[startup+0.0558421 s]
/proc/loadavg: 2.13 2.04 2.01 4/73 5769
/proc/meminfo: memFree=1578168/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13600 CPUtime=0.03
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5606002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101842 s]
/proc/loadavg: 2.13 2.04 2.01 4/73 5769
/proc/meminfo: memFree=1578168/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13600 CPUtime=0.03
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5606002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301851 s]
/proc/loadavg: 2.13 2.04 2.01 4/73 5769
/proc/meminfo: memFree=1578168/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13600 CPUtime=0.03
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 5606002 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701884 s]
/proc/loadavg: 2.13 2.04 2.01 4/73 5769
/proc/meminfo: memFree=1578168/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13600 CPUtime=0.56
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 957 4628 0 1 3 0 50 3 16 0 1 0 5606002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50194 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 5791
/proc/meminfo: memFree=1569824/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13600 CPUtime=0.57
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 974 4628 0 1 4 0 50 3 15 0 1 0 5606002 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3400 797 370 3 0 500 0
[pid=5782] ppid=5769 vsize=5356 CPUtime=0
/proc/5782/stat : 5782 (sh) S 5769 5769 3256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5606066 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5782/statm: 1339 233 193 169 0 50 0
[pid=5783] ppid=5782 vsize=868516 CPUtime=0.84
/proc/5783/stat : 5783 (java) S 5782 5769 3256 0 -1 0 6473 0 1 0 80 4 0 0 19 0 9 0 5606066 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5783/statm: 217129 5691 2563 9 0 211676 0
[pid=5783/tid=5784] ppid=5782 vsize=868516 CPUtime=0.52
/proc/5783/task/5784/stat : 5784 (java) R 5782 5769 3256 0 -1 64 2725 0 1 0 51 1 0 0 19 0 9 0 5606067 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4126900100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5785] ppid=5782 vsize=868516 CPUtime=0.05
/proc/5783/task/5785/stat : 5785 (java) S 5782 5769 3256 0 -1 64 1566 0 0 0 5 0 0 0 16 0 9 0 5606068 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5786] ppid=5782 vsize=868516 CPUtime=0
/proc/5783/task/5786/stat : 5786 (java) S 5782 5769 3256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 5606068 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5787] ppid=5782 vsize=868516 CPUtime=0
/proc/5783/task/5787/stat : 5787 (java) S 5782 5769 3256 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 5606068 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5788] ppid=5782 vsize=868516 CPUtime=0
/proc/5783/task/5788/stat : 5788 (java) S 5782 5769 3256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 5606070 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5789] ppid=5782 vsize=868516 CPUtime=0.23
/proc/5783/task/5789/stat : 5789 (java) S 5782 5769 3256 0 -1 64 1490 0 0 0 22 1 0 0 16 0 9 0 5606070 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5790] ppid=5782 vsize=868516 CPUtime=0
/proc/5783/task/5790/stat : 5790 (java) S 5782 5769 3256 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 5606070 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5783/tid=5791] ppid=5782 vsize=868516 CPUtime=0
/proc/5783/task/5791/stat : 5791 (java) S 5782 5769 3256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 5606070 889360384 5691 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887472

[startup+3.10104 s]
/proc/loadavg: 2.28 2.07 2.02 2/84 5803
/proc/meminfo: memFree=1567904/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 15 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 13728

[startup+6.30226 s]
/proc/loadavg: 2.28 2.07 2.02 3/76 5829
/proc/meminfo: memFree=1566304/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=7404 CPUtime=3.41
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 1775 0 0 0 341 0 0 0 25 0 1 0 5606286 7581696 1761 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 1851 1761 75 150 0 1698 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 26488

[startup+12.7017 s]
/proc/loadavg: 2.24 2.07 2.02 3/76 5829
/proc/meminfo: memFree=1566304/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=7568 CPUtime=9.75
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 1798 0 0 0 975 0 0 0 25 0 1 0 5606286 7749632 1784 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 1892 1784 75 150 0 1739 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 26652

[startup+25.5026 s]
/proc/loadavg: 2.20 2.07 2.02 3/76 5829
/proc/meminfo: memFree=1565472/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=8228 CPUtime=22.44
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 1975 0 0 0 2243 1 0 0 25 0 1 0 5606286 8425472 1961 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 2057 1961 75 150 0 1904 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 27312

[startup+51.1023 s]
/proc/loadavg: 2.13 2.06 2.02 3/76 5829
/proc/meminfo: memFree=1564896/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=8792 CPUtime=47.79
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 2093 0 0 0 4778 1 0 0 25 0 1 0 5606286 9003008 2079 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 2198 2079 75 150 0 2045 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 27876

[startup+102.308 s]
/proc/loadavg: 2.05 2.05 2.01 3/76 5829
/proc/meminfo: memFree=1562336/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=10600 CPUtime=98.52
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 2518 0 0 0 9851 1 0 0 25 0 1 0 5606286 10854400 2504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 2650 2504 75 150 0 2497 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 29684

[startup+162.303 s]
/proc/loadavg: 2.02 2.04 2.01 3/76 5829
/proc/meminfo: memFree=1560032/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=12456 CPUtime=157.96
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 2989 0 0 0 15794 2 0 0 25 0 1 0 5606286 12754944 2975 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 3114 2975 75 150 0 2961 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 31540

[startup+222.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 5829
/proc/meminfo: memFree=1559264/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=2.66
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1411 29000 0 5 4 1 237 24 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5828] ppid=5769 vsize=5356 CPUtime=0
/proc/5828/stat : 5828 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5606286 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5828/statm: 1339 232 193 169 0 50 0
[pid=5829] ppid=5828 vsize=12728 CPUtime=217.4
/proc/5829/stat : 5829 (minisat) R 5828 5769 3256 0 -1 4194304 3078 0 0 0 21738 2 0 0 25 0 1 0 5606286 13033472 3064 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5829/statm: 3182 3064 75 150 0 3029 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 31812

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

[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=19880 CPUtime=1659.63
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 4755 0 0 0 165958 5 0 0 25 0 1 0 5748711 20357120 4741 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 4970 4741 75 150 0 4817 0
Current children cumulated CPU time (s) 3075.94
Current children cumulated vsize (KiB) 38964

[startup+3162.3 s]
/proc/loadavg: 2.53 2.53 2.50 4/83 5899
/proc/meminfo: memFree=1537528/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21200 CPUtime=1719.07
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5064 0 0 0 171902 5 0 0 25 0 1 0 5748711 21708800 5050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5300 5050 75 150 0 5147 0
Current children cumulated CPU time (s) 3135.38
Current children cumulated vsize (KiB) 40284

[startup+3222.3 s]
/proc/loadavg: 2.42 2.50 2.50 3/83 5899
/proc/meminfo: memFree=1537336/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=1778.51
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5064 0 0 0 177846 5 0 0 25 0 1 0 5748711 21692416 5050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5050 75 150 0 5143 0
Current children cumulated CPU time (s) 3194.82
Current children cumulated vsize (KiB) 40268

[startup+3282.3 s]
/proc/loadavg: 2.61 2.54 2.51 3/83 5899
/proc/meminfo: memFree=1537272/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=1837.95
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5068 0 0 0 183790 5 0 0 25 0 1 0 5748711 21692416 5054 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5054 75 150 0 5143 0
Current children cumulated CPU time (s) 3254.26
Current children cumulated vsize (KiB) 40268

[startup+3342.3 s]
/proc/loadavg: 2.84 2.61 2.53 4/83 5899
/proc/meminfo: memFree=1537272/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=1897.4
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5069 0 0 0 189735 5 0 0 25 0 1 0 5748711 21692416 5055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5055 75 150 0 5143 0
Current children cumulated CPU time (s) 3313.71
Current children cumulated vsize (KiB) 40268

[startup+3402.31 s]
/proc/loadavg: 2.75 2.63 2.54 4/83 5899
/proc/meminfo: memFree=1537272/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=1956.84
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5069 0 0 0 195679 5 0 0 25 0 1 0 5748711 21692416 5055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5055 75 150 0 5143 0
Current children cumulated CPU time (s) 3373.15
Current children cumulated vsize (KiB) 40268

[startup+3462.3 s]
/proc/loadavg: 2.76 2.64 2.55 4/83 5899
/proc/meminfo: memFree=1537272/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=2016.28
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5069 0 0 0 201623 5 0 0 25 0 1 0 5748711 21692416 5055 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5055 75 150 0 5143 0
Current children cumulated CPU time (s) 3432.59
Current children cumulated vsize (KiB) 40268

[startup+3522.3 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 5899
/proc/meminfo: memFree=1537208/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=2075.72
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5070 0 0 0 207567 5 0 0 25 0 1 0 5748711 21692416 5056 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5056 75 150 0 5143 0
Current children cumulated CPU time (s) 3492.03
Current children cumulated vsize (KiB) 40268

[startup+3582.3 s]
/proc/loadavg: 2.62 2.62 2.55 4/83 5899
/proc/meminfo: memFree=1537208/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=2135.16
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5070 0 0 0 213511 5 0 0 25 0 1 0 5748711 21692416 5056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5056 75 150 0 5143 0
Current children cumulated CPU time (s) 3551.47
Current children cumulated vsize (KiB) 40268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.3 s]
/proc/loadavg: 2.67 2.63 2.55 4/83 5899
/proc/meminfo: memFree=1537208/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=2183.7
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5072 0 0 0 218365 5 0 0 25 0 1 0 5748711 21692416 5058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5058 75 150 0 5143 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 40268

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

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

[startup+3631.3 s]
/proc/loadavg: 2.67 2.63 2.55 4/83 5899
/proc/meminfo: memFree=1537208/2055920 swapFree=4192956/4192956
[pid=5769] ppid=5767 vsize=13728 CPUtime=1416.31
/proc/5769/stat : 5769 (sugar) S 5767 5769 3256 0 -1 4194304 1695 47677 0 7 5 2 141581 43 16 0 1 0 5606002 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5769/statm: 3432 811 374 3 0 532 0
[pid=5896] ppid=5769 vsize=5356 CPUtime=0
/proc/5896/stat : 5896 (sh) S 5769 5769 3256 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 5748711 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5896/statm: 1339 232 193 169 0 50 0
[pid=5897] ppid=5896 vsize=21184 CPUtime=2183.7
/proc/5897/stat : 5897 (minisat) R 5896 5769 3256 0 -1 4194304 5072 0 0 0 218365 5 0 0 25 0 1 0 5748711 21692416 5058 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5897/statm: 5296 5058 75 150 0 5143 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 40268

Child status: 0
Real time (s): 3631.31
CPU time (s): 3600.06
CPU user time (s): 3599.53
CPU system time (s): 0.52192
CPU usage (%): 99.1392
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.53
system time used= 0.52192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54799
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3049
involuntary context switches= 83928

runsolver used 4.91725 second user time and 11.3453 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-23 05:52:50
IDJOB=1128532
IDBENCH=65611
IDSOLVER=368
FILE ID=node39/1128532-1216785169
PBS_JOBID= 7974194
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-30/normalized-kbtree-9-2-3-5-30-02_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1128532-1216785169/watcher-1128532-1216785169 -o /tmp/evaluation-result-1128532-1216785169/solver-1128532-1216785169 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1128532-1216785169.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b422c5cbdc97efdfd356aba0f0cb4788
RANDOM SEED=1044440021

node39.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:       1578648 kB
Buffers:         37892 kB
Cached:         297824 kB
SwapCached:          0 kB
Active:         221684 kB
Inactive:       189336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          86488 kB
Slab:            51388 kB
Committed_AS:   138424 kB
PageTables:       1948 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node39 at 2008-07-23 06:53:21