Trace number 1113712

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM6 935.497 941.404

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-1-insertions-4-3.xml
MD5SUMb65012ecce27aaef791da98f50a83a63
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark935.497
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints232
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension232
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.03/0.47	c 0	Sugar v1-13 + HOME/minisat
0.03/0.47	c 0	BEGIN Sat Jul 12 21:08:10 2008
0.03/0.47	c 0	PID 16318
0.03/0.47	c 0	HOST node62.alineos.net
0.03/0.47	c 0	CONVERTING HOME/instance-1113712-1215889689.xml TO HOME/temp.csp
0.03/0.47	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113712-1215889689.xml' 'HOME/temp.csp'
0.28/1.25	c 1	1 domains, 67 variables, 1 predicates, 0 relations, 232 constraints
0.36/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.36/1.31	c 1	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.36/1.39	c 1	Parsing HOME/temp.csp
0.36/1.47	c 1	parsed 301 expressions
0.36/1.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/1.49	c 1	MAX CSP: 232 constraints
0.36/1.49	c 1	Converting to clausal form CSP
0.36/1.51	c 1	converted 54 (10%) expressions
0.36/1.53	c 1	converted 108 (20%) expressions
0.36/1.55	c 1	converted 161 (30%) expressions
0.36/1.55	c 1	converted 215 (40%) expressions
0.36/1.57	c 1	converted 268 (50%) expressions
0.36/1.58	c 1	converted 322 (60%) expressions
0.36/1.59	c 1	converted 376 (70%) expressions
0.36/1.59	c 1	converted 429 (80%) expressions
0.36/1.60	c 1	converted 483 (90%) expressions
0.36/1.72	c 1	converted 536 (100%) expressions
0.36/1.72	c 1	CSP : 531 integers, 0 booleans, 695 clauses, largest domain size 349
0.36/1.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.72	c 1	Propagation in CSP
0.36/1.75	c 1	228 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/1.75	c 1	CSP : 531 integers, 0 booleans, 695 clauses, largest domain size 233
0.36/1.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.75	c 1	Simplifing CSP by introducing new Boolean variables
0.36/1.76	c 1	CSP : 531 integers, 464 booleans, 1159 clauses, largest domain size 233
0.36/1.76	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.78	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.36/1.79	c 1	54 (10%) CSP integer variables are encoded (54 clauses, 550 bytes)
0.36/1.80	c 1	107 (20%) CSP integer variables are encoded (67 clauses, 693 bytes)
0.36/1.80	c 1	160 (30%) CSP integer variables are encoded (67 clauses, 693 bytes)
0.36/1.80	c 1	213 (40%) CSP integer variables are encoded (67 clauses, 693 bytes)
0.36/1.80	c 1	266 (50%) CSP integer variables are encoded (67 clauses, 693 bytes)
0.36/1.81	c 1	319 (60%) CSP integer variables are encoded (580 clauses, 6336 bytes)
0.36/1.81	c 1	372 (70%) CSP integer variables are encoded (1908 clauses, 23401 bytes)
0.36/1.81	c 1	425 (80%) CSP integer variables are encoded (2398 clauses, 29771 bytes)
0.36/1.81	c 1	478 (90%) CSP integer variables are encoded (2671 clauses, 33320 bytes)
0.36/1.81	c 1	531 (100%) CSP integer variables are encoded (3064 clauses, 38429 bytes)
0.36/1.82	c 1	116 (10%) CSP clauses are encoded (3336 clauses, 41895 bytes)
0.36/1.83	c 1	232 (20%) CSP clauses are encoded (3606 clauses, 45484 bytes)
0.36/1.84	c 1	348 (30%) CSP clauses are encoded (3876 clauses, 49073 bytes)
0.36/1.84	c 1	464 (40%) CSP clauses are encoded (4148 clauses, 52751 bytes)
0.36/1.85	c 1	580 (50%) CSP clauses are encoded (4418 clauses, 56454 bytes)
0.36/1.85	c 1	696 (60%) CSP clauses are encoded (4688 clauses, 60263 bytes)
0.36/1.91	c 1	812 (70%) CSP clauses are encoded (34846 clauses, 584042 bytes)
0.36/1.96	c 1	928 (80%) CSP clauses are encoded (62906 clauses, 1096246 bytes)
0.36/1.97	c 1	1044 (90%) CSP clauses are encoded (66902 clauses, 1166136 bytes)
0.36/1.99	c 1	1159 (100%) CSP clauses are encoded (77962 clauses, 1364740 bytes)
0.36/1.99	c 1	1159 CSP clauses encoded
0.36/1.99	c 1	Writing map file : HOME/temp.map
0.36/2.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/2.00	c 1	SAT : 4059 SAT variables, 77962 SAT clauses, 1364740 bytes
0.36/2.00	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/2.05	c 1	OBJECTIVE minimize _COST
0.36/2.05	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.36/2.05	c 1	SEARCHING: _COST <= 116
0.36/2.05	c 1	SOLVING HOME/temp.cnf
0.36/2.05	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.36/2.05	c 1	This is MiniSat 2.0 beta
0.36/2.05	c 1	WARNING: for repeatability, setting FPU to use double precision
0.36/2.05	c 1	============================[ Problem Statistics ]=============================
0.36/2.05	c 1	|                                                                             |
0.36/2.05	c 1	|  Number of variables:  4059                                                 |
0.36/2.05	c 1	|  Number of clauses:    77963                                                |
0.36/2.09	c 1	|  Parsing time:         0.03         s                                       |
1.08/2.10	c 1	============================[ Search Statistics ]==============================
1.08/2.10	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.08/2.10	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.08/2.11	c 1	===============================================================================
1.08/2.11	c 1	|         0 |    3131    50690   144520 |    16896        0    nan |  0.000 % |
1.08/2.11	c 1	===============================================================================
1.08/2.11	c 1	restarts              : 1
1.08/2.11	c 1	conflicts             : 5              (102 /sec)
1.08/2.11	c 1	decisions             : 272            (0.74 % random) (5552 /sec)
1.08/2.11	c 1	propagations          : 4800           (97975 /sec)
1.08/2.11	c 1	conflict literals     : 131            (0.00 % deleted)
1.08/2.11	c 1	Memory used           : 5.07 MB
1.08/2.11	c 1	CPU time              : 0.048992 s
1.08/2.11	c 1	
1.08/2.11	c 1	SATISFIABLE
1.08/2.11	c 1	FOUND: _COST <= 116
1.08/2.11	s SATISFIABLE
1.08/2.11	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.08/2.11	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.08/2.20	c 2	Decoding HOME/temp.out
1.10/2.27	c 2	OBJECTIVE _COST 116
1.10/2.27	o 116
1.10/2.27	v 1 0 1 0 1 0 2 2 2 2 2 1 0 2 1 1 1 0 1 1 2 0 1 0 1 0 1 0 2 2 2 2 2 1 0 2 1 1 1 2 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
1.10/2.28	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/2.28	c 2	OBJECTIVE BOUND: 0 <= _COST <= 116
1.10/2.28	c 2	SEARCHING: _COST <= 58
1.10/2.28	c 2	SOLVING HOME/temp.cnf
1.10/2.28	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.10/2.29	c 2	This is MiniSat 2.0 beta
1.10/2.29	c 2	WARNING: for repeatability, setting FPU to use double precision
1.10/2.29	c 2	============================[ Problem Statistics ]=============================
1.10/2.29	c 2	|                                                                             |
1.10/2.29	c 2	|  Number of variables:  4059                                                 |
1.10/2.29	c 2	|  Number of clauses:    77963                                                |
1.27/2.33	c 2	|  Parsing time:         0.04         s                                       |
1.27/2.34	c 2	============================[ Search Statistics ]==============================
1.27/2.34	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.27/2.34	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.27/2.34	c 2	===============================================================================
1.27/2.34	c 2	|         0 |    2609    34073    96177 |    11357        0    nan |  0.000 % |
1.27/2.35	c 2	|       100 |    2609    34073    96177 |    12493      100     36 | 35.723 % |
1.27/2.36	c 2	===============================================================================
1.27/2.36	c 2	restarts              : 2
1.27/2.36	c 2	conflicts             : 121            (1891 /sec)
1.27/2.36	c 2	decisions             : 373            (0.00 % random) (5829 /sec)
1.27/2.36	c 2	propagations          : 27728          (433318 /sec)
1.27/2.36	c 2	conflict literals     : 4158           (7.02 % deleted)
1.27/2.36	c 2	Memory used           : 5.07 MB
1.27/2.36	c 2	CPU time              : 0.06399 s
1.27/2.36	c 2	
1.27/2.36	c 2	SATISFIABLE
1.27/2.36	c 2	FOUND: _COST <= 58
1.27/2.36	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.27/2.36	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.34/2.45	c 2	Decoding HOME/temp.out
1.34/2.51	c 2	OBJECTIVE _COST 58
1.34/2.51	o 58
1.34/2.52	v 2 2 2 2 2 2 2 1 2 1 1 2 2 2 2 2 2 0 2 2 1 2 0 0 0 0 0 2 0 2 0 2 2 2 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2
1.34/2.52	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/2.58	c 2	OBJECTIVE BOUND: 0 <= _COST <= 58
1.34/2.58	c 2	SEARCHING: _COST <= 29
1.34/2.58	c 2	SOLVING HOME/temp.cnf
1.34/2.58	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/2.61	c 2	This is MiniSat 2.0 beta
1.49/2.61	c 2	WARNING: for repeatability, setting FPU to use double precision
1.49/2.61	c 2	============================[ Problem Statistics ]=============================
1.49/2.61	c 2	|                                                                             |
1.49/2.61	c 2	|  Number of variables:  4059                                                 |
1.49/2.61	c 2	|  Number of clauses:    77963                                                |
1.49/2.65	c 2	|  Parsing time:         0.04         s                                       |
1.49/2.67	c 2	============================[ Search Statistics ]==============================
1.49/2.67	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.49/2.67	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.49/2.67	c 2	===============================================================================
1.49/2.67	c 2	|         0 |    2261    20878    57607 |     6959        0    nan |  0.000 % |
1.49/2.68	c 2	|       100 |    2261    20878    57607 |     7655      100     51 | 44.297 % |
1.49/2.69	c 2	|       250 |    2261    20878    57607 |     8420      250     40 | 44.297 % |
1.49/2.70	c 2	===============================================================================
1.49/2.70	c 2	restarts              : 3
1.49/2.70	c 2	conflicts             : 276            (3539 /sec)
1.49/2.70	c 2	decisions             : 485            (0.62 % random) (6219 /sec)
1.49/2.70	c 2	propagations          : 83066          (1065113 /sec)
1.49/2.70	c 2	conflict literals     : 10542          (17.30 % deleted)
1.49/2.70	c 2	Memory used           : 5.21 MB
1.49/2.70	c 2	CPU time              : 0.077988 s
1.49/2.70	c 2	
1.49/2.70	c 2	SATISFIABLE
1.49/2.70	c 2	FOUND: _COST <= 29
1.49/2.70	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.49/2.70	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.49/2.78	c 2	Decoding HOME/temp.out
1.58/2.85	c 2	OBJECTIVE _COST 29
1.58/2.85	o 29
1.58/2.85	v 2 0 0 1 0 2 0 1 1 1 1 2 2 2 0 0 2 0 0 2 0 2 2 2 2 2 2 2 2 2 1 1 2 2 1 1 0 2 2 0 0 0 0 1 1 0 0 1 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 2
1.58/2.86	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.58/2.91	c 2	OBJECTIVE BOUND: 0 <= _COST <= 29
1.58/2.91	c 2	SEARCHING: _COST <= 14
1.58/2.91	c 2	SOLVING HOME/temp.cnf
1.58/2.91	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.58/2.91	c 2	This is MiniSat 2.0 beta
1.58/2.91	c 2	WARNING: for repeatability, setting FPU to use double precision
1.58/2.91	c 2	============================[ Problem Statistics ]=============================
1.58/2.91	c 2	|                                                                             |
1.58/2.92	c 2	|  Number of variables:  4059                                                 |
1.58/2.92	c 2	|  Number of clauses:    77963                                                |
1.58/2.96	c 2	|  Parsing time:         0.03         s                                       |
1.58/2.98	c 2	============================[ Search Statistics ]==============================
1.58/2.98	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/2.98	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/2.98	c 2	===============================================================================
1.58/2.98	c 2	|         0 |    1968    12447    33178 |     4149        0    nan |  0.000 % |
1.58/2.99	c 2	|       100 |    1968    12447    33178 |     4563      100     55 | 51.515 % |
1.74/3.00	c 2	|       250 |    1968    12447    33178 |     5020      250     36 | 51.515 % |
1.74/3.02	c 2	|       476 |    1968    12447    33178 |     5522      476     39 | 51.515 % |
1.74/3.04	c 2	===============================================================================
1.74/3.04	c 2	restarts              : 4
1.74/3.04	c 2	conflicts             : 646            (5522 /sec)
1.74/3.04	c 2	decisions             : 874            (0.92 % random) (7471 /sec)
1.74/3.04	c 2	propagations          : 180999         (1547238 /sec)
1.74/3.04	c 2	conflict literals     : 24441          (10.38 % deleted)
1.74/3.04	c 2	Memory used           : 5.20 MB
1.74/3.04	c 2	CPU time              : 0.116982 s
1.74/3.04	c 2	
1.74/3.04	c 2	SATISFIABLE
1.74/3.04	c 2	FOUND: _COST <= 14
1.74/3.04	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.74/3.04	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.87/3.19	c 3	Decoding HOME/temp.out
1.93/3.26	c 3	OBJECTIVE _COST 14
1.93/3.26	o 14
1.93/3.27	v 2 1 2 1 2 1 2 2 0 2 0 2 0 0 2 1 1 1 1 1 1 2 2 1 2 1 2 1 2 2 0 0 0 0 0 0 1 1 1 1 1 1 1 0 2 1 2 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 2
1.93/3.27	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/3.33	c 3	OBJECTIVE BOUND: 0 <= _COST <= 14
2.00/3.33	c 3	SEARCHING: _COST <= 7
2.00/3.33	c 3	SOLVING HOME/temp.cnf
2.00/3.33	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.00/3.33	c 3	This is MiniSat 2.0 beta
2.00/3.33	c 3	WARNING: for repeatability, setting FPU to use double precision
2.00/3.33	c 3	============================[ Problem Statistics ]=============================
2.00/3.33	c 3	|                                                                             |
2.00/3.33	c 3	|  Number of variables:  4059                                                 |
2.00/3.33	c 3	|  Number of clauses:    77963                                                |
2.00/3.37	c 3	|  Parsing time:         0.04         s                                       |
2.00/3.39	c 3	============================[ Search Statistics ]==============================
2.00/3.39	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.00/3.39	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.00/3.39	c 3	===============================================================================
2.00/3.39	c 3	|         0 |    1722     7957    20439 |     2652        0    nan |  0.000 % |
2.02/3.40	c 3	|       101 |    1722     7957    20439 |     2917      101     51 | 57.576 % |
2.02/3.42	c 3	|       251 |    1722     7957    20439 |     3209      251     39 | 57.576 % |
2.02/3.44	c 3	|       477 |    1722     7957    20439 |     3530      477     31 | 57.576 % |
2.02/3.48	c 3	|       814 |    1722     7957    20439 |     3883      814     28 | 57.576 % |
2.02/3.54	c 3	|      1320 |    1722     7957    20439 |     4271     1320     27 | 57.576 % |
2.02/3.63	c 3	|      2081 |    1722     7957    20439 |     4698     2081     27 | 57.576 % |
2.02/3.76	c 3	|      3220 |    1722     7957    20439 |     5168     3220     28 | 57.576 % |
2.02/3.99	c 3	|      4929 |    1722     7957    20439 |     5685     4929     29 | 57.576 % |
2.97/4.40	c 4	|      7493 |    1722     7957    20439 |     6254     7493     29 | 57.576 % |
3.57/4.95	c 4	===============================================================================
3.57/4.96	c 4	restarts              : 10
3.57/4.96	c 4	conflicts             : 11037          (6886 /sec)
3.57/4.96	c 4	decisions             : 12402          (0.84 % random) (7738 /sec)
3.57/4.96	c 4	propagations          : 3508311        (2188924 /sec)
3.57/4.96	c 4	conflict literals     : 368296         (17.22 % deleted)
3.57/4.96	c 4	Memory used           : 5.20 MB
3.57/4.96	c 4	CPU time              : 1.60276 s
3.57/4.96	c 4	
3.57/4.96	c 4	SATISFIABLE
3.57/4.96	c 4	FOUND: _COST <= 7
3.57/4.96	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.57/4.96	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.65/5.04	c 4	Decoding HOME/temp.out
3.65/5.11	c 4	OBJECTIVE _COST 7
3.65/5.11	o 7
3.65/5.12	v 1 2 1 0 1 2 0 1 2 1 2 2 2 1 0 0 0 0 0 0 0 1 0 2 0 0 2 2 0 2 2 1 2 2 2 2 0 2 0 0 0 2 0 2 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 2
3.65/5.14	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.65/5.17	c 4	OBJECTIVE BOUND: 0 <= _COST <= 7
3.65/5.17	c 4	SEARCHING: _COST <= 3
3.65/5.17	c 4	SOLVING HOME/temp.cnf
3.65/5.17	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.65/5.17	c 4	This is MiniSat 2.0 beta
3.65/5.17	c 4	WARNING: for repeatability, setting FPU to use double precision
3.65/5.17	c 4	============================[ Problem Statistics ]=============================
3.65/5.17	c 4	|                                                                             |
3.65/5.18	c 4	|  Number of variables:  4059                                                 |
3.65/5.18	c 4	|  Number of clauses:    77963                                                |
3.83/5.22	c 5	|  Parsing time:         0.04         s                                       |
3.83/5.23	c 5	============================[ Search Statistics ]==============================
3.83/5.23	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.83/5.23	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.83/5.23	c 5	===============================================================================
3.83/5.23	c 5	|         0 |    1422     4799    11861 |     1599        0    nan |  0.000 % |
3.83/5.24	c 5	|       102 |    1422     4799    11861 |     1759      102     54 | 64.967 % |
3.83/5.25	c 5	|       252 |    1422     4799    11861 |     1935      252     49 | 64.968 % |
3.83/5.28	c 5	|       477 |    1422     4799    11861 |     2129      477     39 | 64.967 % |
3.83/5.31	c 5	|       814 |    1422     4799    11861 |     2342      814     33 | 64.967 % |
3.83/5.36	c 5	|      1320 |    1422     4799    11861 |     2576     1320     29 | 64.967 % |
4.04/5.44	c 5	|      2079 |    1422     4799    11861 |     2833     2079     32 | 64.967 % |
4.14/5.56	c 5	|      3218 |    1422     4799    11861 |     3117     3218     32 | 64.967 % |
4.34/5.78	c 5	|      4926 |    1422     4799    11861 |     3429     4926     31 | 64.967 % |
4.74/6.15	c 5	|      7488 |    1422     4799    11861 |     3771     4206     36 | 64.967 % |
5.23/6.65	c 6	|     11332 |    1422     4799    11861 |     4149     4759     26 | 64.967 % |
6.03/7.47	c 7	|     17098 |    1422     4799    11861 |     4564     6923     26 | 64.967 % |
7.32/8.75	c 8	|     25747 |    1422     4799    11861 |     5020     4429     21 | 64.967 % |
9.12/10.57	c 10	|     38721 |    1422     4799    11861 |     5522     5622     22 | 64.967 % |
11.90/13.38	c 13	|     58182 |    1421     4790    11843 |     6074     8316     23 | 64.991 % |
16.09/17.56	c 17	===============================================================================
16.09/17.56	c 17	restarts              : 15
16.09/17.56	c 17	conflicts             : 86767          (7042 /sec)
16.09/17.56	c 17	decisions             : 94196          (1.09 % random) (7644 /sec)
16.09/17.56	c 17	propagations          : 26075348       (2116140 /sec)
16.09/17.56	c 17	conflict literals     : 2033943        (26.52 % deleted)
16.09/17.56	c 17	Memory used           : 5.20 MB
16.09/17.56	c 17	CPU time              : 12.3221 s
16.09/17.56	c 17	
16.09/17.56	c 17	UNSATISFIABLE
16.09/17.56	c 17	NOT FOUND: _COST <= 3
16.09/17.56	c 17	OBJECTIVE BOUND: 4 <= _COST <= 7
16.09/17.56	c 17	SEARCHING: _COST <= 5
16.09/17.56	c 17	SOLVING HOME/temp.cnf
16.09/17.56	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.09/17.59	c 17	This is MiniSat 2.0 beta
16.09/17.59	c 17	WARNING: for repeatability, setting FPU to use double precision
16.09/17.59	c 17	============================[ Problem Statistics ]=============================
16.09/17.59	c 17	|                                                                             |
16.09/17.59	c 17	|  Number of variables:  4059                                                 |
16.09/17.59	c 17	|  Number of clauses:    77963                                                |
16.17/17.63	c 17	|  Parsing time:         0.04         s                                       |
16.17/17.65	c 17	============================[ Search Statistics ]==============================
16.17/17.65	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.17/17.65	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.17/17.65	c 17	===============================================================================
16.17/17.65	c 17	|         0 |    1592     6384    16108 |     2128        0    nan |  0.000 % |
16.17/17.66	c 17	|       103 |    1592     6384    16108 |     2340      103     50 | 60.779 % |
16.17/17.68	c 17	|       254 |    1592     6384    16108 |     2574      254     33 | 60.779 % |
16.17/17.70	c 17	|       479 |    1592     6384    16108 |     2832      479     29 | 60.780 % |
16.17/17.74	c 17	|       818 |    1592     6384    16108 |     3115      818     26 | 60.779 % |
16.17/17.78	c 17	|      1325 |    1592     6384    16108 |     3427     1325     32 | 60.779 % |
16.17/17.88	c 17	|      2084 |    1592     6384    16108 |     3769     2084     32 | 60.779 % |
16.17/18.02	c 17	|      3224 |    1592     6384    16108 |     4146     3224     37 | 60.779 % |
16.17/18.27	c 18	|      4932 |    1592     6384    16108 |     4561     4932     34 | 60.779 % |
17.16/18.68	c 18	|      7494 |    1592     6384    16108 |     5017     7494     34 | 60.779 % |
17.76/19.28	c 19	|     11338 |    1592     6384    16108 |     5519     3810     26 | 60.779 % |
18.65/20.17	c 19	|     17105 |    1592     6384    16108 |     6071     5349     27 | 60.779 % |
20.15/21.66	c 21	|     25755 |    1592     6384    16108 |     6678     5020     25 | 60.779 % |
22.53/24.04	c 23	|     38730 |    1592     6384    16108 |     7346     8539     26 | 60.779 % |
26.22/27.73	c 27	|     58191 |    1592     6384    16108 |     8081     7482     23 | 60.779 % |
31.80/33.35	c 33	|     87386 |    1592     6384    16108 |     8889     8950     28 | 60.780 % |
40.55/42.13	c 41	|    131177 |    1592     6384    16108 |     9778    11555     27 | 60.779 % |
54.39/56.02	c 55	|    196862 |    1592     6384    16108 |    10755     7701     31 | 60.779 % |
75.29/77.04	c 76	|    295388 |    1592     6384    16108 |    11831    10510     27 | 60.779 % |
110.33/112.25	c 112	|    443178 |    1592     6384    16108 |    13014    10555     30 | 60.779 % |
165.35/167.58	c 167	|    664861 |    1592     6384    16108 |    14316     8875     29 | 60.779 % |
251.54/254.16	c 253	|    997386 |    1592     6384    16108 |    15747    13809     28 | 60.779 % |
385.09/388.39	c 388	|   1496174 |    1592     6384    16108 |    17322    15761     27 | 60.779 % |
602.74/607.01	c 606	|   2244357 |    1591     6361    16062 |    19054    14604     27 | 60.804 % |
878.60/884.21	c 884	===============================================================================
878.60/884.21	c 884	restarts              : 24
878.60/884.21	c 884	conflicts             : 3165202        (3670 /sec)
878.60/884.21	c 884	decisions             : 3447400        (1.01 % random) (3997 /sec)
878.60/884.21	c 884	propagations          : 863324285      (1001053 /sec)
878.60/884.21	c 884	conflict literals     : 93669759       (27.97 % deleted)
878.60/884.21	c 884	Memory used           : 12.56 MB
878.60/884.21	c 884	CPU time              : 862.416 s
878.60/884.21	c 884	
878.60/884.21	c 884	UNSATISFIABLE
878.60/884.22	c 884	NOT FOUND: _COST <= 5
878.60/884.22	c 884	OBJECTIVE BOUND: 6 <= _COST <= 7
878.60/884.22	c 884	SEARCHING: _COST <= 6
878.60/884.22	c 884	SOLVING HOME/temp.cnf
878.60/884.22	c 884	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
878.60/884.22	c 884	This is MiniSat 2.0 beta
878.60/884.22	c 884	WARNING: for repeatability, setting FPU to use double precision
878.60/884.22	c 884	============================[ Problem Statistics ]=============================
878.60/884.22	c 884	|                                                                             |
878.60/884.22	c 884	|  Number of variables:  4059                                                 |
878.60/884.22	c 884	|  Number of clauses:    77963                                                |
878.60/884.27	c 884	|  Parsing time:         0.04         s                                       |
878.60/884.28	c 884	============================[ Search Statistics ]==============================
878.60/884.28	c 884	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
878.60/884.28	c 884	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
878.60/884.28	c 884	===============================================================================
878.60/884.28	c 884	|         0 |    1657     7141    18185 |     2380        0    nan |  0.000 % |
878.60/884.30	c 884	|       100 |    1657     7141    18185 |     2618      100     48 | 59.177 % |
878.69/884.31	c 884	|       251 |    1657     7141    18185 |     2880      251     32 | 59.177 % |
878.69/884.34	c 884	|       477 |    1657     7141    18185 |     3168      477     30 | 59.177 % |
878.69/884.37	c 884	|       815 |    1657     7141    18185 |     3485      815     27 | 59.177 % |
878.79/884.42	c 884	|      1322 |    1657     7141    18185 |     3833     1322     27 | 59.177 % |
878.89/884.50	c 884	|      2083 |    1657     7141    18185 |     4216     2083     26 | 59.177 % |
878.99/884.64	c 884	|      3225 |    1657     7141    18185 |     4638     3225     27 | 59.177 % |
879.18/884.86	c 884	|      4933 |    1657     7141    18185 |     5102     4933     29 | 59.177 % |
879.58/885.24	c 885	|      7495 |    1657     7141    18185 |     5612     7495     30 | 59.177 % |
880.18/885.82	c 885	|     11340 |    1657     7141    18185 |     6173     7200     29 | 59.177 % |
880.98/886.69	c 886	|     17106 |    1657     7141    18185 |     6791     8448     29 | 59.177 % |
882.47/888.15	c 887	|     25755 |    1657     7141    18185 |     7470     7380     28 | 59.177 % |
884.76/890.45	c 890	|     38729 |    1657     7141    18185 |     8217    10058     25 | 59.177 % |
888.34/894.01	c 893	|     58190 |    1657     7141    18185 |     9039     7380     28 | 59.177 % |
894.22/899.92	c 899	|     87382 |    1657     7141    18185 |     9943     6161     34 | 59.178 % |
903.27/909.05	c 908	|    131171 |    1657     7141    18185 |    10937    11120     33 | 59.178 % |
917.60/923.46	c 923	|    196857 |    1657     7141    18185 |    12031     7438     27 | 59.178 % |
935.21/941.15	c 940	===============================================================================
935.21/941.15	c 940	restarts              : 18
935.21/941.15	c 940	conflicts             : 274112         (4840 /sec)
935.21/941.15	c 940	decisions             : 295508         (0.97 % random) (5218 /sec)
935.21/941.15	c 940	propagations          : 80498410       (1421420 /sec)
935.21/941.15	c 940	conflict literals     : 9111820        (25.16 % deleted)
935.21/941.15	c 940	Memory used           : 7.55 MB
935.21/941.15	c 940	CPU time              : 56.6324 s
935.21/941.15	c 940	
935.21/941.16	c 940	SATISFIABLE
935.21/941.16	c 940	FOUND: _COST <= 6
935.21/941.16	c 940	DECODING HOME/temp.out WITH HOME/temp.map
935.21/941.16	c 940	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
935.28/941.24	c 941	Decoding HOME/temp.out
935.28/941.32	c 941	OBJECTIVE _COST 6
935.28/941.32	o 6
935.28/941.32	v 1 2 1 2 1 2 1 0 2 0 0 0 0 0 1 1 1 1 1 1 1 2 1 2 1 2 2 2 2 0 2 0 0 0 2 0 1 1 1 1 1 1 1 2 1 2 1 1 1 1 1 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 2
935.28/941.33	c 941	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
935.28/941.40	c 941	OBJECTIVE _COST 6
935.28/941.40	s OPTIMUM FOUND
935.28/941.40	c 941	CPU 935.09 (0.04 0.02 935.05 0.36)
935.28/941.40	c 941	END Sat Jul 12 21:23:51 2008

Verifier Data (download as text)

OK	6	226
6 unsatisfied constraints, 226 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-1113712-1215889689/watcher-1113712-1215889689 -o /tmp/evaluation-result-1113712-1215889689/solver-1113712-1215889689 -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-1113712-1215889689.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.71 2.66 2.63 5/80 16318
/proc/meminfo: memFree=1851200/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=18572 CPUtime=0
/proc/16318/stat : 16318 (runsolver) D 16316 16318 15476 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45668090 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16318/statm: 4643 292 257 25 0 2626 0

[startup+0.021154 s]
/proc/loadavg: 2.71 2.66 2.63 5/80 16318
/proc/meminfo: memFree=1851200/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=11912 CPUtime=0
/proc/16318/stat : 16318 (sugar) R 16316 16318 15476 0 -1 4194304 90 0 0 0 0 0 0 0 18 0 1 0 45668090 12197888 75 996147200 4194304 4206940 548682068592 18446744073709551615 236435079888 0 0 4096 0 0 0 0 17 0 0 0
/proc/16318/statm: 2966 97 66 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11912

[startup+0.161271 s]
/proc/loadavg: 2.71 2.66 2.63 5/80 16318
/proc/meminfo: memFree=1851200/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=12412 CPUtime=0
/proc/16318/stat : 16318 (sugar) D 16316 16318 15476 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 45668090 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/16318/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301071 s]
/proc/loadavg: 2.71 2.66 2.63 5/80 16318
/proc/meminfo: memFree=1851200/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13204 CPUtime=0.03
/proc/16318/stat : 16318 (sugar) R 16316 16318 15476 0 -1 4194304 702 0 0 0 2 1 0 0 18 0 1 0 45668090 13520896 670 996147200 4194304 4206940 548682068592 18446744073709551615 236455247626 0 0 4224 0 0 0 0 17 0 0 0
/proc/16318/statm: 3301 670 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.701121 s]
/proc/loadavg: 2.71 2.66 2.63 5/80 16318
/proc/meminfo: memFree=1851200/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=0.04
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 45668090 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 2.71 2.66 2.63 3/85 16324
/proc/meminfo: memFree=1846936/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=0.36
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 974 4446 0 1 3 1 28 4 15 0 1 0 45668090 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+3.10139 s]
/proc/loadavg: 2.71 2.66 2.63 4/83 16342
/proc/meminfo: memFree=1842792/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=1.87
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1451 28338 0 5 3 1 162 21 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13600

[startup+6.30277 s]
/proc/loadavg: 2.65 2.64 2.63 4/83 16402
/proc/meminfo: memFree=1842528/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=3.83
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1637 37394 0 7 3 2 351 27 15 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16401] ppid=16318 vsize=5356 CPUtime=0
/proc/16401/stat : 16401 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45668608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16401/statm: 1339 232 193 169 0 50 0
[pid=16402] ppid=16401 vsize=5324 CPUtime=1.1
/proc/16402/stat : 16402 (minisat) R 16401 16318 15476 0 -1 4194304 1226 0 0 0 110 0 0 0 25 0 1 0 45668608 5451776 1212 996147200 134512640 135127466 4294956256 18446744073709551615 134530748 0 0 4096 3 0 0 0 17 0 0 0
/proc/16402/statm: 1331 1212 75 150 0 1178 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 24280

[startup+12.7015 s]
/proc/loadavg: 2.60 2.63 2.63 3/83 16402
/proc/meminfo: memFree=1842336/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=3.83
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1637 37394 0 7 3 2 351 27 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16401] ppid=16318 vsize=5356 CPUtime=0
/proc/16401/stat : 16401 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45668608 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16401/statm: 1339 232 193 169 0 50 0
[pid=16402] ppid=16401 vsize=5324 CPUtime=7.48
/proc/16402/stat : 16402 (minisat) R 16401 16318 15476 0 -1 4194304 1228 0 0 0 748 0 0 0 25 0 1 0 45668608 5451776 1214 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16402/statm: 1331 1214 75 150 0 1178 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (KiB) 24280

[startup+25.502 s]
/proc/loadavg: 2.53 2.62 2.62 3/83 16404
/proc/meminfo: memFree=1842344/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.17
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 3 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=5456 CPUtime=7.86
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 1241 0 0 0 786 0 0 0 25 0 1 0 45669850 5586944 1227 996147200 134512640 135127466 4294956256 18446744073709551615 134531051 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 1364 1227 75 150 0 1211 0
Current children cumulated CPU time (s) 24.03
Current children cumulated vsize (KiB) 24412

[startup+51.1019 s]
/proc/loadavg: 2.56 2.61 2.62 3/83 16404
/proc/meminfo: memFree=1841064/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=6684 CPUtime=33.33
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 1546 0 0 0 3333 0 0 0 25 0 1 0 45669850 6844416 1532 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 1671 1532 75 150 0 1518 0
Current children cumulated CPU time (s) 49.51
Current children cumulated vsize (KiB) 25640

[startup+102.306 s]
/proc/loadavg: 2.55 2.61 2.62 3/83 16404
/proc/meminfo: memFree=1839528/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=8152 CPUtime=84.29
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 1926 0 0 0 8428 1 0 0 25 0 1 0 45669850 8347648 1912 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 2038 1912 75 150 0 1885 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 27108

[startup+162.302 s]
/proc/loadavg: 2.50 2.58 2.61 3/83 16404
/proc/meminfo: memFree=1838888/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=8692 CPUtime=144
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 2057 0 0 0 14399 1 0 0 25 0 1 0 45669850 8900608 2043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 2173 2043 75 150 0 2020 0
Current children cumulated CPU time (s) 160.18
Current children cumulated vsize (KiB) 27648

[startup+222.302 s]
/proc/loadavg: 2.62 2.60 2.61 3/83 16404
/proc/meminfo: memFree=1838504/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=9220 CPUtime=203.71
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 2185 0 0 0 20370 1 0 0 25 0 1 0 45669850 9441280 2171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 2305 2171 75 150 0 2152 0
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (KiB) 28176

[startup+282.301 s]
/proc/loadavg: 2.62 2.59 2.61 3/83 16404
/proc/meminfo: memFree=1837672/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=10004 CPUtime=263.42
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 2363 0 0 0 26341 1 0 0 25 0 1 0 45669850 10244096 2349 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 2501 2349 75 150 0 2348 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 28960

[startup+342.301 s]
/proc/loadavg: 2.50 2.57 2.60 3/83 16404
/proc/meminfo: memFree=1837288/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0

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


[startup+762.307 s]
/proc/loadavg: 2.63 2.61 2.60 3/83 16406
/proc/meminfo: memFree=1834792/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=12436 CPUtime=741.11
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 2975 0 0 0 74109 2 0 0 25 0 1 0 45669850 12734464 2961 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 3109 2961 75 150 0 2956 0
Current children cumulated CPU time (s) 757.29
Current children cumulated vsize (KiB) 31392

[startup+822.301 s]
/proc/loadavg: 2.60 2.60 2.60 3/83 16406
/proc/meminfo: memFree=1834664/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=12716 CPUtime=800.82
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 3019 0 0 0 80080 2 0 0 25 0 1 0 45669850 13021184 3005 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 3179 3005 75 150 0 3026 0
Current children cumulated CPU time (s) 817
Current children cumulated vsize (KiB) 31672

[startup+882.301 s]
/proc/loadavg: 2.40 2.55 2.58 3/83 16406
/proc/meminfo: memFree=1834408/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=16.18
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1692 38916 0 7 4 2 1584 28 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16403] ppid=16318 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45669847 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 232 193 169 0 50 0
[pid=16404] ppid=16403 vsize=12856 CPUtime=860.53
/proc/16404/stat : 16404 (minisat) R 16403 16318 15476 0 -1 4194304 3061 0 0 0 86051 2 0 0 25 0 1 0 45669850 13164544 3047 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/16404/statm: 3214 3047 75 150 0 3061 0
Current children cumulated CPU time (s) 876.71
Current children cumulated vsize (KiB) 31812

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

[startup+895.903 s]
/proc/loadavg: 2.39 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1840808/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=6252 CPUtime=11.61
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1460 0 0 0 1160 1 0 0 25 0 1 0 45756513 6402048 1446 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1563 1446 75 150 0 1410 0
Current children cumulated CPU time (s) 890.24
Current children cumulated vsize (KiB) 25208

[startup+921.503 s]
/proc/loadavg: 2.40 2.53 2.57 3/83 16408
/proc/meminfo: memFree=1839912/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7060 CPUtime=37.08
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1664 0 0 0 3707 1 0 0 25 0 1 0 45756513 7229440 1650 996147200 134512640 135127466 4294956256 18446744073709551615 134704340 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1765 1650 75 150 0 1612 0
Current children cumulated CPU time (s) 915.71
Current children cumulated vsize (KiB) 26016

[startup+934.301 s]
/proc/loadavg: 2.53 2.55 2.57 4/83 16408
/proc/meminfo: memFree=1839336/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7732 CPUtime=49.81
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1808 0 0 0 4980 1 0 0 25 0 1 0 45756513 7917568 1794 996147200 134512640 135127466 4294956256 18446744073709551615 134528246 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1933 1794 75 150 0 1780 0
Current children cumulated CPU time (s) 928.44
Current children cumulated vsize (KiB) 26688

[startup+937.503 s]
/proc/loadavg: 2.53 2.55 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7732 CPUtime=53
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1811 0 0 0 5299 1 0 0 25 0 1 0 45756513 7917568 1797 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1933 1797 75 150 0 1780 0
Current children cumulated CPU time (s) 931.63
Current children cumulated vsize (KiB) 26688

[startup+939.102 s]
/proc/loadavg: 2.49 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7732 CPUtime=54.59
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1814 0 0 0 5458 1 0 0 25 0 1 0 45756513 7917568 1800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1933 1800 75 150 0 1780 0
Current children cumulated CPU time (s) 933.22
Current children cumulated vsize (KiB) 26688

[startup+940.702 s]
/proc/loadavg: 2.49 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7732 CPUtime=56.19
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1822 0 0 0 5618 1 0 0 25 0 1 0 45756513 7917568 1808 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1933 1808 75 150 0 1780 0
Current children cumulated CPU time (s) 934.82
Current children cumulated vsize (KiB) 26688

[startup+941.101 s]
/proc/loadavg: 2.49 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=878.63
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1747 42271 0 7 4 2 87826 31 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
[pid=16407] ppid=16318 vsize=5356 CPUtime=0
/proc/16407/stat : 16407 (sh) S 16318 16318 15476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45756512 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16407/statm: 1339 232 193 169 0 50 0
[pid=16408] ppid=16407 vsize=7732 CPUtime=56.58
/proc/16408/stat : 16408 (minisat) R 16407 16318 15476 0 -1 4194304 1822 0 0 0 5657 1 0 0 25 0 1 0 45756513 7917568 1808 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16408/statm: 1933 1808 75 150 0 1780 0
Current children cumulated CPU time (s) 935.21
Current children cumulated vsize (KiB) 26688

[startup+941.301 s]
/proc/loadavg: 2.49 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=935.28
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1808 44388 0 7 4 2 93489 33 16 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 935.28
Current children cumulated vsize (KiB) 13600

[startup+941.401 s]
/proc/loadavg: 2.49 2.54 2.57 3/83 16408
/proc/meminfo: memFree=1839272/2055920 swapFree=4192812/4192956
[pid=16318] ppid=16316 vsize=13600 CPUtime=935.28
/proc/16318/stat : 16318 (sugar) S 16316 16318 15476 0 -1 4194304 1809 44388 0 7 4 2 93489 33 15 0 1 0 45668090 13926400 808 996147200 4194304 4206940 548682068592 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16318/statm: 3400 808 374 3 0 500 0
Current children cumulated CPU time (s) 935.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 941.404
CPU time (s): 935.497
CPU user time (s): 935.106
CPU system time (s): 0.39094
CPU usage (%): 99.3725
Max. virtual memory (cumulated for all children) (KiB): 883472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 935.106
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50027
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3078
involuntary context switches= 34507

runsolver used 0.910861 second user time and 2.54661 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-12 21:08:09
IDJOB=1113712
IDBENCH=61628
IDSOLVER=368
FILE ID=node62/1113712-1215889689
PBS_JOBID= 7903559
Free space on /tmp= 65256 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-1-insertions-4-3.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-1113712-1215889689/watcher-1113712-1215889689 -o /tmp/evaluation-result-1113712-1215889689/solver-1113712-1215889689 -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-1113712-1215889689.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b65012ecce27aaef791da98f50a83a63
RANDOM SEED=1761942219

node62.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.232
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.232
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:       1851744 kB
Buffers:          7316 kB
Cached:          47968 kB
SwapCached:          0 kB
Active:         131328 kB
Inactive:        19420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1336 kB
Writeback:           0 kB
Mapped:         115828 kB
Slab:            38236 kB
Committed_AS:   989196 kB
PageTables:       2220 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65252 MiB
End job on node62 at 2008-07-12 21:23:51