Trace number 1128660

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+minisatOPTIMUM 1071.96 1076.53

General information on the benchmark

Namemaxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/
normalized-kbtree-9-5-3-5-30-37_ext.xml
MD5SUM8f8b0a7c5493e73941d99d8d9614db70
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 benchmark1.26781
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints255
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension255
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 06:30:30 2008
0.00/0.04	c 0	PID 5084
0.03/0.05	c 0	HOST node75.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1128660-1216787429.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1128660-1216787429.xml' 'HOME/temp.csp'
0.03/0.64	c 0	1 domains, 40 variables, 0 predicates, 255 relations, 255 constraints
0.03/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.70	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.41/1.06	c 1	Parsing HOME/temp.csp
0.61/1.22	c 1	parsed 551 expressions
0.61/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/1.23	c 1	MAX CSP: 255 constraints
0.61/1.23	c 1	Converting to clausal form CSP
0.61/1.25	c 1	converted 81 (10%) expressions
0.61/1.25	c 1	converted 162 (20%) expressions
0.61/1.25	c 1	converted 243 (30%) expressions
0.61/1.27	c 1	converted 324 (40%) expressions
0.61/1.28	c 1	converted 405 (50%) expressions
0.61/1.28	c 1	converted 486 (60%) expressions
0.61/1.29	c 1	converted 567 (70%) expressions
0.71/1.30	c 1	converted 648 (80%) expressions
0.71/1.31	c 1	converted 729 (90%) expressions
0.81/1.44	c 1	converted 809 (100%) expressions
0.81/1.44	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 383
0.81/1.44	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.44	c 1	Propagation in CSP
0.81/1.47	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.81/1.47	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.81/1.47	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.81/1.47	c 1	Simplifing CSP by introducing new Boolean variables
0.81/1.48	c 1	CSP : 550 integers, 0 booleans, 764 clauses, largest domain size 256
0.81/1.48	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.50	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.91/1.51	c 1	55 (10%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.91/1.51	c 1	110 (20%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.91/1.51	c 1	165 (30%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.91/1.51	c 1	220 (40%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.91/1.51	c 1	275 (50%) CSP integer variables are encoded (120 clauses, 1222 bytes)
0.91/1.52	c 1	330 (60%) CSP integer variables are encoded (508 clauses, 5490 bytes)
0.91/1.52	c 1	385 (70%) CSP integer variables are encoded (767 clauses, 8592 bytes)
0.91/1.52	c 1	440 (80%) CSP integer variables are encoded (1194 clauses, 14143 bytes)
0.91/1.53	c 1	495 (90%) CSP integer variables are encoded (1483 clauses, 17900 bytes)
0.91/1.53	c 1	550 (100%) CSP integer variables are encoded (3443 clauses, 43380 bytes)
0.91/1.56	c 1	77 (10%) CSP clauses are encoded (3810 clauses, 49669 bytes)
0.91/1.57	c 1	153 (20%) CSP clauses are encoded (4178 clauses, 56316 bytes)
0.91/1.58	c 1	230 (30%) CSP clauses are encoded (4557 clauses, 63479 bytes)
0.91/1.59	c 1	306 (40%) CSP clauses are encoded (5186 clauses, 72979 bytes)
1.01/1.60	c 1	382 (50%) CSP clauses are encoded (9486 clauses, 139117 bytes)
1.01/1.61	c 1	459 (60%) CSP clauses are encoded (10905 clauses, 163169 bytes)
1.01/1.63	c 1	535 (70%) CSP clauses are encoded (22891 clauses, 379562 bytes)
1.01/1.64	c 1	612 (80%) CSP clauses are encoded (24459 clauses, 406234 bytes)
1.01/1.65	c 1	688 (90%) CSP clauses are encoded (28040 clauses, 469630 bytes)
1.11/1.75	c 1	764 (100%) CSP clauses are encoded (92483 clauses, 1637194 bytes)
1.11/1.75	c 1	764 CSP clauses encoded
1.11/1.75	c 1	Writing map file : HOME/temp.map
1.11/1.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.76	c 1	SAT : 3993 SAT variables, 92483 SAT clauses, 1637194 bytes
1.11/1.76	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.84	c 1	OBJECTIVE minimize _COST
1.17/1.84	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.17/1.84	c 1	SEARCHING: _COST <= 128
1.17/1.84	c 1	SOLVING HOME/temp.cnf
1.17/1.84	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.17/1.86	c 1	This is MiniSat 2.0 beta
1.17/1.86	c 1	WARNING: for repeatability, setting FPU to use double precision
1.17/1.86	c 1	============================[ Problem Statistics ]=============================
1.17/1.86	c 1	|                                                                             |
1.17/1.86	c 1	|  Number of variables:  3993                                                 |
1.17/1.86	c 1	|  Number of clauses:    92484                                                |
1.19/1.90	c 2	|  Parsing time:         0.04         s                                       |
1.19/1.92	c 2	============================[ Search Statistics ]==============================
1.19/1.92	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.92	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.92	c 2	===============================================================================
1.19/1.92	c 2	|         0 |    2977    60098   174122 |    20032        0    nan |  0.000 % |
1.19/1.93	c 2	===============================================================================
1.19/1.93	c 2	restarts              : 1
1.19/1.93	c 2	conflicts             : 68             (1173 /sec)
1.19/1.93	c 2	decisions             : 186            (1.61 % random) (3207 /sec)
1.19/1.93	c 2	propagations          : 8151           (140556 /sec)
1.19/1.93	c 2	conflict literals     : 1476           (1.93 % deleted)
1.19/1.93	c 2	Memory used           : 5.73 MB
1.19/1.93	c 2	CPU time              : 0.057991 s
1.19/1.93	c 2	
1.19/1.93	c 2	SATISFIABLE
1.19/1.93	c 2	FOUND: _COST <= 128
1.19/1.93	s SATISFIABLE
1.19/1.93	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.19/1.93	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'
1.26/2.01	c 2	Decoding HOME/temp.out
1.26/2.08	c 2	OBJECTIVE _COST 74
1.26/2.08	o 74
1.26/2.08	v 2 1 3 4 3 2 4 0 3 4 4 0 1 0 1 2 3 4 4 4 3 2 3 1 4 4 1 3 3 3 4 4 1 2 4 4 3 4 3 1
1.26/2.09	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 74
1.40/2.16	c 2	SEARCHING: _COST <= 37
1.40/2.16	c 2	SOLVING HOME/temp.cnf
1.40/2.16	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.40/2.16	c 2	This is MiniSat 2.0 beta
1.40/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
1.40/2.16	c 2	============================[ Problem Statistics ]=============================
1.40/2.16	c 2	|                                                                             |
1.40/2.16	c 2	|  Number of variables:  3993                                                 |
1.40/2.16	c 2	|  Number of clauses:    92484                                                |
1.42/2.21	c 2	|  Parsing time:         0.04         s                                       |
1.42/2.23	c 2	============================[ Search Statistics ]==============================
1.42/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.42/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.42/2.23	c 2	===============================================================================
1.42/2.23	c 2	|         0 |    2077    26554    76099 |     8851        0    nan |  0.000 % |
1.42/2.24	c 2	|       101 |    2077    26554    76099 |     9736      101     24 | 47.984 % |
1.42/2.25	c 2	|       252 |    2077    26554    76099 |    10710      252     20 | 47.985 % |
1.42/2.26	c 2	===============================================================================
1.42/2.26	c 2	restarts              : 3
1.42/2.26	c 2	conflicts             : 355            (3902 /sec)
1.42/2.26	c 2	decisions             : 572            (1.05 % random) (6287 /sec)
1.42/2.26	c 2	propagations          : 83874          (921834 /sec)
1.42/2.26	c 2	conflict literals     : 6779           (19.29 % deleted)
1.42/2.26	c 2	Memory used           : 5.87 MB
1.42/2.26	c 2	CPU time              : 0.090986 s
1.42/2.26	c 2	
1.42/2.26	c 2	SATISFIABLE
1.42/2.26	c 2	FOUND: _COST <= 37
1.42/2.26	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.42/2.26	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'
1.52/2.33	c 2	Decoding HOME/temp.out
1.52/2.40	c 2	OBJECTIVE _COST 37
1.52/2.40	o 37
1.52/2.40	v 2 1 4 2 4 4 4 1 4 4 2 3 0 4 0 4 3 1 3 1 4 2 2 4 4 4 2 3 3 3 4 1 1 2 4 4 3 4 1 1
1.52/2.40	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/2.44	c 2	OBJECTIVE BOUND: 0 <= _COST <= 37
1.52/2.44	c 2	SEARCHING: _COST <= 18
1.52/2.44	c 2	SOLVING HOME/temp.cnf
1.52/2.44	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.52/2.45	c 2	This is MiniSat 2.0 beta
1.52/2.45	c 2	WARNING: for repeatability, setting FPU to use double precision
1.52/2.45	c 2	============================[ Problem Statistics ]=============================
1.52/2.45	c 2	|                                                                             |
1.52/2.45	c 2	|  Number of variables:  3993                                                 |
1.52/2.45	c 2	|  Number of clauses:    92484                                                |
1.52/2.49	c 2	|  Parsing time:         0.04         s                                       |
1.66/2.51	c 2	============================[ Search Statistics ]==============================
1.66/2.51	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.66/2.51	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.66/2.51	c 2	===============================================================================
1.66/2.51	c 2	|         0 |    1751    15643    44325 |     5214        0    nan |  0.000 % |
1.66/2.52	c 2	|       101 |    1751    15643    44325 |     5735      101     22 | 56.148 % |
1.66/2.54	c 2	|       251 |    1751    15643    44325 |     6309      251     17 | 56.148 % |
1.66/2.55	c 2	|       476 |    1751    15643    44325 |     6940      476     17 | 56.148 % |
1.66/2.58	c 2	|       814 |    1751    15643    44325 |     7634      814     16 | 56.149 % |
1.66/2.62	c 2	|      1321 |    1751    15643    44325 |     8397     1321     16 | 56.148 % |
1.66/2.69	c 2	|      2080 |    1751    15643    44325 |     9237     2080     16 | 56.148 % |
1.66/2.80	c 2	|      3219 |    1751    15643    44325 |    10161     3219     16 | 56.148 % |
1.66/2.98	c 3	|      4928 |    1751    15643    44325 |    11177     4928     16 | 56.148 % |
2.39/3.27	c 3	|      7491 |    1751    15643    44325 |    12295     7491     17 | 56.148 % |
2.89/3.73	c 3	|     11336 |    1751    15643    44325 |    13524    11336     17 | 56.148 % |
3.78/4.65	c 4	|     17103 |    1751    15643    44325 |    14877     8935     16 | 56.148 % |
5.07/5.96	c 6	|     25752 |    1751    15643    44325 |    16364     8824     18 | 56.148 % |
7.05/7.95	c 8	|     38726 |    1751    15643    44325 |    18001    12228     18 | 56.148 % |
10.21/11.12	c 11	|     58187 |    1751    15643    44325 |    19801    11078     19 | 56.148 % |
15.17/16.19	c 16	|     87379 |    1751    15643    44325 |    21781    17653     20 | 56.148 % |
23.10/24.19	c 24	|    131168 |    1751    15643    44325 |    23959    24601     18 | 56.148 % |
36.27/37.45	c 37	|    196853 |    1751    15643    44325 |    26355    22124     19 | 56.148 % |
58.36/59.78	c 59	|    295379 |    1751    15643    44325 |    28991    23903     24 | 56.148 % |
91.85/93.52	c 93	|    443168 |    1751    15643    44325 |    31890    25133     20 | 56.148 % |
144.35/146.55	c 146	|    664851 |    1751    15643    44325 |    35079    14637     18 | 56.148 % |
226.10/229.08	c 229	|    997377 |    1751    15643    44325 |    38587    34274     23 | 56.148 % |
365.80/370.07	c 370	|   1496165 |    1751    15643    44325 |    42446    18268     21 | 56.148 % |
584.37/588.81	c 588	|   2244349 |    1751    15643    44325 |    46690    18856     20 | 56.148 % |
913.17/917.78	c 917	===============================================================================
913.17/917.78	c 917	restarts              : 24
913.17/917.78	c 917	conflicts             : 3283615        (3602 /sec)
913.17/917.78	c 917	decisions             : 3777957        (0.94 % random) (4144 /sec)
913.17/917.78	c 917	propagations          : 878321006      (963533 /sec)
913.17/917.78	c 917	conflict literals     : 71938509       (29.05 % deleted)
913.17/917.78	c 917	Memory used           : 17.37 MB
913.17/917.78	c 917	CPU time              : 911.563 s
913.17/917.78	c 917	
913.17/917.79	c 917	SATISFIABLE
913.17/917.79	c 917	FOUND: _COST <= 18
913.17/917.79	c 917	DECODING HOME/temp.out WITH HOME/temp.map
913.17/917.79	c 917	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
913.28/917.87	c 917	Decoding HOME/temp.out
913.28/917.91	c 918	OBJECTIVE _COST 18
913.28/917.91	o 18
913.28/917.91	v 2 1 0 0 0 4 4 2 1 4 4 0 4 4 3 1 3 0 2 1 1 2 3 4 4 0 4 3 3 2 4 1 1 2 4 3 1 2 2 3
913.28/917.92	c 918	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
913.28/917.95	c 918	OBJECTIVE BOUND: 0 <= _COST <= 18
913.28/917.95	c 918	SEARCHING: _COST <= 9
913.28/917.95	c 918	SOLVING HOME/temp.cnf
913.28/917.95	c 918	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
913.28/917.95	c 918	This is MiniSat 2.0 beta
913.28/917.95	c 918	WARNING: for repeatability, setting FPU to use double precision
913.28/917.95	c 918	============================[ Problem Statistics ]=============================
913.28/917.95	c 918	|                                                                             |
913.28/917.95	c 918	|  Number of variables:  3993                                                 |
913.28/917.95	c 918	|  Number of clauses:    92484                                                |
913.43/918.00	c 918	|  Parsing time:         0.04         s                                       |
913.43/918.02	c 918	============================[ Search Statistics ]==============================
913.43/918.02	c 918	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
913.43/918.02	c 918	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
913.43/918.02	c 918	===============================================================================
913.43/918.02	c 918	|         0 |    1475     9630    27105 |     3210        0    nan |  0.000 % |
913.43/918.03	c 918	|       101 |    1475     9630    27105 |     3531      101     21 | 63.060 % |
913.43/918.04	c 918	|       253 |    1475     9630    27105 |     3884      253     15 | 63.060 % |
913.43/918.06	c 918	|       478 |    1475     9630    27105 |     4272      478     12 | 63.060 % |
913.43/918.08	c 918	|       816 |    1475     9630    27105 |     4699      816     11 | 63.060 % |
913.43/918.13	c 918	|      1322 |    1475     9630    27105 |     5169     1322     11 | 63.060 % |
913.43/918.19	c 918	|      2081 |    1475     9630    27105 |     5686     2081     12 | 63.060 % |
913.43/918.28	c 918	|      3220 |    1475     9630    27105 |     6255     3220     12 | 63.060 % |
913.87/918.45	c 918	|      4928 |    1475     9630    27105 |     6880     4928     12 | 63.060 % |
914.16/918.70	c 918	|      7492 |    1475     9630    27105 |     7569     7492     13 | 63.060 % |
914.46/919.09	c 919	|     11336 |    1475     9630    27105 |     8325     6107     12 | 63.062 % |
915.16/919.71	c 919	|     17103 |    1475     9630    27105 |     9158     6263     15 | 63.060 % |
916.07/920.67	c 920	|     25752 |    1475     9630    27105 |    10074     8894     13 | 63.060 % |
917.76/922.32	c 922	|     38729 |    1475     9630    27105 |    11081     8715     18 | 63.060 % |
920.26/924.87	c 924	|     58191 |    1475     9630    27105 |    12189     7203     15 | 63.060 % |
924.46/929.01	c 929	|     87386 |    1475     9630    27105 |    13408    13667     13 | 63.060 % |
930.06/934.66	c 934	|    131176 |    1474     9592    26974 |    14749    12367     15 | 63.085 % |
939.35/943.93	c 944	|    196861 |    1474     9592    26974 |    16224    16336     18 | 63.085 % |
954.45/959.02	c 959	|    295387 |    1474     9592    26974 |    17847    10350     15 | 63.085 % |
976.44/981.05	c 981	|    443176 |    1473     9556    26821 |    19632    12994     14 | 63.135 % |
1012.03/1016.61	c 1016	|    664859 |    1471     9507    26620 |    21595    16124     15 | 63.161 % |
1019.43/1024.07	c 1024	===============================================================================
1019.43/1024.07	c 1024	restarts              : 21
1019.43/1024.07	c 1024	conflicts             : 708539         (6679 /sec)
1019.43/1024.07	c 1024	decisions             : 814170         (1.07 % random) (7675 /sec)
1019.43/1024.07	c 1024	propagations          : 203947436      (1922638 /sec)
1019.43/1024.07	c 1024	conflict literals     : 11240393       (28.22 % deleted)
1019.43/1024.07	c 1024	Memory used           : 8.25 MB
1019.43/1024.07	c 1024	CPU time              : 106.077 s
1019.43/1024.07	c 1024	
1019.43/1024.07	c 1024	SATISFIABLE
1019.43/1024.08	c 1024	FOUND: _COST <= 9
1019.43/1024.08	c 1024	DECODING HOME/temp.out WITH HOME/temp.map
1019.43/1024.08	c 1024	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1019.53/1024.15	c 1024	Decoding HOME/temp.out
1019.53/1024.20	c 1024	OBJECTIVE _COST 9
1019.53/1024.20	o 9
1019.53/1024.20	v 2 3 2 0 0 0 0 2 1 1 4 4 4 2 3 0 3 0 2 3 1 0 3 4 3 3 0 1 2 0 2 1 3 3 0 2 4 3 3 3
1019.53/1024.20	c 1024	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1019.53/1024.23	c 1024	OBJECTIVE BOUND: 0 <= _COST <= 9
1019.53/1024.23	c 1024	SEARCHING: _COST <= 4
1019.53/1024.23	c 1024	SOLVING HOME/temp.cnf
1019.53/1024.23	c 1024	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1019.53/1024.24	c 1024	This is MiniSat 2.0 beta
1019.53/1024.24	c 1024	WARNING: for repeatability, setting FPU to use double precision
1019.53/1024.24	c 1024	============================[ Problem Statistics ]=============================
1019.53/1024.24	c 1024	|                                                                             |
1019.53/1024.24	c 1024	|  Number of variables:  3993                                                 |
1019.53/1024.24	c 1024	|  Number of clauses:    92484                                                |
1019.53/1024.29	c 1024	|  Parsing time:         0.04         s                                       |
1019.68/1024.31	c 1024	============================[ Search Statistics ]==============================
1019.68/1024.31	c 1024	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1019.68/1024.31	c 1024	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1019.68/1024.31	c 1024	===============================================================================
1019.68/1024.31	c 1024	|         0 |    1181     5792    16468 |     1930        0    nan |  0.000 % |
1019.68/1024.31	c 1024	|       100 |    1181     5792    16468 |     2123      100     20 | 70.423 % |
1019.68/1024.32	c 1024	|       250 |    1181     5792    16468 |     2336      250     13 | 70.423 % |
1019.68/1024.34	c 1024	|       475 |    1181     5792    16468 |     2569      475     11 | 70.423 % |
1019.68/1024.36	c 1024	|       813 |    1181     5792    16468 |     2826      813     10 | 70.423 % |
1019.68/1024.40	c 1024	|      1319 |    1180     5773    16404 |     3109      566     14 | 70.448 % |
1019.68/1024.45	c 1024	|      2078 |    1180     5773    16404 |     3420     1325     11 | 70.448 % |
1019.68/1024.54	c 1024	|      3220 |    1179     5756    16347 |     3762     1495     11 | 70.473 % |
1019.68/1024.67	c 1024	|      4929 |    1177     5712    16185 |     4138     2673     12 | 70.524 % |
1019.68/1024.72	c 1024	===============================================================================
1019.68/1024.72	c 1024	restarts              : 9
1019.68/1024.72	c 1024	conflicts             : 5518           (11692 /sec)
1019.68/1024.72	c 1024	decisions             : 6435           (1.24 % random) (13636 /sec)
1019.68/1024.72	c 1024	propagations          : 1520936        (3222814 /sec)
1019.68/1024.72	c 1024	conflict literals     : 55427          (29.85 % deleted)
1019.68/1024.72	c 1024	Memory used           : 5.73 MB
1019.68/1024.72	c 1024	CPU time              : 0.471928 s
1019.68/1024.72	c 1024	
1019.68/1024.72	c 1024	UNSATISFIABLE
1019.68/1024.72	c 1024	NOT FOUND: _COST <= 4
1019.68/1024.72	c 1024	OBJECTIVE BOUND: 5 <= _COST <= 9
1019.68/1024.72	c 1024	SEARCHING: _COST <= 7
1019.68/1024.72	c 1024	SOLVING HOME/temp.cnf
1019.68/1024.72	c 1024	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1019.68/1024.72	c 1024	This is MiniSat 2.0 beta
1019.68/1024.72	c 1024	WARNING: for repeatability, setting FPU to use double precision
1019.68/1024.72	c 1024	============================[ Problem Statistics ]=============================
1019.68/1024.72	c 1024	|                                                                             |
1019.68/1024.72	c 1024	|  Number of variables:  3993                                                 |
1019.68/1024.72	c 1024	|  Number of clauses:    92484                                                |
1019.68/1024.77	c 1024	|  Parsing time:         0.04         s                                       |
1019.68/1024.79	c 1024	============================[ Search Statistics ]==============================
1019.68/1024.79	c 1024	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1019.68/1024.79	c 1024	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1019.68/1024.79	c 1024	===============================================================================
1019.68/1024.79	c 1024	|         0 |    1376     8132    22906 |     2710        0    nan |  0.000 % |
1020.16/1024.80	c 1024	|       100 |    1376     8132    22906 |     2981      100     22 | 65.540 % |
1020.16/1024.81	c 1024	|       251 |    1376     8132    22906 |     3279      251     15 | 65.540 % |
1020.16/1024.83	c 1024	|       476 |    1376     8132    22906 |     3607      476     14 | 65.540 % |
1020.16/1024.85	c 1024	|       813 |    1376     8132    22906 |     3968      813     13 | 65.540 % |
1020.16/1024.89	c 1025	|      1321 |    1376     8132    22906 |     4365     1321     12 | 65.540 % |
1020.16/1024.95	c 1025	|      2081 |    1376     8132    22906 |     4802     2081     12 | 65.540 % |
1020.16/1025.05	c 1025	|      3222 |    1376     8132    22906 |     5282     3222     11 | 65.540 % |
1020.52/1025.20	c 1025	|      4931 |    1376     8132    22906 |     5810     4931     12 | 65.540 % |
1020.82/1025.45	c 1025	|      7494 |    1376     8132    22906 |     6391     7494     12 | 65.540 % |
1021.22/1025.86	c 1025	|     11338 |    1376     8132    22906 |     7030     6788     11 | 65.540 % |
1021.82/1026.44	c 1026	|     17105 |    1376     8132    22906 |     7733     7547     14 | 65.540 % |
1022.72/1027.34	c 1027	|     25754 |    1375     8094    22775 |     8507     4086     15 | 65.565 % |
1024.22/1028.83	c 1028	|     38730 |    1375     8094    22775 |     9357     5765     12 | 65.565 % |
1026.31/1030.92	c 1031	|     58193 |    1374     8058    22622 |    10293     7131     14 | 65.590 % |
1029.71/1034.32	c 1034	|     87387 |    1374     8058    22622 |    11323    10014     14 | 65.590 % |
1032.21/1036.82	c 1036	===============================================================================
1032.21/1036.82	c 1036	restarts              : 16
1032.21/1036.82	c 1036	conflicts             : 108532         (8984 /sec)
1032.21/1036.82	c 1036	decisions             : 124653         (1.09 % random) (10318 /sec)
1032.21/1036.82	c 1036	propagations          : 31155780       (2578873 /sec)
1032.21/1036.82	c 1036	conflict literals     : 1469637        (28.24 % deleted)
1032.21/1036.82	c 1036	Memory used           : 6.16 MB
1032.21/1036.82	c 1036	CPU time              : 12.0812 s
1032.21/1036.82	c 1036	
1032.21/1036.82	c 1036	UNSATISFIABLE
1032.21/1036.82	c 1036	NOT FOUND: _COST <= 7
1032.21/1036.82	c 1036	OBJECTIVE BOUND: 8 <= _COST <= 9
1032.21/1036.82	c 1036	SEARCHING: _COST <= 8
1032.21/1036.82	c 1036	SOLVING HOME/temp.cnf
1032.21/1036.82	c 1036	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1032.21/1036.83	c 1036	This is MiniSat 2.0 beta
1032.21/1036.83	c 1036	WARNING: for repeatability, setting FPU to use double precision
1032.21/1036.83	c 1036	============================[ Problem Statistics ]=============================
1032.21/1036.83	c 1036	|                                                                             |
1032.21/1036.83	c 1036	|  Number of variables:  3993                                                 |
1032.21/1036.83	c 1036	|  Number of clauses:    92484                                                |
1032.21/1036.87	c 1036	|  Parsing time:         0.04         s                                       |
1032.21/1036.89	c 1037	============================[ Search Statistics ]==============================
1032.21/1036.89	c 1037	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1032.21/1036.89	c 1037	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1032.21/1036.89	c 1037	===============================================================================
1032.21/1036.89	c 1037	|         0 |    1441     9030    25406 |     3010        0    nan |  0.000 % |
1032.26/1036.90	c 1037	|       100 |    1441     9030    25406 |     3311      100     21 | 63.912 % |
1032.26/1036.91	c 1037	|       250 |    1441     9030    25406 |     3642      250     14 | 63.912 % |
1032.26/1036.93	c 1037	|       476 |    1441     9030    25406 |     4006      476     12 | 63.912 % |
1032.26/1036.96	c 1037	|       816 |    1441     9030    25406 |     4406      816     11 | 63.912 % |
1032.26/1037.00	c 1037	|      1323 |    1441     9030    25406 |     4847     1323     11 | 63.912 % |
1032.26/1037.07	c 1037	|      2082 |    1441     9030    25406 |     5332     2082     12 | 63.912 % |
1032.26/1037.16	c 1037	|      3222 |    1441     9030    25406 |     5865     3222     11 | 63.912 % |
1032.72/1037.32	c 1037	|      4932 |    1441     9030    25406 |     6452     4932     11 | 63.912 % |
1032.91/1037.56	c 1037	|      7494 |    1441     9030    25406 |     7097     7494     12 | 63.912 % |
1033.31/1037.94	c 1038	|     11338 |    1441     9030    25406 |     7807     6339     13 | 63.912 % |
1033.91/1038.55	c 1038	|     17105 |    1441     9030    25406 |     8587     6792     14 | 63.912 % |
1034.92/1039.52	c 1039	|     25757 |    1441     9030    25406 |     9446     9731     12 | 63.912 % |
1036.41/1041.02	c 1041	|     38731 |    1441     9030    25406 |    10391    10409     13 | 63.912 % |
1038.71/1043.37	c 1043	|     58192 |    1441     9030    25406 |    11430     9997     16 | 63.912 % |
1042.52/1047.10	c 1047	|     87385 |    1441     9030    25406 |    12573    10641     15 | 63.912 % |
1048.01/1052.64	c 1052	|    131174 |    1439     8956    25122 |    13830     8835     15 | 63.962 % |
1056.81/1061.44	c 1061	|    196858 |    1438     8923    24976 |    15213    15944     17 | 63.987 % |
1070.50/1075.14	c 1075	|    295385 |    1426     8780    24505 |    16735    14696     14 | 64.288 % |
1071.90/1076.52	c 1076	===============================================================================
1071.90/1076.52	c 1076	restarts              : 19
1071.90/1076.52	c 1076	conflicts             : 305217         (7695 /sec)
1071.90/1076.52	c 1076	decisions             : 349538         (1.10 % random) (8812 /sec)
1071.90/1076.52	c 1076	propagations          : 88299492       (2226077 /sec)
1071.90/1076.52	c 1076	conflict literals     : 4381097        (28.65 % deleted)
1071.90/1076.52	c 1076	Memory used           : 6.73 MB
1071.90/1076.52	c 1076	CPU time              : 39.666 s
1071.90/1076.52	c 1076	
1071.90/1076.52	c 1076	UNSATISFIABLE
1071.90/1076.52	c 1076	NOT FOUND: _COST <= 8
1071.90/1076.52	c 1076	OBJECTIVE _COST 9
1071.90/1076.52	s OPTIMUM FOUND
1071.90/1076.52	c 1076	CPU 1071.6 (0.04 0.02 1071.56 0.32)
1071.90/1076.52	c 1076	END Wed Jul 23 06:48:26 2008

Verifier Data (download as text)

OK	9	246
9 unsatisfied constraints, 246 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-1128660-1216787429/watcher-1128660-1216787429 -o /tmp/evaluation-result-1128660-1216787429/solver-1128660-1216787429 -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-1128660-1216787429.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.98 3.27 3.27 5/80 5084
/proc/meminfo: memFree=1509104/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=18572 CPUtime=0
/proc/5084/stat : 5084 (runsolver) R 5082 5084 3801 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 5828352 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5084/statm: 4643 292 257 25 0 2626 0

[startup+0.0473299 s]
/proc/loadavg: 2.98 3.27 3.27 5/80 5084
/proc/meminfo: memFree=1509104/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=0.03
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 838 0 0 0 2 1 0 0 20 0 1 0 5828352 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5084/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101699 s]
/proc/loadavg: 2.98 3.27 3.27 5/80 5084
/proc/meminfo: memFree=1509104/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=0.03
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 5828352 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301855 s]
/proc/loadavg: 2.98 3.27 3.27 5/80 5084
/proc/meminfo: memFree=1509104/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=0.03
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 898 127 0 0 2 1 0 0 21 0 1 0 5828352 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701903 s]
/proc/loadavg: 2.98 3.27 3.27 5/80 5084
/proc/meminfo: memFree=1509104/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=0.03
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 916 127 0 0 2 1 0 0 15 0 1 0 5828352 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.98 3.27 3.27 4/84 5099
/proc/meminfo: memFree=1505552/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=0.41
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 974 4587 0 1 3 1 33 4 15 0 1 0 5828352 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5084/statm: 3400 797 370 3 0 500 0
[pid=5097] ppid=5084 vsize=5356 CPUtime=0
/proc/5097/stat : 5097 (sh) S 5084 5084 3801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 5828422 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5097/statm: 1339 233 193 169 0 50 0
[pid=5098] ppid=5097 vsize=868276 CPUtime=0.5
/proc/5098/stat : 5098 (java) S 5097 5084 3801 0 -1 0 6270 0 1 0 47 3 0 0 20 0 9 0 5828423 889114624 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5098/statm: 217069 5539 2536 9 0 211644 0
[pid=5098/tid=5099] ppid=5097 vsize=868276 CPUtime=0.26
/proc/5098/task/5099/stat : 5099 (java) R 5097 5084 3801 0 -1 64 2635 0 1 0 25 1 0 0 25 0 9 0 5828424 889114624 5539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 887232

[startup+3.10219 s]
/proc/loadavg: 3.06 3.28 3.28 3/91 5118
/proc/meminfo: memFree=1499800/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 15 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13600

[startup+6.30157 s]
/proc/loadavg: 3.06 3.28 3.28 3/83 5132
/proc/meminfo: memFree=1499864/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=6160 CPUtime=3.8
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 1394 0 0 0 380 0 0 0 25 0 1 0 5828597 6307840 1380 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 1540 1380 75 150 0 1387 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 25116

[startup+12.7013 s]
/proc/loadavg: 3.05 3.27 3.27 4/83 5132
/proc/meminfo: memFree=1499168/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=6744 CPUtime=10.14
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 1558 0 0 0 1014 0 0 0 25 0 1 0 5828597 6905856 1544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 1686 1544 75 150 0 1533 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 25700

[startup+25.5018 s]
/proc/loadavg: 3.04 3.26 3.27 3/83 5132
/proc/meminfo: memFree=1498272/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=7684 CPUtime=22.82
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 1798 0 0 0 2281 1 0 0 25 0 1 0 5828597 7868416 1784 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 1921 1784 75 150 0 1768 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 26640

[startup+51.1019 s]
/proc/loadavg: 3.03 3.24 3.26 4/83 5132
/proc/meminfo: memFree=1496992/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=9172 CPUtime=48.19
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 2134 0 0 0 4818 1 0 0 25 0 1 0 5828597 9392128 2120 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 2293 2120 75 150 0 2140 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 28128

[startup+102.307 s]
/proc/loadavg: 2.82 3.15 3.23 4/83 5132
/proc/meminfo: memFree=1495968/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=9988 CPUtime=98.91
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 2357 0 0 0 9890 1 0 0 25 0 1 0 5828597 10227712 2343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 2497 2343 75 150 0 2344 0
Current children cumulated CPU time (s) 100.57
Current children cumulated vsize (KiB) 28944

[startup+162.302 s]
/proc/loadavg: 2.79 3.07 3.20 3/83 5132
/proc/meminfo: memFree=1494816/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=11308 CPUtime=158.34
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 2640 0 0 0 15833 1 0 0 25 0 1 0 5828597 11579392 2626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 2827 2626 75 150 0 2674 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (KiB) 30264

[startup+222.301 s]
/proc/loadavg: 2.79 3.01 3.17 4/83 5132
/proc/meminfo: memFree=1494048/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=11856 CPUtime=217.8
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 2805 0 0 0 21778 2 0 0 25 0 1 0 5828597 12140544 2791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 2964 2791 75 150 0 2811 0
Current children cumulated CPU time (s) 219.46
Current children cumulated vsize (KiB) 30812

[startup+282.301 s]
/proc/loadavg: 2.89 3.00 3.15 4/83 5132
/proc/meminfo: memFree=1492832/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=13236 CPUtime=277.24
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 3104 0 0 0 27722 2 0 0 25 0 1 0 5828597 13553664 3090 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/5132/statm: 3309 3090 75 150 0 3156 0
Current children cumulated CPU time (s) 278.9

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

/proc/5132/statm: 4357 4082 75 150 0 4204 0
Current children cumulated CPU time (s) 757.82
Current children cumulated vsize (KiB) 36384

[startup+822.302 s]
/proc/loadavg: 1.00 1.44 2.30 2/67 5156
/proc/meminfo: memFree=1568760/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=17428 CPUtime=816.13
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 4116 0 0 0 81610 3 0 0 25 0 1 0 5828597 17846272 4102 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/5132/statm: 4357 4102 75 150 0 4204 0
Current children cumulated CPU time (s) 817.79
Current children cumulated vsize (KiB) 36384

[startup+882.302 s]
/proc/loadavg: 1.00 1.35 2.22 2/67 5156
/proc/meminfo: memFree=1568440/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1.66
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1301 22151 0 4 3 1 146 16 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5131] ppid=5084 vsize=5356 CPUtime=0
/proc/5131/stat : 5131 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5828596 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5131/statm: 1339 232 193 169 0 50 0
[pid=5132] ppid=5131 vsize=17784 CPUtime=876.12
/proc/5132/stat : 5132 (minisat) R 5131 5084 3801 0 -1 4194304 4178 0 0 0 87608 4 0 0 25 0 1 0 5828597 18210816 4164 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5132/statm: 4446 4164 75 150 0 4293 0
Current children cumulated CPU time (s) 877.78
Current children cumulated vsize (KiB) 36740

[startup+942.301 s]
/proc/loadavg: 1.00 1.29 2.14 2/67 5168
/proc/meminfo: memFree=1579064/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=913.43
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1418 30423 0 5 4 1 91314 24 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5167] ppid=5084 vsize=5356 CPUtime=0
/proc/5167/stat : 5167 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5920147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5167/statm: 1339 232 193 169 0 50 0
[pid=5168] ppid=5167 vsize=6692 CPUtime=24.32
/proc/5168/stat : 5168 (minisat) R 5167 5084 3801 0 -1 4194304 1529 0 0 0 2432 0 0 0 25 0 1 0 5920147 6852608 1515 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/5168/statm: 1673 1515 75 150 0 1520 0
Current children cumulated CPU time (s) 937.75
Current children cumulated vsize (KiB) 25648

[startup+1002.3 s]
/proc/loadavg: 1.00 1.23 2.06 2/67 5168
/proc/meminfo: memFree=1577464/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=913.43
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1418 30423 0 5 4 1 91314 24 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5167] ppid=5084 vsize=5356 CPUtime=0
/proc/5167/stat : 5167 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5920147 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5167/statm: 1339 232 193 169 0 50 0
[pid=5168] ppid=5167 vsize=8288 CPUtime=84.3
/proc/5168/stat : 5168 (minisat) R 5167 5084 3801 0 -1 4194304 1914 0 0 0 8430 0 0 0 25 0 1 0 5920147 8486912 1900 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5168/statm: 2072 1900 75 150 0 1919 0
Current children cumulated CPU time (s) 997.73
Current children cumulated vsize (KiB) 27244

[startup+1062.3 s]
/proc/loadavg: 1.00 1.19 2.00 2/67 5184
/proc/meminfo: memFree=1579000/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6564 CPUtime=25.44
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1517 0 0 0 2544 0 0 0 25 0 1 0 5932035 6721536 1503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1641 1503 75 150 0 1488 0
Current children cumulated CPU time (s) 1057.7
Current children cumulated vsize (KiB) 25520

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

[startup+1068.7 s]
/proc/loadavg: 1.00 1.18 1.99 2/67 5184
/proc/meminfo: memFree=1578872/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6724 CPUtime=31.84
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1534 0 0 0 3184 0 0 0 25 0 1 0 5932035 6885376 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1681 1520 75 150 0 1528 0
Current children cumulated CPU time (s) 1064.1
Current children cumulated vsize (KiB) 25680

[startup+1071.9 s]
/proc/loadavg: 1.00 1.18 1.99 2/67 5184
/proc/meminfo: memFree=1578872/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6724 CPUtime=35.04
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1534 0 0 0 3504 0 0 0 25 0 1 0 5932035 6885376 1520 996147200 134512640 135127466 4294956256 18446744073709551615 134522614 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1681 1520 75 150 0 1528 0
Current children cumulated CPU time (s) 1067.3
Current children cumulated vsize (KiB) 25680

[startup+1075.1 s]
/proc/loadavg: 1.00 1.18 1.98 2/67 5184
/proc/meminfo: memFree=1578808/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6884 CPUtime=38.24
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1560 0 0 0 3824 0 0 0 25 0 1 0 5932035 7049216 1546 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1721 1546 75 150 0 1568 0
Current children cumulated CPU time (s) 1070.5
Current children cumulated vsize (KiB) 25840

[startup+1075.9 s]
/proc/loadavg: 1.00 1.18 1.98 2/67 5184
/proc/meminfo: memFree=1578808/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6884 CPUtime=39.04
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1561 0 0 0 3904 0 0 0 25 0 1 0 5932035 7049216 1547 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1721 1547 75 150 0 1568 0
Current children cumulated CPU time (s) 1071.3
Current children cumulated vsize (KiB) 25840

[startup+1076.3 s]
/proc/loadavg: 1.00 1.18 1.98 2/67 5184
/proc/meminfo: memFree=1578808/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6884 CPUtime=39.44
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1561 0 0 0 3944 0 0 0 25 0 1 0 5932035 7049216 1547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1721 1547 75 150 0 1568 0
Current children cumulated CPU time (s) 1071.7
Current children cumulated vsize (KiB) 25840

[startup+1076.5 s]
/proc/loadavg: 1.00 1.18 1.98 2/67 5184
/proc/meminfo: memFree=1578808/2055920 swapFree=4192956/4192956
[pid=5084] ppid=5082 vsize=13600 CPUtime=1032.26
/proc/5084/stat : 5084 (sugar) S 5082 5084 3801 0 -1 4194304 1645 39819 0 6 4 2 103189 31 16 0 1 0 5828352 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5084/statm: 3400 810 374 3 0 500 0
[pid=5183] ppid=5084 vsize=5356 CPUtime=0
/proc/5183/stat : 5183 (sh) S 5084 5084 3801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 5932035 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5183/statm: 1339 232 193 169 0 50 0
[pid=5184] ppid=5183 vsize=6884 CPUtime=39.64
/proc/5184/stat : 5184 (minisat) R 5183 5084 3801 0 -1 4194304 1561 0 0 0 3964 0 0 0 25 0 1 0 5932035 7049216 1547 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/5184/statm: 1721 1547 75 150 0 1568 0
Current children cumulated CPU time (s) 1071.9
Current children cumulated vsize (KiB) 25840

Child status: 0
Real time (s): 1076.53
CPU time (s): 1071.96
CPU user time (s): 1071.61
CPU system time (s): 0.346947
CPU usage (%): 99.5757
Max. virtual memory (cumulated for all children) (KiB): 887344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1071.61
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43391
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3020
involuntary context switches= 14342

runsolver used 0.977851 second user time and 2.52961 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-23 06:30:30
IDJOB=1128660
IDBENCH=65884
IDSOLVER=368
FILE ID=node75/1128660-1216787429
PBS_JOBID= 7974099
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/kbtree/kbtree-9-5-3-5/kbtree-9-5-3-5-30/normalized-kbtree-9-5-3-5-30-37_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-1128660-1216787429/watcher-1128660-1216787429 -o /tmp/evaluation-result-1128660-1216787429/solver-1128660-1216787429 -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-1128660-1216787429.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8f8b0a7c5493e73941d99d8d9614db70
RANDOM SEED=1753370506

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1509520 kB
Buffers:         40680 kB
Cached:         349572 kB
SwapCached:          0 kB
Active:         382900 kB
Inactive:        97172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509520 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1460 kB
Writeback:           0 kB
Mapped:         110140 kB
Slab:            51220 kB
Committed_AS:   905648 kB
PageTables:       2080 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= 66560 MiB
End job on node75 at 2008-07-23 06:48:26