Trace number 1109104

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+minisatOPTIMUM7 1048.91 1049.32

General information on the benchmark

Namecsp/QG4/
normalized-quasigroup4-6.xml
MD5SUMd423570e424f598e004cba94dd3f14f2
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints7
Best CPU time to get the best result obtained on this benchmark1048.91
Satisfiable
(Un)Satisfiability was proved
Number of variables114
Number of constraints83
Maximum constraint arity38
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35
Global constraints used (with number of constraints)alldifferent(12),element(36)

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.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Fri Jul 11 19:46:23 2008
0.01/0.13	c 0	PID 12895
0.01/0.14	c 0	HOST node42.alineos.net
0.01/0.14	c 0	CONVERTING HOME/instance-1109104-1215798382.xml TO HOME/temp.csp
0.01/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109104-1215798382.xml' 'HOME/temp.csp'
0.04/0.43	c 0	23 domains, 114 variables, 6 predicates, 0 relations, 83 constraints
0.04/0.43	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.43	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.28/0.50	c 0	Parsing HOME/temp.csp
0.28/0.57	c 0	parsed 226 expressions
0.28/0.58	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.58	c 0	MAX CSP: 83 constraints
0.28/0.58	c 0	Converting to clausal form CSP
0.28/0.60	c 0	converted 32 (10%) expressions
0.28/0.60	c 0	converted 63 (20%) expressions
0.28/0.60	c 0	converted 94 (30%) expressions
0.28/0.61	c 0	converted 125 (40%) expressions
0.28/0.62	c 0	converted 156 (50%) expressions
0.28/0.63	c 0	converted 188 (60%) expressions
0.28/0.65	c 0	converted 219 (70%) expressions
0.28/0.71	c 0	converted 250 (80%) expressions
0.28/0.77	c 0	converted 281 (90%) expressions
0.28/0.81	c 0	converted 312 (100%) expressions
0.28/0.81	c 0	CSP : 280 integers, 658 booleans, 2867 clauses, largest domain size 125
0.28/0.81	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.81	c 0	Propagation in CSP
0.28/0.84	c 0	79 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.84	c 0	CSP : 280 integers, 658 booleans, 2867 clauses, largest domain size 84
0.28/0.84	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.84	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.85	c 0	CSP : 280 integers, 898 booleans, 3107 clauses, largest domain size 84
0.28/0.85	c 0	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.88	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.89	c 0	28 (10%) CSP integer variables are encoded (48 clauses, 484 bytes)
0.28/0.90	c 0	56 (20%) CSP integer variables are encoded (419 clauses, 4524 bytes)
0.28/0.90	c 0	84 (30%) CSP integer variables are encoded (919 clauses, 10024 bytes)
0.28/0.90	c 0	112 (40%) CSP integer variables are encoded (1419 clauses, 16477 bytes)
0.28/0.90	c 0	140 (50%) CSP integer variables are encoded (1453 clauses, 16919 bytes)
0.28/0.90	c 0	168 (60%) CSP integer variables are encoded (1453 clauses, 16919 bytes)
0.28/0.90	c 0	196 (70%) CSP integer variables are encoded (1453 clauses, 16919 bytes)
0.28/0.90	c 0	224 (80%) CSP integer variables are encoded (1621 clauses, 19103 bytes)
0.28/0.90	c 0	252 (90%) CSP integer variables are encoded (1757 clauses, 20871 bytes)
0.28/0.90	c 0	280 (100%) CSP integer variables are encoded (2326 clauses, 28268 bytes)
0.28/0.93	c 0	311 (10%) CSP clauses are encoded (3877 clauses, 54044 bytes)
0.28/0.95	c 0	622 (20%) CSP clauses are encoded (4487 clauses, 63231 bytes)
0.28/0.95	c 0	933 (30%) CSP clauses are encoded (4798 clauses, 69034 bytes)
0.28/0.96	c 1	1243 (40%) CSP clauses are encoded (5108 clauses, 74828 bytes)
0.28/0.97	c 1	1554 (50%) CSP clauses are encoded (5419 clauses, 80626 bytes)
0.28/0.97	c 1	1865 (60%) CSP clauses are encoded (5730 clauses, 86447 bytes)
0.28/0.98	c 1	2175 (70%) CSP clauses are encoded (6040 clauses, 92277 bytes)
0.28/0.99	c 1	2486 (80%) CSP clauses are encoded (6351 clauses, 98361 bytes)
0.28/0.99	c 1	2797 (90%) CSP clauses are encoded (6662 clauses, 104558 bytes)
1.04/1.01	c 1	3107 (100%) CSP clauses are encoded (17123 clauses, 288302 bytes)
1.04/1.01	c 1	3107 CSP clauses encoded
1.04/1.03	c 1	Writing map file : HOME/temp.map
1.04/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.03	c 1	SAT : 3462 SAT variables, 17123 SAT clauses, 288302 bytes
1.04/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.07	c 1	OBJECTIVE minimize _COST
1.04/1.08	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.04/1.08	c 1	SEARCHING: _COST <= 42
1.04/1.08	c 1	SOLVING HOME/temp.cnf
1.04/1.08	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.04/1.09	c 1	This is MiniSat 2.0 beta
1.04/1.09	c 1	WARNING: for repeatability, setting FPU to use double precision
1.04/1.09	c 1	============================[ Problem Statistics ]=============================
1.04/1.09	c 1	|                                                                             |
1.04/1.09	c 1	|  Number of variables:  3462                                                 |
1.04/1.09	c 1	|  Number of clauses:    17124                                                |
1.04/1.10	c 1	|  Parsing time:         0.01         s                                       |
1.04/1.10	c 1	============================[ Search Statistics ]==============================
1.04/1.10	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.04/1.10	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.04/1.10	c 1	===============================================================================
1.04/1.10	c 1	|         0 |    3175    13250    37434 |     4416        0    nan |  0.000 % |
1.04/1.10	c 1	===============================================================================
1.04/1.10	c 1	restarts              : 1
1.04/1.10	c 1	conflicts             : 3              (250 /sec)
1.04/1.10	c 1	decisions             : 989            (1.52 % random) (82430 /sec)
1.04/1.10	c 1	propagations          : 5044           (420403 /sec)
1.04/1.10	c 1	conflict literals     : 12             (0.00 % deleted)
1.04/1.10	c 1	Memory used           : 2.70 MB
1.04/1.10	c 1	CPU time              : 0.011998 s
1.04/1.10	c 1	
1.07/1.10	c 1	SATISFIABLE
1.07/1.10	c 1	FOUND: _COST <= 42
1.07/1.10	s SATISFIABLE
1.07/1.10	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.07/1.10	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.07/1.17	c 1	Decoding HOME/temp.out
1.09/1.22	c 1	OBJECTIVE _COST 42
1.09/1.22	o 42
1.09/1.22	v 1 4 6 6 4 5 3 2 6 1 1 1 6 5 3 1 6 5 2 6 2 4 6 5 6 6 6 6 5 2 2 5 5 1 4 6 31 16 1 16 1 36 1 12 1 34 1 11 1 21 2 31 31 2 30 2 31 2 31 2 25 2 36 3 35 3 31 15 3 7 3 36 3 29 3 32 4 6 4 2 4 31 22 4 36 4 5 4 36 5 6 5 36 5 36 5 31 29 5 20 5 26 6 36 6 29 6 25 6 10 6 31 36 6
1.09/1.22	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.26	c 1	OBJECTIVE BOUND: 0 <= _COST <= 42
1.09/1.26	c 1	SEARCHING: _COST <= 21
1.09/1.26	c 1	SOLVING HOME/temp.cnf
1.09/1.26	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.09/1.26	c 1	This is MiniSat 2.0 beta
1.09/1.26	c 1	WARNING: for repeatability, setting FPU to use double precision
1.09/1.26	c 1	============================[ Problem Statistics ]=============================
1.09/1.26	c 1	|                                                                             |
1.09/1.26	c 1	|  Number of variables:  3462                                                 |
1.09/1.26	c 1	|  Number of clauses:    17124                                                |
1.09/1.27	c 1	|  Parsing time:         0.01         s                                       |
1.09/1.27	c 1	============================[ Search Statistics ]==============================
1.09/1.27	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.09/1.27	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.09/1.27	c 1	===============================================================================
1.09/1.27	c 1	|         0 |    3007    10835    30672 |     3611        0    nan |  0.000 % |
1.09/1.27	c 1	===============================================================================
1.09/1.27	c 1	restarts              : 1
1.09/1.27	c 1	conflicts             : 6              (500 /sec)
1.09/1.28	c 1	decisions             : 680            (1.03 % random) (56676 /sec)
1.09/1.28	c 1	propagations          : 4876           (406401 /sec)
1.09/1.28	c 1	conflict literals     : 76             (8.43 % deleted)
1.09/1.28	c 1	Memory used           : 2.68 MB
1.09/1.28	c 1	CPU time              : 0.011998 s
1.09/1.28	c 1	
1.09/1.28	c 1	SATISFIABLE
1.09/1.28	c 1	FOUND: _COST <= 21
1.09/1.28	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.09/1.28	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.25/1.35	c 1	Decoding HOME/temp.out
1.25/1.39	c 1	OBJECTIVE _COST 21
1.25/1.39	o 21
1.25/1.39	v 1 4 4 6 3 4 6 2 1 1 3 1 2 5 3 6 2 5 2 3 5 4 6 2 6 6 4 1 5 3 5 4 2 1 4 6 31 28 1 34 1 10 1 12 1 33 1 28 1 24 2 31 8 2 19 2 13 2 33 2 19 2 20 3 5 3 31 15 3 30 3 20 3 11 3 32 4 3 4 35 4 31 22 4 6 4 2 4 18 5 18 5 10 5 31 5 31 31 5 31 5 23 6 36 6 26 6 7 6 16 6 31 36 6
1.25/1.40	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.43	c 1	OBJECTIVE BOUND: 0 <= _COST <= 21
1.25/1.43	c 1	SEARCHING: _COST <= 10
1.25/1.43	c 1	SOLVING HOME/temp.cnf
1.25/1.43	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.25/1.43	c 1	This is MiniSat 2.0 beta
1.25/1.43	c 1	WARNING: for repeatability, setting FPU to use double precision
1.25/1.43	c 1	============================[ Problem Statistics ]=============================
1.25/1.43	c 1	|                                                                             |
1.25/1.43	c 1	|  Number of variables:  3462                                                 |
1.25/1.43	c 1	|  Number of clauses:    17124                                                |
1.25/1.44	c 1	|  Parsing time:         0.01         s                                       |
1.25/1.44	c 1	============================[ Search Statistics ]==============================
1.25/1.44	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.44	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.44	c 1	===============================================================================
1.25/1.44	c 1	|         0 |    2883     8805    24943 |     2935        0    nan |  0.000 % |
1.25/1.45	c 1	===============================================================================
1.25/1.45	c 1	restarts              : 1
1.25/1.45	c 1	conflicts             : 10             (769 /sec)
1.25/1.45	c 1	decisions             : 289            (1.04 % random) (22234 /sec)
1.25/1.45	c 1	propagations          : 7905           (608170 /sec)
1.25/1.45	c 1	conflict literals     : 407            (16.77 % deleted)
1.25/1.45	c 1	Memory used           : 2.68 MB
1.25/1.45	c 1	CPU time              : 0.012998 s
1.25/1.45	c 1	
1.25/1.45	c 1	SATISFIABLE
1.25/1.45	c 1	FOUND: _COST <= 10
1.25/1.45	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.25/1.45	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.41/1.52	c 1	Decoding HOME/temp.out
1.41/1.56	c 1	OBJECTIVE _COST 10
1.41/1.56	o 10
1.41/1.56	v 1 4 6 5 2 3 3 2 1 6 6 5 4 6 3 1 1 2 3 5 2 4 1 1 6 3 4 3 5 2 2 1 5 3 4 6 31 24 1 16 1 24 1 17 1 32 1 9 1 21 2 31 8 2 31 2 30 2 18 2 5 2 34 3 6 3 31 15 3 7 3 19 3 26 3 27 4 35 4 2 4 31 22 4 13 4 13 4 12 5 33 5 4 5 33 5 31 29 5 20 5 14 6 25 6 11 6 3 6 10 6 31 36 6
1.41/1.57	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.61	c 1	OBJECTIVE BOUND: 0 <= _COST <= 10
1.41/1.61	c 1	SEARCHING: _COST <= 5
1.41/1.61	c 1	SOLVING HOME/temp.cnf
1.41/1.61	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.41/1.61	c 1	This is MiniSat 2.0 beta
1.41/1.61	c 1	WARNING: for repeatability, setting FPU to use double precision
1.41/1.61	c 1	============================[ Problem Statistics ]=============================
1.41/1.61	c 1	|                                                                             |
1.41/1.61	c 1	|  Number of variables:  3462                                                 |
1.41/1.62	c 1	|  Number of clauses:    17124                                                |
1.41/1.62	c 1	|  Parsing time:         0.01         s                                       |
1.41/1.63	c 1	============================[ Search Statistics ]==============================
1.41/1.63	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.41/1.63	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.41/1.63	c 1	===============================================================================
1.41/1.63	c 1	|         0 |    2790     7641    21725 |     2547        0    nan |  0.000 % |
1.41/1.64	c 1	|       101 |    2790     7641    21725 |     2801      101     30 | 19.411 % |
1.41/1.66	c 1	|       253 |    2790     7641    21725 |     3081      253     31 | 19.411 % |
1.41/1.69	c 1	|       478 |    2790     7641    21725 |     3390      478     29 | 19.411 % |
1.56/1.73	c 1	|       815 |    2790     7641    21725 |     3729      815     30 | 19.411 % |
1.56/1.80	c 1	|      1321 |    2790     7641    21725 |     4101     1321     30 | 19.411 % |
1.56/1.91	c 1	|      2080 |    2790     7641    21725 |     4512     2080     25 | 19.411 % |
1.56/2.07	c 2	|      3219 |    2790     7641    21725 |     4963     3219     23 | 19.411 % |
2.23/2.36	c 2	|      4928 |    2790     7641    21725 |     5459     4928     21 | 19.411 % |
2.63/2.79	c 2	|      7490 |    2790     7641    21725 |     6005     4369     17 | 19.411 % |
3.23/3.39	c 3	|     11335 |    2790     7641    21725 |     6606     4790     17 | 19.411 % |
4.23/4.32	c 4	|     17101 |    2790     7641    21725 |     7266     6824     16 | 19.411 % |
5.62/5.73	c 5	|     25752 |    2790     7641    21725 |     7993     7387     16 | 19.411 % |
7.72/7.84	c 7	|     38726 |    2790     7641    21725 |     8792     7007     18 | 19.411 % |
11.02/11.13	c 11	|     58187 |    2790     7641    21725 |     9672     7084     17 | 19.411 % |
16.02/16.12	c 16	|     87383 |    2790     7641    21725 |    10639     9920     18 | 19.411 % |
24.02/24.15	c 24	|    131173 |    2790     7641    21725 |    11703     7800     16 | 19.411 % |
35.81/35.93	c 35	|    196857 |    2790     7641    21725 |    12873    10690     15 | 19.411 % |
54.71/54.83	c 54	|    295384 |    2790     7641    21725 |    14161    12916     16 | 19.411 % |
84.50/84.62	c 84	|    443173 |    2790     7641    21725 |    15577    10118     17 | 19.411 % |
129.07/129.26	c 129	|    664858 |    2789     7610    21630 |    17134    14591     16 | 19.440 % |
173.57/173.73	c 173	===============================================================================
173.57/173.74	c 173	restarts              : 21
173.57/173.74	c 173	conflicts             : 881524         (5124 /sec)
173.57/173.74	c 173	decisions             : 995131         (1.59 % random) (5784 /sec)
173.57/173.74	c 173	propagations          : 369484735      (2147645 /sec)
173.57/173.74	c 173	conflict literals     : 15758273       (34.70 % deleted)
173.57/173.74	c 173	Memory used           : 6.24 MB
173.57/173.74	c 173	CPU time              : 172.042 s
173.57/173.74	c 173	
173.57/173.74	c 173	UNSATISFIABLE
173.57/173.74	c 173	NOT FOUND: _COST <= 5
173.57/173.74	c 173	OBJECTIVE BOUND: 6 <= _COST <= 10
173.57/173.74	c 173	SEARCHING: _COST <= 8
173.57/173.74	c 173	SOLVING HOME/temp.cnf
173.57/173.74	c 173	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
173.57/173.74	c 173	This is MiniSat 2.0 beta
173.57/173.74	c 173	WARNING: for repeatability, setting FPU to use double precision
173.57/173.74	c 173	============================[ Problem Statistics ]=============================
173.57/173.74	c 173	|                                                                             |
173.57/173.74	c 173	|  Number of variables:  3462                                                 |
173.57/173.74	c 173	|  Number of clauses:    17124                                                |
173.57/173.75	c 173	|  Parsing time:         0.01         s                                       |
173.57/173.76	c 173	============================[ Search Statistics ]==============================
173.57/173.76	c 173	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
173.57/173.76	c 173	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
173.57/173.76	c 173	===============================================================================
173.57/173.76	c 173	|         0 |    2847     8316    23582 |     2772        0    nan |  0.000 % |
173.57/173.77	c 173	|       101 |    2847     8316    23582 |     3049      101     29 | 17.764 % |
173.57/173.79	c 173	|       251 |    2847     8316    23582 |     3354      251     28 | 17.764 % |
173.62/173.81	c 173	|       477 |    2847     8316    23582 |     3689      477     29 | 17.764 % |
173.62/173.86	c 173	|       814 |    2847     8316    23582 |     4058      814     25 | 17.764 % |
173.62/173.93	c 173	|      1321 |    2847     8316    23582 |     4464     1321     23 | 17.764 % |
173.62/174.03	c 174	|      2080 |    2847     8316    23582 |     4910     2080     21 | 17.764 % |
173.62/174.17	c 174	|      3220 |    2847     8316    23582 |     5401     3220     20 | 17.764 % |
173.62/174.42	c 174	|      4928 |    2847     8316    23582 |     5942     4928     20 | 17.764 % |
174.67/174.82	c 174	|      7490 |    2847     8316    23582 |     6536     4145     19 | 17.764 % |
174.77/174.95	c 174	===============================================================================
174.77/174.95	c 174	restarts              : 10
174.77/174.95	c 174	conflicts             : 8329           (6930 /sec)
174.77/174.95	c 174	decisions             : 10130          (1.48 % random) (8429 /sec)
174.77/174.95	c 174	propagations          : 4037639        (3359612 /sec)
174.77/174.95	c 174	conflict literals     : 165019         (30.02 % deleted)
174.77/174.95	c 174	Memory used           : 3.20 MB
174.77/174.95	c 174	CPU time              : 1.20182 s
174.77/174.95	c 174	
174.77/174.95	c 174	SATISFIABLE
174.77/174.96	c 174	FOUND: _COST <= 8
174.77/174.96	c 174	DECODING HOME/temp.out WITH HOME/temp.map
174.77/174.96	c 174	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
174.83/175.03	c 175	Decoding HOME/temp.out
174.83/175.07	c 175	OBJECTIVE _COST 8
174.83/175.07	o 8
174.83/175.07	v 1 4 5 2 6 3 6 2 1 6 4 5 4 6 3 5 2 1 5 5 6 4 1 2 3 1 6 3 5 2 2 3 5 1 4 6 31 26 1 34 1 23 1 26 1 18 1 9 1 24 2 31 8 2 31 2 30 2 4 2 17 2 28 3 6 3 31 15 3 35 3 32 3 25 3 11 4 35 4 35 4 31 22 4 13 4 2 4 33 5 19 5 12 5 3 5 31 29 5 20 5 14 6 27 6 5 6 7 6 10 6 31 36 6
174.83/175.08	c 175	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
174.83/175.11	c 175	OBJECTIVE BOUND: 6 <= _COST <= 8
174.83/175.11	c 175	SEARCHING: _COST <= 7
174.83/175.11	c 175	SOLVING HOME/temp.cnf
174.83/175.11	c 175	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
174.83/175.11	c 175	This is MiniSat 2.0 beta
174.83/175.11	c 175	WARNING: for repeatability, setting FPU to use double precision
174.83/175.11	c 175	============================[ Problem Statistics ]=============================
174.83/175.11	c 175	|                                                                             |
174.83/175.11	c 175	|  Number of variables:  3462                                                 |
174.83/175.11	c 175	|  Number of clauses:    17124                                                |
174.83/175.12	c 175	|  Parsing time:         0.01         s                                       |
174.83/175.12	c 175	============================[ Search Statistics ]==============================
174.83/175.12	c 175	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
174.83/175.12	c 175	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
174.83/175.12	c 175	===============================================================================
174.83/175.12	c 175	|         0 |    2829     8088    22951 |     2696        0    nan |  0.000 % |
174.83/175.14	c 175	|       102 |    2829     8088    22951 |     2965      102     30 | 18.284 % |
174.83/175.16	c 175	|       252 |    2829     8088    22951 |     3262      252     30 | 18.284 % |
174.83/175.19	c 175	|       478 |    2829     8088    22951 |     3588      478     27 | 18.284 % |
174.98/175.23	c 175	|       817 |    2829     8088    22951 |     3947      817     29 | 18.284 % |
174.98/175.31	c 175	|      1323 |    2829     8088    22951 |     4341     1323     30 | 18.284 % |
174.98/175.42	c 175	|      2083 |    2829     8088    22951 |     4776     2083     32 | 18.284 % |
174.98/175.61	c 175	|      3222 |    2829     8088    22951 |     5253     3222     34 | 18.284 % |
175.76/175.94	c 175	|      4930 |    2829     8088    22951 |     5779     4930     31 | 18.284 % |
176.05/176.30	c 176	|      7492 |    2829     8088    22951 |     6357     4223     20 | 18.284 % |
176.65/176.81	c 176	|     11339 |    2829     8088    22951 |     6992     4416     16 | 18.284 % |
177.25/177.44	c 177	===============================================================================
177.25/177.44	c 177	restarts              : 11
177.25/177.44	c 177	conflicts             : 15305          (6601 /sec)
177.25/177.44	c 177	decisions             : 17802          (1.45 % random) (7678 /sec)
177.25/177.44	c 177	propagations          : 7547154        (3254982 /sec)
177.25/177.44	c 177	conflict literals     : 340105         (29.03 % deleted)
177.25/177.44	c 177	Memory used           : 3.36 MB
177.25/177.44	c 177	CPU time              : 2.31865 s
177.25/177.44	c 177	
177.25/177.44	c 177	SATISFIABLE
177.25/177.44	c 177	FOUND: _COST <= 7
177.25/177.44	c 177	DECODING HOME/temp.out WITH HOME/temp.map
177.25/177.44	c 177	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
177.30/177.51	c 177	Decoding HOME/temp.out
177.30/177.55	c 177	OBJECTIVE _COST 7
177.30/177.55	o 7
177.30/177.56	v 1 4 6 2 3 5 5 2 1 5 3 4 4 5 3 6 2 5 6 3 5 4 2 1 2 6 4 1 5 3 3 1 2 3 4 6 31 28 1 28 1 24 1 32 1 9 1 32 1 23 2 31 8 2 25 2 17 2 33 2 4 2 34 3 5 3 31 15 3 30 3 20 3 11 3 12 4 27 4 35 4 31 22 4 2 4 13 4 14 5 18 5 10 5 7 5 31 29 5 21 5 36 6 19 6 26 6 3 6 16 6 31 36 6
177.30/177.56	c 177	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
177.30/177.60	c 177	OBJECTIVE BOUND: 6 <= _COST <= 7
177.30/177.60	c 177	SEARCHING: _COST <= 6
177.30/177.60	c 177	SOLVING HOME/temp.cnf
177.30/177.60	c 177	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
177.44/177.60	c 177	This is MiniSat 2.0 beta
177.44/177.60	c 177	WARNING: for repeatability, setting FPU to use double precision
177.44/177.60	c 177	============================[ Problem Statistics ]=============================
177.44/177.60	c 177	|                                                                             |
177.44/177.60	c 177	|  Number of variables:  3462                                                 |
177.44/177.60	c 177	|  Number of clauses:    17124                                                |
177.44/177.61	c 177	|  Parsing time:         0.01         s                                       |
177.44/177.61	c 177	============================[ Search Statistics ]==============================
177.44/177.61	c 177	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
177.44/177.61	c 177	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
177.44/177.61	c 177	===============================================================================
177.44/177.61	c 177	|         0 |    2811     7871    22353 |     2623        0    nan |  0.000 % |
177.44/177.63	c 177	|       102 |    2811     7871    22353 |     2886      102     30 | 18.804 % |
177.44/177.64	c 177	|       253 |    2811     7871    22353 |     3174      253     28 | 18.804 % |
177.44/177.67	c 177	|       478 |    2811     7871    22353 |     3492      478     29 | 18.804 % |
177.44/177.72	c 177	|       816 |    2811     7871    22353 |     3841      816     30 | 18.804 % |
177.44/177.80	c 177	|      1323 |    2811     7871    22353 |     4225     1323     27 | 18.804 % |
177.44/177.92	c 177	|      2084 |    2811     7871    22353 |     4647     2084     25 | 18.804 % |
177.93/178.11	c 178	|      3223 |    2811     7871    22353 |     5112     3223     27 | 18.804 % |
178.13/178.37	c 178	|      4931 |    2811     7871    22353 |     5624     4931     24 | 18.804 % |
178.53/178.70	c 178	|      7493 |    2811     7871    22353 |     6186     4246     17 | 18.804 % |
179.03/179.28	c 179	|     11337 |    2811     7871    22353 |     6805     4584     17 | 18.804 % |
179.92/180.13	c 180	|     17104 |    2811     7871    22353 |     7485     6515     16 | 18.804 % |
181.33/181.57	c 181	|     25753 |    2811     7871    22353 |     8234     6747     19 | 18.804 % |
183.22/183.47	c 183	|     38727 |    2811     7871    22353 |     9057     6054     17 | 18.804 % |
186.22/186.49	c 186	|     58188 |    2811     7871    22353 |     9963     5673     12 | 18.804 % |
191.32/191.52	c 191	|     87381 |    2811     7871    22353 |    10959     7738     20 | 18.804 % |
198.52/198.79	c 198	|    131170 |    2811     7871    22353 |    12055    10227     16 | 18.804 % |
210.71/210.96	c 210	|    196855 |    2811     7871    22353 |    13261    11227     22 | 18.804 % |
230.11/230.31	c 230	|    295381 |    2811     7871    22353 |    14587    10593     19 | 18.804 % |
261.30/261.58	c 261	|    443171 |    2811     7871    22353 |    16046    11261     16 | 18.804 % |
307.08/307.37	c 307	|    664857 |    2811     7871    22353 |    17650    13378     21 | 18.804 % |
381.56/381.80	c 381	|    997384 |    2811     7871    22353 |    19415    12577     17 | 18.804 % |
496.32/496.64	c 496	|   1496172 |    2811     7871    22353 |    21357    14402     19 | 18.804 % |
677.48/677.86	c 677	|   2244354 |    2810     7840    22262 |    23493    19338     16 | 18.833 % |
966.49/966.91	c 966	|   3366628 |    2802     7729    21914 |    25842    24617     17 | 19.064 % |
1048.86/1049.31	c 1049	===============================================================================
1048.86/1049.31	c 1049	restarts              : 25
1048.86/1049.31	c 1049	conflicts             : 3674664        (4217 /sec)
1048.86/1049.31	c 1049	decisions             : 4171525        (1.61 % random) (4787 /sec)
1048.86/1049.31	c 1049	propagations          : 1449735017     (1663653 /sec)
1048.86/1049.31	c 1049	conflict literals     : 70634238       (33.90 % deleted)
1048.86/1049.31	c 1049	Memory used           : 9.82 MB
1048.86/1049.31	c 1049	CPU time              : 871.417 s
1048.86/1049.31	c 1049	
1048.86/1049.31	c 1049	UNSATISFIABLE
1048.86/1049.31	c 1049	NOT FOUND: _COST <= 6
1048.86/1049.31	c 1049	OBJECTIVE _COST 7
1048.86/1049.31	s OPTIMUM FOUND
1048.86/1049.31	c 1049	CPU 1048.58 (0.04 0.01 1048.54 0.29)
1048.86/1049.31	c 1049	END Fri Jul 11 20:03:52 2008

Verifier Data (download as text)

OK	7	76
7 unsatisfied constraints, 76 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-1109104-1215798382/watcher-1109104-1215798382 -o /tmp/evaluation-result-1109104-1215798382/solver-1109104-1215798382 -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-1109104-1215798382.xml 

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


[startup+0 s]
/proc/loadavg: 1.11 1.10 1.05 3/64 12895
/proc/meminfo: memFree=1963840/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=18572 CPUtime=0
/proc/12895/stat : 12895 (runsolver) D 12893 12895 12664 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 36537681 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259415141671 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/12895/statm: 4643 292 257 25 0 2626 0

[startup+0.0452719 s]
/proc/loadavg: 1.11 1.10 1.05 3/64 12895
/proc/meminfo: memFree=1963840/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=12272 CPUtime=0
/proc/12895/stat : 12895 (sugar) D 12893 12895 12664 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 36537681 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/12895/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10128 s]
/proc/loadavg: 1.11 1.10 1.05 3/64 12895
/proc/meminfo: memFree=1963840/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=12808 CPUtime=0.01
/proc/12895/stat : 12895 (sugar) R 12893 12895 12664 0 -1 4194304 554 0 0 0 1 0 0 0 18 0 1 0 36537681 13115392 522 996147200 4194304 4206940 548682068592 18446744073709551615 259414985286 0 0 4224 0 0 0 0 17 1 0 0
/proc/12895/statm: 3202 522 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.3013 s]
/proc/loadavg: 1.11 1.10 1.05 3/64 12895
/proc/meminfo: memFree=1963840/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=0.04
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 36537681 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701348 s]
/proc/loadavg: 1.11 1.10 1.05 3/64 12895
/proc/meminfo: memFree=1963840/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=0.28
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 974 4322 0 1 3 1 21 3 15 0 1 0 36537681 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13600

[startup+1.50143 s]
/proc/loadavg: 1.18 1.11 1.06 2/75 12917
/proc/meminfo: memFree=1946656/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.41
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1327 20942 3 8 4 1 121 15 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 13600

[startup+3.10261 s]
/proc/loadavg: 1.18 1.11 1.06 2/67 12955
/proc/meminfo: memFree=1957016/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 15 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=3272 CPUtime=1.47
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 543 0 0 0 147 0 0 0 25 0 1 0 36537842 3350528 529 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/12955/statm: 818 529 75 150 0 665 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 22228

[startup+6.30196 s]
/proc/loadavg: 1.18 1.11 1.06 2/67 12955
/proc/meminfo: memFree=1956440/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=3536 CPUtime=4.66
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 629 0 0 0 466 0 0 0 25 0 1 0 36537842 3620864 615 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 884 615 75 150 0 731 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 22492

[startup+12.7027 s]
/proc/loadavg: 1.15 1.11 1.06 2/67 12955
/proc/meminfo: memFree=1955928/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=4064 CPUtime=11.06
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 740 0 0 0 1106 0 0 0 25 0 1 0 36537842 4161536 726 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 1016 726 75 150 0 863 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 23020

[startup+25.5011 s]
/proc/loadavg: 1.13 1.10 1.05 2/67 12955
/proc/meminfo: memFree=1955808/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=4480 CPUtime=23.86
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 837 0 0 0 2386 0 0 0 25 0 1 0 36537842 4587520 823 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 1120 823 75 150 0 967 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 23436

[startup+51.1019 s]
/proc/loadavg: 1.08 1.09 1.05 2/67 12955
/proc/meminfo: memFree=1955232/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=5156 CPUtime=49.45
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 998 0 0 0 4945 0 0 0 25 0 1 0 36537842 5279744 984 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 1289 984 75 150 0 1136 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 24112

[startup+102.306 s]
/proc/loadavg: 1.03 1.08 1.05 2/67 12955
/proc/meminfo: memFree=1954592/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=5708 CPUtime=100.63
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 1134 0 0 0 10063 0 0 0 25 0 1 0 36537842 5844992 1120 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 1427 1120 75 150 0 1274 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 24664

[startup+162.301 s]
/proc/loadavg: 1.01 1.06 1.04 2/67 12955
/proc/meminfo: memFree=1953952/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=1.56
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1400 24717 3 9 4 1 132 19 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12954] ppid=12895 vsize=5356 CPUtime=0
/proc/12954/stat : 12954 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36537842 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12954/statm: 1339 232 193 169 0 50 0
[pid=12955] ppid=12954 vsize=6240 CPUtime=160.61
/proc/12955/stat : 12955 (minisat) R 12954 12895 12664 0 -1 4194304 1295 0 0 0 16060 1 0 0 25 0 1 0 36537842 6389760 1281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12955/statm: 1560 1281 75 150 0 1407 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 25196

[startup+222.302 s]
/proc/loadavg: 1.00 1.05 1.03 2/67 12981
/proc/meminfo: memFree=1954984/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=5144 CPUtime=44.67
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 1016 0 0 0 4467 0 0 0 25 0 1 0 36555441 5267456 1002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 1286 1002 76 150 0 1133 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 24100

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.03 2/67 12981
/proc/meminfo: memFree=1954344/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=5820 CPUtime=104.65
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 1189 0 0 0 10465 0 0 0 25 0 1 0 36555441 5959680 1175 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 1455 1175 76 150 0 1302 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 24776


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

/proc/12981/statm: 2287 1971 76 150 0 2134 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 28104

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949584/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=9588 CPUtime=704.48
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2061 0 0 0 70446 2 0 0 25 0 1 0 36555441 9818112 2047 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2397 2047 76 150 0 2244 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 28544

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949352/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=9732 CPUtime=764.46
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2125 0 0 0 76444 2 0 0 25 0 1 0 36555441 9965568 2111 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2433 2111 76 150 0 2280 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 28688

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949288/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=9888 CPUtime=824.44
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2152 0 0 0 82442 2 0 0 25 0 1 0 36555441 10125312 2138 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2472 2138 76 150 0 2319 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 28844

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949288/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=9888 CPUtime=846.03
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2164 0 0 0 84601 2 0 0 25 0 1 0 36555441 10125312 2150 996147200 134512640 135127466 4294956256 18446744073709551615 134528343 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2472 2150 76 150 0 2319 0
Current children cumulated CPU time (s) 1023.47
Current children cumulated vsize (KiB) 28844

[startup+1036.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=858.83
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2174 0 0 0 85881 2 0 0 25 0 1 0 36555441 10289152 2160 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2160 76 150 0 2359 0
Current children cumulated CPU time (s) 1036.27
Current children cumulated vsize (KiB) 29004

[startup+1043.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=865.22
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2174 0 0 0 86520 2 0 0 25 0 1 0 36555441 10289152 2160 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2160 76 150 0 2359 0
Current children cumulated CPU time (s) 1042.66
Current children cumulated vsize (KiB) 29004

[startup+1046.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=868.42
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2175 0 0 0 86840 2 0 0 25 0 1 0 36555441 10289152 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2161 76 150 0 2359 0
Current children cumulated CPU time (s) 1045.86
Current children cumulated vsize (KiB) 29004

[startup+1047.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=870.02
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2175 0 0 0 87000 2 0 0 25 0 1 0 36555441 10289152 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2161 76 150 0 2359 0
Current children cumulated CPU time (s) 1047.46
Current children cumulated vsize (KiB) 29004

[startup+1048.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=870.82
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2175 0 0 0 87080 2 0 0 25 0 1 0 36555441 10289152 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134527909 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2161 76 150 0 2359 0
Current children cumulated CPU time (s) 1048.26
Current children cumulated vsize (KiB) 29004

[startup+1049.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=871.22
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2175 0 0 0 87120 2 0 0 25 0 1 0 36555441 10289152 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2161 76 150 0 2359 0
Current children cumulated CPU time (s) 1048.66
Current children cumulated vsize (KiB) 29004

[startup+1049.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12987
/proc/meminfo: memFree=1949224/2055920 swapFree=4181040/4192956
[pid=12895] ppid=12893 vsize=13600 CPUtime=177.44
/proc/12895/stat : 12895 (sugar) S 12893 12895 12664 0 -1 4194304 1679 35600 3 11 4 1 17712 27 16 0 1 0 36537681 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12895/statm: 3400 805 374 3 0 500 0
[pid=12980] ppid=12895 vsize=5356 CPUtime=0
/proc/12980/stat : 12980 (sh) S 12895 12895 12664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 36555441 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12980/statm: 1339 232 193 169 0 50 0
[pid=12981] ppid=12980 vsize=10048 CPUtime=871.42
/proc/12981/stat : 12981 (minisat) R 12980 12895 12664 0 -1 4194304 2175 0 0 0 87140 2 0 0 25 0 1 0 36555441 10289152 2161 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12981/statm: 2512 2161 76 150 0 2359 0
Current children cumulated CPU time (s) 1048.86
Current children cumulated vsize (KiB) 29004

Child status: 0
Real time (s): 1049.32
CPU time (s): 1048.91
CPU user time (s): 1048.59
CPU system time (s): 0.317951
CPU usage (%): 99.9614
Max. virtual memory (cumulated for all children) (KiB): 888304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1048.59
system time used= 0.317951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39820
page faults= 14
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2172
involuntary context switches= 3333

runsolver used 1.07284 second user time and 2.76658 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-11 19:46:22
IDJOB=1109104
IDBENCH=60914
IDSOLVER=368
FILE ID=node42/1109104-1215798382
PBS_JOBID= 7903203
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG4/normalized-quasigroup4-6.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-1109104-1215798382/watcher-1109104-1215798382 -o /tmp/evaluation-result-1109104-1215798382/solver-1109104-1215798382 -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-1109104-1215798382.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d423570e424f598e004cba94dd3f14f2
RANDOM SEED=1041413971

node42.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:       1964448 kB
Buffers:          3568 kB
Cached:          31116 kB
SwapCached:       5572 kB
Active:          37712 kB
Inactive:         4724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964448 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          13676 kB
Slab:            35012 kB
Committed_AS:    99244 kB
PageTables:       1452 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= 66496 MiB
End job on node42 at 2008-07-11 20:03:52