Trace number 1116124

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM 1884.49 1901.95

General information on the benchmark

Namemaxcsp/randomMaxCSP/sparseTight/
normalized-vcsp-25-10-21-85-20_ext.xml
MD5SUMbaaafe43d12e9dc26df8486cc6d863bd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints20
Best CPU time to get the best result obtained on this benchmark0.887864
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints63
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension63
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Mon Jul 14 15:44:43 2008
0.00/0.04	c 0	PID 24829
0.00/0.05	c 0	HOST node5.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1116124-1216043083.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1116124-1216043083.xml' 'HOME/temp.csp'
0.03/0.27	c 0	1 domains, 25 variables, 0 predicates, 63 relations, 63 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	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.03/0.39	c 0	Parsing HOME/temp.csp
0.24/0.47	c 1	parsed 152 expressions
0.24/0.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.48	c 1	MAX CSP: 63 constraints
0.24/0.48	c 1	Converting to clausal form CSP
0.24/0.50	c 1	converted 22 (10%) expressions
0.24/0.50	c 1	converted 44 (20%) expressions
0.24/0.50	c 1	converted 66 (30%) expressions
0.24/0.50	c 1	converted 88 (40%) expressions
0.24/0.51	c 1	converted 109 (50%) expressions
0.24/0.52	c 1	converted 131 (60%) expressions
0.24/0.52	c 1	converted 153 (70%) expressions
0.24/0.53	c 1	converted 175 (80%) expressions
0.24/0.53	c 1	converted 197 (90%) expressions
0.24/0.58	c 1	converted 218 (100%) expressions
0.24/0.58	c 1	CSP : 151 integers, 0 booleans, 188 clauses, largest domain size 95
0.24/0.58	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.58	c 1	Propagation in CSP
0.24/0.59	c 1	57 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.59	c 1	CSP : 151 integers, 0 booleans, 188 clauses, largest domain size 64
0.24/0.59	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.59	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.59	c 1	CSP : 151 integers, 0 booleans, 188 clauses, largest domain size 64
0.24/0.59	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.61	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.63	c 1	16 (10%) CSP integer variables are encoded (128 clauses, 1280 bytes)
0.24/0.63	c 1	31 (20%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.24/0.63	c 1	46 (30%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.24/0.63	c 1	61 (40%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.24/0.63	c 1	76 (50%) CSP integer variables are encoded (200 clauses, 2072 bytes)
0.24/0.63	c 1	91 (60%) CSP integer variables are encoded (264 clauses, 2776 bytes)
0.24/0.63	c 1	106 (70%) CSP integer variables are encoded (313 clauses, 3315 bytes)
0.24/0.63	c 1	121 (80%) CSP integer variables are encoded (392 clauses, 4184 bytes)
0.24/0.64	c 1	136 (90%) CSP integer variables are encoded (441 clauses, 4723 bytes)
0.24/0.64	c 1	151 (100%) CSP integer variables are encoded (773 clauses, 8375 bytes)
0.24/0.66	c 1	19 (10%) CSP clauses are encoded (1117 clauses, 14251 bytes)
0.24/0.68	c 1	38 (20%) CSP clauses are encoded (1480 clauses, 20669 bytes)
0.24/0.68	c 1	57 (30%) CSP clauses are encoded (1839 clauses, 27522 bytes)
0.24/0.69	c 1	76 (40%) CSP clauses are encoded (2042 clauses, 31018 bytes)
0.24/0.70	c 1	94 (50%) CSP clauses are encoded (2333 clauses, 35116 bytes)
0.24/0.70	c 1	113 (60%) CSP clauses are encoded (2462 clauses, 36836 bytes)
0.24/0.70	c 1	132 (70%) CSP clauses are encoded (3305 clauses, 49246 bytes)
0.24/0.70	c 1	151 (80%) CSP clauses are encoded (3434 clauses, 50966 bytes)
0.24/0.70	c 1	170 (90%) CSP clauses are encoded (3749 clauses, 55408 bytes)
0.24/0.71	c 1	188 (100%) CSP clauses are encoded (8038 clauses, 118641 bytes)
0.24/0.71	c 1	188 CSP clauses encoded
0.24/0.71	c 1	Writing map file : HOME/temp.map
0.24/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.71	c 1	SAT : 924 SAT variables, 8038 SAT clauses, 118641 bytes
0.24/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.73	c 1	OBJECTIVE minimize _COST
0.24/0.73	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
0.24/0.73	c 1	SEARCHING: _COST <= 32
0.24/0.73	c 1	SOLVING HOME/temp.cnf
0.24/0.73	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.24/0.74	c 1	This is MiniSat 2.0 beta
0.24/0.74	c 1	WARNING: for repeatability, setting FPU to use double precision
0.24/0.74	c 1	============================[ Problem Statistics ]=============================
0.24/0.74	c 1	|                                                                             |
0.24/0.74	c 1	|  Number of variables:  924                                                  |
0.24/0.74	c 1	|  Number of clauses:    8039                                                 |
0.24/0.74	c 1	|  Parsing time:         0.00         s                                       |
0.24/0.74	c 1	============================[ Search Statistics ]==============================
0.24/0.74	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.24/0.74	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.24/0.74	c 1	===============================================================================
0.24/0.74	c 1	|         0 |     738     5775    16861 |     1925        0    nan |  0.000 % |
0.24/0.75	c 1	|       100 |     738     5775    16861 |     2117      100     16 | 20.131 % |
0.24/0.75	c 1	===============================================================================
0.24/0.75	c 1	restarts              : 2
0.24/0.75	c 1	conflicts             : 227            (17464 /sec)
0.24/0.75	c 1	decisions             : 437            (0.69 % random) (33621 /sec)
0.24/0.75	c 1	propagations          : 18260          (1404832 /sec)
0.24/0.75	c 1	conflict literals     : 3331           (22.64 % deleted)
0.24/0.75	c 1	Memory used           : 2.17 MB
0.24/0.75	c 1	CPU time              : 0.012998 s
0.24/0.75	c 1	
0.24/0.75	c 1	SATISFIABLE
0.24/0.75	c 1	FOUND: _COST <= 32
0.24/0.75	s SATISFIABLE
0.24/0.75	c 1	DECODING HOME/temp.out WITH HOME/temp.map
0.24/0.75	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'
0.66/0.83	c 1	Decoding HOME/temp.out
0.66/0.88	c 1	OBJECTIVE _COST 32
0.66/0.88	o 32
0.66/0.88	v 9 7 4 3 1 2 3 6 9 7 9 3 0 3 3 0 2 3 7 8 3 9 5 7 0
0.66/0.88	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/0.92	c 1	OBJECTIVE BOUND: 0 <= _COST <= 32
0.66/0.92	c 1	SEARCHING: _COST <= 16
0.66/0.92	c 1	SOLVING HOME/temp.cnf
0.66/0.92	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.66/0.92	c 1	This is MiniSat 2.0 beta
0.66/0.92	c 1	WARNING: for repeatability, setting FPU to use double precision
0.66/0.92	c 1	============================[ Problem Statistics ]=============================
0.66/0.92	c 1	|                                                                             |
0.66/0.92	c 1	|  Number of variables:  924                                                  |
0.66/0.92	c 1	|  Number of clauses:    8039                                                 |
0.66/0.93	c 1	|  Parsing time:         0.00         s                                       |
0.66/0.93	c 1	============================[ Search Statistics ]==============================
0.66/0.93	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.66/0.93	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.66/0.93	c 1	===============================================================================
0.66/0.93	c 1	|         0 |     626     4343    12885 |     1447        0    nan |  0.000 % |
0.66/0.93	c 1	|       101 |     626     4343    12885 |     1592      101     13 | 32.252 % |
0.66/0.94	c 1	|       251 |     626     4343    12885 |     1751      251     13 | 32.257 % |
0.66/0.95	c 1	|       477 |     626     4343    12885 |     1926      477     13 | 32.255 % |
0.66/0.96	c 1	|       815 |     626     4343    12885 |     2119      815     13 | 32.252 % |
0.66/0.99	c 1	|      1321 |     626     4343    12885 |     2331     1321     13 | 32.252 % |
0.86/1.03	c 1	|      2082 |     626     4343    12885 |     2564     2082     13 | 32.257 % |
0.95/1.11	c 1	|      3222 |     626     4343    12885 |     2821     1676     11 | 32.252 % |
1.05/1.21	c 1	|      4930 |     626     4343    12885 |     3103     1717     11 | 32.252 % |
1.15/1.36	c 1	|      7494 |     626     4343    12885 |     3413     2497     13 | 32.253 % |
1.45/1.61	c 2	|     11338 |     626     4343    12885 |     3754     2461     11 | 32.252 % |
1.75/1.98	c 2	|     17104 |     626     4343    12885 |     4130     4023     13 | 32.252 % |
2.34/2.55	c 3	|     25754 |     626     4343    12885 |     4543     3501     12 | 32.253 % |
3.23/3.41	c 3	|     38729 |     626     4343    12885 |     4997     4035     11 | 32.252 % |
4.42/4.67	c 5	|     58191 |     626     4343    12885 |     5497     4377     12 | 32.253 % |
6.50/6.74	c 7	|     87383 |     626     4343    12885 |     6047     3714     12 | 32.253 % |
9.68/9.91	c 10	|    131172 |     626     4343    12885 |     6651     5069     14 | 32.261 % |
14.64/14.95	c 15	|    196856 |     624     4319    12801 |     7317     7016     18 | 32.469 % |
22.47/22.81	c 23	|    295383 |     624     4319    12801 |     8048     4233     15 | 32.470 % |
34.57/35.09	c 35	|    443172 |     618     4263    12594 |     8853     1616      9 | 33.119 % |
49.14/49.75	c 50	===============================================================================
49.14/49.75	c 50	restarts              : 20
49.14/49.75	c 50	conflicts             : 614435         (12692 /sec)
49.14/49.75	c 50	decisions             : 732006         (1.17 % random) (15120 /sec)
49.14/49.75	c 50	propagations          : 58478894       (1207951 /sec)
49.14/49.75	c 50	conflict literals     : 9412239        (32.72 % deleted)
49.14/49.75	c 50	Memory used           : 4.27 MB
49.14/49.75	c 50	CPU time              : 48.4116 s
49.14/49.75	c 50	
49.14/49.75	c 50	UNSATISFIABLE
49.14/49.76	c 50	NOT FOUND: _COST <= 16
49.14/49.76	c 50	OBJECTIVE BOUND: 17 <= _COST <= 32
49.14/49.76	c 50	SEARCHING: _COST <= 24
49.14/49.76	c 50	SOLVING HOME/temp.cnf
49.14/49.76	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.14/49.76	c 50	This is MiniSat 2.0 beta
49.14/49.76	c 50	WARNING: for repeatability, setting FPU to use double precision
49.14/49.76	c 50	============================[ Problem Statistics ]=============================
49.14/49.76	c 50	|                                                                             |
49.14/49.76	c 50	|  Number of variables:  924                                                  |
49.14/49.76	c 50	|  Number of clauses:    8039                                                 |
49.14/49.77	c 50	|  Parsing time:         0.00         s                                       |
49.14/49.77	c 50	============================[ Search Statistics ]==============================
49.14/49.77	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.14/49.77	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.14/49.77	c 50	===============================================================================
49.14/49.77	c 50	|         0 |     682     5091    14969 |     1697        0    nan |  0.000 % |
49.14/49.77	c 50	|       102 |     682     5091    14969 |     1866      102     14 | 26.191 % |
49.14/49.78	c 50	|       252 |     682     5091    14969 |     2053      252     13 | 26.192 % |
49.14/49.79	c 50	|       477 |     682     5091    14969 |     2258      477     15 | 26.193 % |
49.22/49.80	c 50	|       815 |     682     5091    14969 |     2484      815     16 | 26.193 % |
49.22/49.83	c 50	|      1321 |     682     5091    14969 |     2733     1321     16 | 26.191 % |
49.22/49.86	c 50	|      2080 |     682     5091    14969 |     3006     2080     16 | 26.196 % |
49.22/49.93	c 50	|      3220 |     682     5091    14969 |     3306     3220     16 | 26.193 % |
49.22/50.04	c 50	|      4928 |     682     5091    14969 |     3637     2997     15 | 26.196 % |
49.22/50.20	c 50	|      7490 |     682     5091    14969 |     4001     3480     15 | 26.192 % |
49.22/50.47	c 51	|     11335 |     682     5091    14969 |     4401     2861     16 | 26.191 % |
50.24/50.89	c 51	|     17102 |     682     5091    14969 |     4841     3653     16 | 26.192 % |
50.94/51.55	c 52	|     25751 |     682     5091    14969 |     5325     4248     17 | 26.192 % |
51.93/52.59	c 53	|     38725 |     682     5091    14969 |     5858     5563     18 | 26.191 % |
53.51/54.16	c 54	|     58186 |     682     5091    14969 |     6444     5915     20 | 26.192 % |
55.40/56.07	c 56	===============================================================================
55.40/56.07	c 56	restarts              : 15
55.40/56.07	c 56	conflicts             : 81573          (13041 /sec)
55.40/56.07	c 56	decisions             : 93791          (0.96 % random) (14994 /sec)
55.40/56.07	c 56	propagations          : 7581748        (1212100 /sec)
55.40/56.07	c 56	conflict literals     : 1557670        (32.42 % deleted)
55.40/56.07	c 56	Memory used           : 3.33 MB
55.40/56.07	c 56	CPU time              : 6.25505 s
55.40/56.07	c 56	
55.40/56.07	c 56	SATISFIABLE
55.40/56.07	c 56	FOUND: _COST <= 24
55.40/56.07	c 56	DECODING HOME/temp.out WITH HOME/temp.map
55.40/56.07	c 56	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
55.48/56.16	c 56	Decoding HOME/temp.out
55.48/56.20	c 56	OBJECTIVE _COST 24
55.48/56.20	o 24
55.48/56.20	v 3 9 3 7 3 3 4 9 9 5 4 4 7 3 0 3 9 6 7 3 2 9 8 2 5
55.48/56.20	c 56	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
55.48/56.24	c 56	OBJECTIVE BOUND: 17 <= _COST <= 24
55.48/56.24	c 56	SEARCHING: _COST <= 20
55.48/56.24	c 56	SOLVING HOME/temp.cnf
55.48/56.24	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
55.48/56.24	c 56	This is MiniSat 2.0 beta
55.48/56.24	c 56	WARNING: for repeatability, setting FPU to use double precision
55.48/56.24	c 56	============================[ Problem Statistics ]=============================
55.48/56.24	c 56	|                                                                             |
55.48/56.24	c 56	|  Number of variables:  924                                                  |
55.48/56.24	c 56	|  Number of clauses:    8039                                                 |
55.48/56.25	c 56	|  Parsing time:         0.00         s                                       |
55.48/56.25	c 56	============================[ Search Statistics ]==============================
55.48/56.25	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
55.48/56.25	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
55.48/56.25	c 56	===============================================================================
55.48/56.25	c 56	|         0 |     654     4725    13951 |     1575        0    nan |  0.000 % |
55.48/56.25	c 56	|       100 |     654     4725    13951 |     1732      100     15 | 29.222 % |
55.48/56.26	c 56	|       250 |     654     4725    13951 |     1905      250     13 | 29.223 % |
55.48/56.27	c 56	|       475 |     654     4725    13951 |     2096      475     14 | 29.222 % |
55.48/56.28	c 56	|       812 |     654     4725    13951 |     2305      812     13 | 29.222 % |
55.61/56.31	c 56	|      1318 |     654     4725    13951 |     2536     1318     14 | 29.226 % |
55.61/56.34	c 56	|      2077 |     654     4725    13951 |     2790     2077     14 | 29.221 % |
55.61/56.40	c 56	|      3220 |     654     4725    13951 |     3069     3220     14 | 29.222 % |
55.61/56.51	c 57	|      4928 |     654     4725    13951 |     3376     3131     14 | 29.227 % |
55.61/56.70	c 57	|      7490 |     654     4725    13951 |     3713     3742     14 | 29.227 % |
55.61/56.96	c 57	|     11334 |     654     4725    13951 |     4085     3352     14 | 29.222 % |
56.65/57.37	c 57	|     17100 |     654     4725    13951 |     4493     2293     13 | 29.222 % |
57.25/57.96	c 58	|     25751 |     654     4725    13951 |     4943     3463     13 | 29.222 % |
58.24/58.94	c 59	|     38726 |     654     4725    13951 |     5437     2920     15 | 29.222 % |
59.63/60.38	c 60	|     58187 |     654     4725    13951 |     5981     4502     16 | 29.222 % |
61.92/62.65	c 63	|     87381 |     654     4725    13951 |     6579     4524     16 | 29.222 % |
65.28/66.05	c 66	|    131171 |     654     4725    13951 |     7237     5906     14 | 29.222 % |
70.73/71.54	c 72	|    196858 |     654     4725    13951 |     7960     5842     15 | 29.223 % |
79.07/79.98	c 80	|    295384 |     654     4725    13951 |     8756     7162     17 | 29.223 % |
92.74/93.75	c 94	|    443173 |     654     4725    13951 |     9632     6940     14 | 29.222 % |
114.06/115.22	c 115	|    664856 |     654     4725    13951 |    10595     5674     17 | 29.223 % |
146.57/148.09	c 148	|    997385 |     654     4725    13951 |    11655     5544     18 | 29.222 % |
197.71/199.62	c 200	|   1496174 |     654     4725    13951 |    12820    12036     19 | 29.223 % |
281.73/284.44	c 285	|   2244358 |     654     4725    13951 |    14103     6904     19 | 29.223 % |
408.05/411.97	c 412	|   3366632 |     654     4725    13951 |    15513    12186     15 | 29.224 % |
614.22/620.02	c 620	|   5050043 |     654     4725    13951 |    17064    15105     21 | 29.222 % |
941.52/950.42	c 951	|   7575160 |     654     4725    13951 |    18771    11990     17 | 29.221 % |
1046.52/1056.48	c 1057	===============================================================================
1046.52/1056.48	c 1057	restarts              : 27
1046.52/1056.48	c 1057	conflicts             : 8351640        (8428 /sec)
1046.52/1056.48	c 1057	decisions             : 9773600        (1.08 % random) (9863 /sec)
1046.52/1056.48	c 1057	propagations          : 777117178      (784197 /sec)
1046.52/1056.48	c 1057	conflict literals     : 167373880      (32.20 % deleted)
1046.52/1056.48	c 1057	Memory used           : 11.04 MB
1046.52/1056.48	c 1057	CPU time              : 990.972 s
1046.52/1056.48	c 1057	
1046.52/1056.48	c 1057	SATISFIABLE
1046.52/1056.49	c 1057	FOUND: _COST <= 20
1046.52/1056.49	c 1057	DECODING HOME/temp.out WITH HOME/temp.map
1046.52/1056.49	c 1057	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1046.62/1056.57	c 1057	Decoding HOME/temp.out
1046.62/1056.60	c 1057	OBJECTIVE _COST 20
1046.62/1056.60	o 20
1046.62/1056.60	v 9 8 2 0 4 2 8 2 7 9 1 7 8 7 1 0 2 9 4 8 5 9 5 7 2
1046.62/1056.61	c 1057	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1046.62/1056.66	c 1057	OBJECTIVE BOUND: 17 <= _COST <= 20
1046.62/1056.66	c 1057	SEARCHING: _COST <= 18
1046.62/1056.66	c 1057	SOLVING HOME/temp.cnf
1046.62/1056.66	c 1057	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1046.62/1056.66	c 1057	This is MiniSat 2.0 beta
1046.62/1056.66	c 1057	WARNING: for repeatability, setting FPU to use double precision
1046.62/1056.66	c 1057	============================[ Problem Statistics ]=============================
1046.62/1056.66	c 1057	|                                                                             |
1046.62/1056.66	c 1057	|  Number of variables:  924                                                  |
1046.62/1056.66	c 1057	|  Number of clauses:    8039                                                 |
1046.62/1056.67	c 1057	|  Parsing time:         0.00         s                                       |
1046.62/1056.67	c 1057	============================[ Search Statistics ]==============================
1046.62/1056.67	c 1057	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1046.62/1056.67	c 1057	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1046.62/1056.67	c 1057	===============================================================================
1046.62/1056.67	c 1057	|         0 |     640     4536    13424 |     1512        0    nan |  0.000 % |
1046.62/1056.67	c 1057	|       101 |     640     4536    13424 |     1663      101     16 | 30.737 % |
1046.62/1056.68	c 1057	|       251 |     640     4536    13424 |     1829      251     14 | 30.738 % |
1046.62/1056.69	c 1057	|       476 |     640     4536    13424 |     2012      476     13 | 30.738 % |
1046.75/1056.70	c 1057	|       814 |     640     4536    13424 |     2213      814     12 | 30.743 % |
1046.75/1056.73	c 1057	|      1320 |     640     4536    13424 |     2435     1320     13 | 30.737 % |
1046.75/1056.77	c 1057	|      2079 |     640     4536    13424 |     2678     2079     14 | 30.737 % |
1046.75/1056.84	c 1057	|      3218 |     640     4536    13424 |     2946     1613     14 | 30.737 % |
1046.75/1056.93	c 1057	|      4927 |     640     4536    13424 |     3241     3322     14 | 30.737 % |
1047.17/1057.11	c 1057	|      7489 |     640     4536    13424 |     3565     2132     13 | 30.737 % |
1047.37/1057.37	c 1057	|     11336 |     640     4536    13424 |     3921     3938     15 | 30.738 % |
1047.77/1057.76	c 1058	|     17104 |     640     4536    13424 |     4313     3066     12 | 30.737 % |
1048.36/1058.36	c 1058	|     25753 |     640     4536    13424 |     4745     4488     14 | 30.737 % |
1049.26/1059.23	c 1059	|     38727 |     640     4536    13424 |     5219     4360     16 | 30.737 % |
1050.64/1060.64	c 1061	|     58188 |     640     4536    13424 |     5741     3780     14 | 30.737 % |
1052.82/1062.89	c 1063	|     87380 |     640     4536    13424 |     6315     4985     13 | 30.737 % |
1056.29/1066.39	c 1066	|    131169 |     640     4536    13424 |     6947     4636     14 | 30.737 % |
1061.85/1071.91	c 1072	|    196853 |     640     4536    13424 |     7642     7061     16 | 30.736 % |
1069.99/1080.14	c 1080	|    295379 |     640     4536    13424 |     8406     8047     17 | 30.738 % |
1083.27/1093.53	c 1094	|    443168 |     640     4536    13424 |     9247     4697     15 | 30.739 % |
1103.10/1113.52	c 1114	|    664852 |     640     4536    13424 |    10171     7408     18 | 30.736 % |
1134.04/1144.77	c 1145	|    997378 |     640     4536    13424 |    11189     9489     14 | 30.739 % |
1183.58/1194.73	c 1195	|   1496167 |     639     4530    13405 |    12308    11374     16 | 30.847 % |
1263.26/1275.14	c 1275	|   2244349 |     637     4513    13346 |    13538     8634     16 | 31.064 % |
1311.93/1324.27	c 1324	===============================================================================
1311.93/1324.27	c 1324	restarts              : 24
1311.93/1324.27	c 1324	conflicts             : 2691660        (10148 /sec)
1311.93/1324.27	c 1324	decisions             : 3157256        (1.12 % random) (11903 /sec)
1311.93/1324.27	c 1324	propagations          : 253006491      (953875 /sec)
1311.93/1324.27	c 1324	conflict literals     : 45056842       (35.32 % deleted)
1311.93/1324.27	c 1324	Memory used           : 7.03 MB
1311.93/1324.27	c 1324	CPU time              : 265.241 s
1311.93/1324.27	c 1324	
1311.93/1324.27	c 1324	UNSATISFIABLE
1311.93/1324.27	c 1324	NOT FOUND: _COST <= 18
1311.93/1324.27	c 1324	OBJECTIVE BOUND: 19 <= _COST <= 20
1311.93/1324.27	c 1324	SEARCHING: _COST <= 19
1311.93/1324.27	c 1324	SOLVING HOME/temp.cnf
1311.93/1324.27	c 1324	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1311.93/1324.28	c 1324	This is MiniSat 2.0 beta
1311.93/1324.28	c 1324	WARNING: for repeatability, setting FPU to use double precision
1311.93/1324.28	c 1324	============================[ Problem Statistics ]=============================
1311.93/1324.28	c 1324	|                                                                             |
1311.93/1324.28	c 1324	|  Number of variables:  924                                                  |
1311.93/1324.28	c 1324	|  Number of clauses:    8039                                                 |
1311.93/1324.28	c 1324	|  Parsing time:         0.00         s                                       |
1311.93/1324.28	c 1324	============================[ Search Statistics ]==============================
1311.93/1324.28	c 1324	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1311.93/1324.28	c 1324	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1311.93/1324.28	c 1324	===============================================================================
1311.93/1324.28	c 1324	|         0 |     647     4631    13689 |     1543        0    nan |  0.000 % |
1311.93/1324.29	c 1324	|       100 |     647     4631    13689 |     1698      100     15 | 29.979 % |
1311.93/1324.29	c 1324	|       252 |     647     4631    13689 |     1867      252     14 | 29.980 % |
1312.03/1324.31	c 1324	|       477 |     647     4631    13689 |     2054      477     15 | 29.980 % |
1312.03/1324.32	c 1324	|       814 |     647     4631    13689 |     2260      814     14 | 29.980 % |
1312.03/1324.34	c 1324	|      1321 |     647     4631    13689 |     2486     1321     16 | 29.980 % |
1312.03/1324.39	c 1324	|      2081 |     647     4631    13689 |     2734     2081     16 | 29.980 % |
1312.13/1324.44	c 1325	|      3220 |     647     4631    13689 |     3008     3220     16 | 29.980 % |
1312.22/1324.54	c 1325	|      4929 |     647     4631    13689 |     3308     3177     14 | 29.980 % |
1312.42/1324.70	c 1325	|      7491 |     647     4631    13689 |     3639     1946     15 | 29.980 % |
1312.62/1324.96	c 1325	|     11335 |     647     4631    13689 |     4003     3724     16 | 29.980 % |
1313.02/1325.36	c 1325	|     17101 |     647     4631    13689 |     4404     2745     13 | 29.980 % |
1313.61/1325.99	c 1326	|     25750 |     647     4631    13689 |     4844     4011     16 | 29.980 % |
1314.60/1326.96	c 1327	|     38726 |     647     4631    13689 |     5329     3718     15 | 29.980 % |
1316.09/1328.44	c 1329	|     58188 |     647     4631    13689 |     5862     5684     18 | 29.979 % |
1318.28/1330.62	c 1331	|     87380 |     647     4631    13689 |     6448     6331     15 | 29.981 % |
1321.65/1334.07	c 1334	|    131169 |     647     4631    13689 |     7093     5019     16 | 29.979 % |
1327.31/1339.79	c 1340	|    196854 |     647     4631    13689 |     7802     6340     17 | 29.979 % |
1335.83/1348.36	c 1348	|    295380 |     647     4631    13689 |     8582     5281     17 | 29.979 % |
1348.82/1361.47	c 1362	|    443170 |     647     4631    13689 |     9440     7837     18 | 29.979 % |
1369.65/1382.41	c 1382	|    664853 |     647     4631    13689 |    10385     6124     14 | 29.989 % |
1404.54/1417.60	c 1418	|    997378 |     647     4631    13689 |    11423     6124     14 | 29.989 % |
1453.89/1467.44	c 1468	|   1496166 |     647     4631    13689 |    12565    10133     20 | 29.979 % |
1535.46/1549.73	c 1550	|   2244348 |     647     4631    13689 |    13822     7553     12 | 29.985 % |
1657.32/1672.79	c 1673	|   3366622 |     643     4583    13515 |    15204    14087     17 | 30.414 % |
1851.02/1868.26	c 1868	|   5050034 |     615     4292    12588 |    16725    11738     15 | 33.442 % |
1884.41/1901.94	c 1902	===============================================================================
1884.41/1901.94	c 1902	restarts              : 26
1884.41/1901.94	c 1902	conflicts             : 5341607        (9332 /sec)
1884.41/1901.94	c 1902	decisions             : 6264221        (1.11 % random) (10943 /sec)
1884.41/1901.94	c 1902	propagations          : 495226553      (865148 /sec)
1884.41/1901.94	c 1902	conflict literals     : 94264856       (34.00 % deleted)
1884.41/1901.94	c 1902	Memory used           : 9.25 MB
1884.41/1901.94	c 1902	CPU time              : 572.418 s
1884.41/1901.94	c 1902	
1884.41/1901.94	c 1902	UNSATISFIABLE
1884.41/1901.94	c 1902	NOT FOUND: _COST <= 19
1884.41/1901.94	c 1902	OBJECTIVE _COST 20
1884.41/1901.94	s OPTIMUM FOUND
1884.41/1901.94	c 1902	CPU 1884.22 (0.04 0.01 1884.18 0.23)
1884.41/1901.94	c 1902	END Mon Jul 14 16:16:25 2008

Verifier Data (download as text)

OK	20	43
20 unsatisfied constraints, 43 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-1116124-1216043083/watcher-1116124-1216043083 -o /tmp/evaluation-result-1116124-1216043083/solver-1116124-1216043083 -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-1116124-1216043083.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.00 2.17 2.42 4/73 24829
/proc/meminfo: memFree=1802696/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=12268 CPUtime=0
/proc/24829/stat : 24829 (sugar) R 24827 24829 24101 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 61011609 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 226913647205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24829/statm: 3067 316 241 3 0 167 0

[startup+0.085558 s]
/proc/loadavg: 2.00 2.17 2.42 4/73 24829
/proc/meminfo: memFree=1802696/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.03
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 61011609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101559 s]
/proc/loadavg: 2.00 2.17 2.42 4/73 24829
/proc/meminfo: memFree=1802696/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.03
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 61011609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301577 s]
/proc/loadavg: 2.00 2.17 2.42 4/73 24829
/proc/meminfo: memFree=1802696/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.03
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 61011609 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701624 s]
/proc/loadavg: 2.00 2.17 2.42 4/73 24829
/proc/meminfo: memFree=1802696/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.24
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 974 4286 0 1 3 0 19 2 15 0 1 0 61011609 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 2.00 2.16 2.42 3/76 24865
/proc/meminfo: memFree=1799856/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.79
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1177 13878 0 3 3 0 67 9 15 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24864] ppid=24829 vsize=5356 CPUtime=0
/proc/24864/stat : 24864 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61011701 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24864/statm: 1339 232 193 169 0 50 0
[pid=24865] ppid=24864 vsize=2480 CPUtime=0.56
/proc/24865/stat : 24865 (minisat) R 24864 24829 24101 0 -1 4194304 308 0 0 0 56 0 0 0 24 0 1 0 61011702 2539520 294 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24865/statm: 620 294 75 150 0 467 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 21436

[startup+3.10289 s]
/proc/loadavg: 2.00 2.16 2.42 3/76 24865
/proc/meminfo: memFree=1799216/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.79
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1177 13878 0 3 3 0 67 9 15 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24864] ppid=24829 vsize=5356 CPUtime=0
/proc/24864/stat : 24864 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61011701 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24864/statm: 1339 232 193 169 0 50 0
[pid=24865] ppid=24864 vsize=2744 CPUtime=2.15
/proc/24865/stat : 24865 (minisat) R 24864 24829 24101 0 -1 4194304 372 0 0 0 215 0 0 0 25 0 1 0 61011702 2809856 358 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/24865/statm: 686 358 75 150 0 533 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 21700

[startup+6.30125 s]
/proc/loadavg: 2.00 2.16 2.42 3/76 24865
/proc/meminfo: memFree=1798832/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.79
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1177 13878 0 3 3 0 67 9 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24864] ppid=24829 vsize=5356 CPUtime=0
/proc/24864/stat : 24864 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61011701 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24864/statm: 1339 232 193 169 0 50 0
[pid=24865] ppid=24864 vsize=3012 CPUtime=5.32
/proc/24865/stat : 24865 (minisat) R 24864 24829 24101 0 -1 4194304 432 0 0 0 532 0 0 0 25 0 1 0 61011702 3084288 418 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/24865/statm: 753 418 75 150 0 600 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 21968

[startup+12.703 s]
/proc/loadavg: 2.00 2.16 2.41 3/76 24865
/proc/meminfo: memFree=1798384/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.79
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1177 13878 0 3 3 0 67 9 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24864] ppid=24829 vsize=5356 CPUtime=0
/proc/24864/stat : 24864 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61011701 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24864/statm: 1339 232 193 169 0 50 0
[pid=24865] ppid=24864 vsize=3280 CPUtime=11.67
/proc/24865/stat : 24865 (minisat) R 24864 24829 24101 0 -1 4194304 526 0 0 0 1167 0 0 0 25 0 1 0 61011702 3358720 512 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24865/statm: 820 512 75 150 0 667 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 22236

[startup+25.5014 s]
/proc/loadavg: 2.00 2.15 2.41 3/76 24865
/proc/meminfo: memFree=1797744/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=0.79
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1177 13878 0 3 3 0 67 9 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24864] ppid=24829 vsize=5356 CPUtime=0
/proc/24864/stat : 24864 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61011701 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24864/statm: 1339 232 193 169 0 50 0
[pid=24865] ppid=24864 vsize=3828 CPUtime=24.35
/proc/24865/stat : 24865 (minisat) R 24864 24829 24101 0 -1 4194304 657 0 0 0 2435 0 0 0 25 0 1 0 61011702 3919872 643 996147200 134512640 135127466 4294956256 18446744073709551615 134528220 0 0 4096 3 0 0 0 17 1 0 0
/proc/24865/statm: 957 643 75 150 0 804 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 22784

[startup+51.1013 s]
/proc/loadavg: 2.00 2.14 2.39 3/76 24867
/proc/meminfo: memFree=1798768/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=49.22
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1232 14959 0 3 4 0 4908 10 15 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24866] ppid=24829 vsize=5356 CPUtime=0
/proc/24866/stat : 24866 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61016585 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24866/statm: 1339 232 193 169 0 50 0
[pid=24867] ppid=24866 vsize=2744 CPUtime=1.32
/proc/24867/stat : 24867 (minisat) R 24866 24829 24101 0 -1 4194304 390 0 0 0 132 0 0 0 25 0 1 0 61016586 2809856 376 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/24867/statm: 686 376 75 150 0 533 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 21700

[startup+102.306 s]
/proc/loadavg: 2.00 2.11 2.37 3/76 24879
/proc/meminfo: memFree=1796528/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=55.61
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1347 19499 0 4 4 0 5544 13 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24878] ppid=24829 vsize=5356 CPUtime=0
/proc/24878/stat : 24878 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61017234 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24878/statm: 1339 232 193 169 0 50 0
[pid=24879] ppid=24878 vsize=4620 CPUtime=45.66
/proc/24879/stat : 24879 (minisat) R 24878 24829 24101 0 -1 4194304 827 0 0 0 4566 0 0 0 25 0 1 0 61017234 4730880 813 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24879/statm: 1155 813 75 150 0 1002 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 23576

[startup+162.302 s]
/proc/loadavg: 2.00 2.09 2.34 3/76 24879
/proc/meminfo: memFree=1795312/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=55.61
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1347 19499 0 4 4 0 5544 13 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24878] ppid=24829 vsize=5356 CPUtime=0
/proc/24878/stat : 24878 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61017234 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24878/statm: 1339 232 193 169 0 50 0
[pid=24879] ppid=24878 vsize=5428 CPUtime=105.14
/proc/24879/stat : 24879 (minisat) R 24878 24829 24101 0 -1 4194304 1029 0 0 0 10514 0 0 0 25 0 1 0 61017234 5558272 1015 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/24879/statm: 1357 1015 75 150 0 1204 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 24384

[startup+222.301 s]
/proc/loadavg: 2.00 2.07 2.32 3/76 24879
/proc/meminfo: memFree=1794032/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=55.61
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1347 19499 0 4 4 0 5544 13 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24878] ppid=24829 vsize=5356 CPUtime=0
/proc/24878/stat : 24878 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61017234 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24878/statm: 1339 232 193 169 0 50 0
[pid=24879] ppid=24878 vsize=6236 CPUtime=164.59
/proc/24879/stat : 24879 (minisat) R 24878 24829 24101 0 -1 4194304 1247 0 0 0 16458 1 0 0 25 0 1 0 61017234 6385664 1233 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/24879/statm: 1559 1233 75 150 0 1406 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 25192

[startup+282.301 s]
/proc/loadavg: 2.00 2.05 2.30 3/76 24879
/proc/meminfo: memFree=1793008/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=55.61
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1347 19499 0 4 4 0 5544 13 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24878] ppid=24829 vsize=5356 CPUtime=0
/proc/24878/stat : 24878 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61017234 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24878/statm: 1339 232 193 169 0 50 0

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

/proc/24909/statm: 2078 1742 75 150 0 1925 0
Current children cumulated CPU time (s) 1706.47
Current children cumulated vsize (KiB) 27268

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/76 24909
/proc/meminfo: memFree=1787760/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=8860 CPUtime=453.89
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1858 0 0 0 45388 1 0 0 25 0 1 0 61144037 9072640 1844 996147200 134512640 135127466 4294956256 18446744073709551615 134530759 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2215 1844 75 150 0 2062 0
Current children cumulated CPU time (s) 1765.91
Current children cumulated vsize (KiB) 27816

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 24909
/proc/meminfo: memFree=1787376/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9020 CPUtime=513.34
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1925 0 0 0 51333 1 0 0 25 0 1 0 61144037 9236480 1911 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2255 1911 75 150 0 2102 0
Current children cumulated CPU time (s) 1825.36
Current children cumulated vsize (KiB) 27976

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

[startup+1843.1 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 24909
/proc/meminfo: memFree=1787376/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9020 CPUtime=514.13
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1925 0 0 0 51412 1 0 0 25 0 1 0 61144037 9236480 1911 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2255 1911 75 150 0 2102 0
Current children cumulated CPU time (s) 1826.15
Current children cumulated vsize (KiB) 27976

[startup+1868.7 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 24909
/proc/meminfo: memFree=1787376/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9156 CPUtime=539.5
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1939 0 0 0 53949 1 0 0 25 0 1 0 61144037 9375744 1925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2289 1925 75 150 0 2136 0
Current children cumulated CPU time (s) 1851.52
Current children cumulated vsize (KiB) 28112

[startup+1881.5 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 24909
/proc/meminfo: memFree=1787184/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9316 CPUtime=552.17
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1963 0 0 0 55216 1 0 0 25 0 1 0 61144037 9539584 1949 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2329 1949 75 150 0 2176 0
Current children cumulated CPU time (s) 1864.19
Current children cumulated vsize (KiB) 28272

[startup+1894.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 24909
/proc/meminfo: memFree=1787120/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9316 CPUtime=564.85
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1983 0 0 0 56484 1 0 0 25 0 1 0 61144037 9539584 1969 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2329 1969 75 150 0 2176 0
Current children cumulated CPU time (s) 1876.87
Current children cumulated vsize (KiB) 28272

[startup+1897.51 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 24909
/proc/meminfo: memFree=1787056/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9316 CPUtime=568.03
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1991 0 0 0 56802 1 0 0 25 0 1 0 61144037 9539584 1977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2329 1977 75 150 0 2176 0
Current children cumulated CPU time (s) 1880.05
Current children cumulated vsize (KiB) 28272

[startup+1899.1 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 24909
/proc/meminfo: memFree=1787056/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9472 CPUtime=569.61
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 1999 0 0 0 56960 1 0 0 25 0 1 0 61144037 9699328 1985 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2368 1985 75 150 0 2215 0
Current children cumulated CPU time (s) 1881.63
Current children cumulated vsize (KiB) 28428

[startup+1900.7 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 24909
/proc/meminfo: memFree=1786992/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9472 CPUtime=571.2
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 2000 0 0 0 57119 1 0 0 25 0 1 0 61144037 9699328 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2368 1986 75 150 0 2215 0
Current children cumulated CPU time (s) 1883.22
Current children cumulated vsize (KiB) 28428

[startup+1901.5 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 24909
/proc/meminfo: memFree=1786992/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9472 CPUtime=571.99
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 2000 0 0 0 57198 1 0 0 25 0 1 0 61144037 9699328 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2368 1986 75 150 0 2215 0
Current children cumulated CPU time (s) 1884.01
Current children cumulated vsize (KiB) 28428

[startup+1901.91 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 24909
/proc/meminfo: memFree=1786992/2055920 swapFree=4181156/4192956
[pid=24829] ppid=24827 vsize=13600 CPUtime=1312.02
/proc/24829/stat : 24829 (sugar) S 24827 24829 24101 0 -1 4194304 1517 27708 0 5 4 1 131176 21 16 0 1 0 61011609 13926400 805 996147200 4194304 4206940 548682068592 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24829/statm: 3400 805 374 3 0 500 0
[pid=24908] ppid=24829 vsize=5356 CPUtime=0
/proc/24908/stat : 24908 (sh) S 24829 24829 24101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 61144037 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24908/statm: 1339 232 193 169 0 50 0
[pid=24909] ppid=24908 vsize=9472 CPUtime=572.39
/proc/24909/stat : 24909 (minisat) R 24908 24829 24101 0 -1 4194304 2000 0 0 0 57238 1 0 0 25 0 1 0 61144037 9699328 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24909/statm: 2368 1986 75 150 0 2215 0
Current children cumulated CPU time (s) 1884.41
Current children cumulated vsize (KiB) 28428

Child status: 0
Real time (s): 1901.95
CPU time (s): 1884.49
CPU user time (s): 1884.23
CPU system time (s): 0.252961
CPU usage (%): 99.0819
Max. virtual memory (cumulated for all children) (KiB): 30252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1884.23
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31592
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1898
involuntary context switches= 42259

runsolver used 2.80957 second user time and 5.79612 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-14 15:44:43
IDJOB=1116124
IDBENCH=61955
IDSOLVER=368
FILE ID=node5/1116124-1216043083
PBS_JOBID= 7904913
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/randomMaxCSP/sparseTight/normalized-vcsp-25-10-21-85-20_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1116124-1216043083/watcher-1116124-1216043083 -o /tmp/evaluation-result-1116124-1216043083/solver-1116124-1216043083 -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-1116124-1216043083.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= baaafe43d12e9dc26df8486cc6d863bd
RANDOM SEED=456947032

node5.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.212
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.212
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:       1803176 kB
Buffers:         48912 kB
Cached:         129432 kB
SwapCached:       5664 kB
Active:         140952 kB
Inactive:        57132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803176 kB
SwapTotal:     4192956 kB
SwapFree:      4181156 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          26872 kB
Slab:            39952 kB
Committed_AS:   323040 kB
PageTables:       1860 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= 66532 MiB
End job on node5 at 2008-07-14 16:16:25