Trace number 1108797

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+minisat-incOPTIMUM2 76.5074 79.8837

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-14_ext.xml
MD5SUM10ebd9a0f299c8e86b105a84a77f74dd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark76.5074
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
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.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Fri Jul 11 16:25:13 2008
0.00/0.07	c 0	PID 12169
0.06/0.08	c 0	HOST node37.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1108797-1215786312.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108797-1215786312.xml' 'HOME/temp.csp'
0.06/0.94	c 0	16 domains, 225 variables, 0 predicates, 16 relations, 2519 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/1.45	c 1	Parsing HOME/temp.csp
0.88/1.65	c 1	parsed 2776 expressions
0.88/1.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.88/1.68	c 1	MAX CSP: 2519 constraints
0.88/1.68	c 1	Converting to clausal form CSP
0.97/1.74	c 1	converted 530 (10%) expressions
0.97/1.78	c 1	converted 1060 (20%) expressions
1.07/1.86	c 1	converted 1590 (30%) expressions
1.07/1.88	c 1	converted 2120 (40%) expressions
1.17/1.90	c 1	converted 2649 (50%) expressions
1.17/1.92	c 1	converted 3179 (60%) expressions
1.17/1.94	c 1	converted 3709 (70%) expressions
1.17/1.99	c 2	converted 4239 (80%) expressions
1.27/2.00	c 2	converted 4769 (90%) expressions
1.47/2.27	c 2	converted 5298 (100%) expressions
1.47/2.27	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 3779
1.47/2.27	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.47/2.27	c 2	Propagation in CSP
1.56/2.36	c 2	2511 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.56/2.36	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.56/2.36	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.56/2.37	c 2	Simplifing CSP by introducing new Boolean variables
1.56/2.38	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.56/2.38	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.66/2.43	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/2.51	c 2	527 (10%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.70/2.52	c 2	1053 (20%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.70/2.52	c 2	1579 (30%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.70/2.52	c 2	2106 (40%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.70/2.52	c 2	2632 (50%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.70/2.53	c 2	3158 (60%) CSP integer variables are encoded (6900 clauses, 87709 bytes)
1.70/2.54	c 2	3685 (70%) CSP integer variables are encoded (11132 clauses, 151123 bytes)
1.70/2.54	c 2	4211 (80%) CSP integer variables are encoded (17105 clauses, 240718 bytes)
1.70/2.55	c 2	4737 (90%) CSP integer variables are encoded (21675 clauses, 309268 bytes)
1.70/2.59	c 2	5263 (100%) CSP integer variables are encoded (52891 clauses, 777508 bytes)
1.80/2.68	c 2	756 (10%) CSP clauses are encoded (57189 clauses, 878935 bytes)
1.90/2.74	c 2	1512 (20%) CSP clauses are encoded (61445 clauses, 982987 bytes)
1.90/2.78	c 2	2267 (30%) CSP clauses are encoded (65854 clauses, 1099033 bytes)
2.00/2.88	c 2	3023 (40%) CSP clauses are encoded (101738 clauses, 1755414 bytes)
2.69/3.55	c 3	3778 (50%) CSP clauses are encoded (475269 clauses, 9288656 bytes)
2.89/3.74	c 3	4534 (60%) CSP clauses are encoded (582063 clauses, 11544582 bytes)
4.87/5.74	c 5	5290 (70%) CSP clauses are encoded (1688991 clauses, 35277397 bytes)
5.07/5.97	c 6	6045 (80%) CSP clauses are encoded (1811756 clauses, 37873777 bytes)
5.66/6.53	c 6	6801 (90%) CSP clauses are encoded (2122374 clauses, 44502262 bytes)
17.53/18.53	c 18	7556 (100%) CSP clauses are encoded (8100288 clauses, 172589387 bytes)
17.53/18.53	c 18	7556 CSP clauses encoded
17.53/18.53	c 18	Writing map file : HOME/temp.map
17.53/18.57	c 18	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.53/18.58	c 18	SAT : 58049 SAT variables, 8100288 SAT clauses, 172589387 bytes
17.53/18.58	c 18	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.62/18.62	c 18	OBJECTIVE minimize _COST
17.62/18.62	c 18	SOLVING HOME/temp.cnf
17.62/18.62	c 18	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
17.62/18.62	c 18	This is MiniSat 2.0 beta incremental
17.62/18.62	c 18	WARNING: for repeatability, setting FPU to use double precision
17.62/18.62	c 18	============================[ Problem Statistics ]=============================
17.62/18.62	c 18	|                                                                             |
17.62/18.65	c 18	|  Number of variables:  58049                                                |
17.62/18.65	c 18	|  Number of clauses:    8100288                                              |
21.01/22.13	c 22	|  Parsing time:         2.94         s                                       |
21.11/22.28	c 22	OK
21.11/22.28	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
21.11/22.28	c 22	SEARCHING: _COST <= 1260
21.11/22.28	c 22	============================[ Search Statistics ]==============================
21.11/22.28	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.11/22.28	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.11/22.28	c 22	===============================================================================
21.11/22.28	c 22	|         0 |   58049  8100288 24164465 |  2700096        0    nan |  0.000 % |
21.90/23.05	c 23	===============================================================================
21.90/23.06	c 23	restarts              : 1
21.90/23.06	c 23	conflicts             : 1             (0 /sec)
21.90/23.06	c 23	decisions             : 83            (0.00 % random) (22 /sec)
21.90/23.06	c 23	propagations          : 58120          (15154 /sec)
21.90/23.06	c 23	conflict literals     : 45             (0.00 % deleted)
21.90/23.06	c 23	Memory used           : 339.26 MB
21.90/23.06	c 23	CPU time              : 3.83542 s
21.90/23.06	c 23	
21.90/23.06	c 23	SATISFIABLE
21.90/23.08	c 23	OK
21.90/23.08	c 23	FOUND: _COST <= 1260
21.90/23.08	s SATISFIABLE
21.90/23.08	c 23	DECODING HOME/temp.out WITH HOME/temp.map
21.90/23.08	c 23	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.98/23.45	c 23	Decoding HOME/temp.out
21.98/23.69	c 23	OBJECTIVE _COST 199
21.98/23.69	o 199
21.98/23.70	v 0 13 7 12 4 4 10 9 5 11 2 1 14 3 6 3 6 10 0 2 5 13 2 12 5 4 11 9 7 1 8 1 4 9 3 12 14 11 5 13 6 2 7 0 10 2 7 13 14 10 11 4 6 0 9 3 8 2 1 12 8 5 9 1 12 7 11 14 3 6 0 13 10 4 13 12 10 1 6 8 6 5 13 11 4 7 9 3 14 8 1 12 14 3 11 0 7 10 6 2 13 5 4 8 6 9 3 6 4 13 9 2 7 8 14 10 12 11 5 0 11 9 3 0 6 14 1 5 7 8 13 4 6 10 2 14 0 12 2 0 8 3 9 13 1 11 7 5 6 10 6 14 5 11 9 13 8 14 10 12 8 3 7 2 4 13 2 12 8 5 10 11 4 1 7 6 14 12 9 3 4 8 11 10 7 11 6 12 14 3 1 5 8 13 9 11 4 0 7 1 3 2 8 9 10 12 6 13 11 14 5 0 2 5 3 7 9 8 6 9 14 10 11 12 13
21.99/23.70	c 23	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.37/23.83	c 23	OK
22.37/23.83	c 23	OBJECTIVE BOUND: 0 <= _COST <= 199
22.37/23.83	c 23	SEARCHING: _COST <= 99
22.37/23.83	c 23	============================[ Search Statistics ]==============================
22.37/23.83	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.37/23.83	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.37/23.83	c 23	===============================================================================
22.37/23.83	c 23	|         1 |   58049  8100288 24164465 |  2700096        1     45 |  0.000 % |
22.47/23.96	c 24	===============================================================================
22.47/23.96	c 24	restarts              : 2
22.47/23.96	c 24	conflicts             : 92            (23 /sec)
22.47/23.96	c 24	decisions             : 687           (0.73 % random) (169 /sec)
22.47/23.96	c 24	propagations          : 123324         (30410 /sec)
22.47/23.96	c 24	conflict literals     : 3632           (0.16 % deleted)
22.47/23.96	c 24	Memory used           : 339.26 MB
22.47/23.96	c 24	CPU time              : 4.05538 s
22.47/23.96	c 24	
22.47/23.96	c 24	SATISFIABLE
22.47/23.98	c 24	OK
22.47/23.98	c 24	FOUND: _COST <= 99
22.47/23.98	c 24	DECODING HOME/temp.out WITH HOME/temp.map
22.47/23.98	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.59/24.13	c 24	Decoding HOME/temp.out
22.78/24.33	c 24	OBJECTIVE _COST 99
22.78/24.33	o 99
22.78/24.34	v 0 8 7 12 4 6 10 3 2 11 5 1 14 13 11 3 6 10 0 2 5 13 1 4 8 12 11 9 7 14 8 1 4 9 14 12 13 11 5 6 7 2 14 0 10 11 7 14 14 10 0 14 6 9 14 3 8 2 1 12 6 5 14 7 12 4 11 2 3 9 0 13 10 1 8 12 0 6 10 8 7 5 13 11 4 2 9 3 14 2 1 12 8 3 11 10 7 0 13 2 4 14 5 9 6 9 3 11 4 7 2 6 10 8 14 13 12 1 5 0 4 11 3 13 6 14 1 5 7 8 9 0 12 10 1 14 13 12 2 5 8 3 9 0 1 11 4 7 6 5 7 11 5 1 9 13 0 14 10 12 8 3 6 2 4 13 2 7 8 14 9 12 4 1 5 6 10 0 11 3 2 10 13 6 0 11 9 12 14 3 1 5 8 4 7 5 4 0 11 1 3 2 7 12 12 10 6 13 8 9 10 9 2 5 3 1 14 8 6 0 14 7 11 12 13
22.78/24.35	c 24	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.86/24.40	c 24	OK
22.86/24.40	c 24	OBJECTIVE BOUND: 0 <= _COST <= 99
22.86/24.40	c 24	SEARCHING: _COST <= 49
22.86/24.40	c 24	============================[ Search Statistics ]==============================
22.86/24.40	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.86/24.40	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.86/24.40	c 24	===============================================================================
22.86/24.40	c 24	|        92 |   27043  8100288 24164465 |  2700096       92     39 |  0.000 % |
23.16/24.73	c 24	|       192 |   27043  8100288 24164465 |  2970105      192     37 | 58.887 % |
23.26/24.83	c 24	|       342 |   27043  8100288 24164465 |  3267116      342     81 | 58.887 % |
23.96/25.59	c 25	|       568 |   27043  8100288 24164465 |  3593827      568     60 | 58.887 % |
24.16/25.73	c 25	|       905 |   27043  8100288 24164465 |  3953210      905     99 | 58.887 % |
24.56/26.16	c 26	|      1414 |   27043  8100288 24164465 |  4348531     1414    100 | 58.887 % |
24.87/26.46	c 26	|      2174 |   27043  8100288 24164465 |  4783384     2174    124 | 58.887 % |
26.16/27.77	c 27	|      3313 |   27043  8100288 24164465 |  5261723     3313    120 | 58.887 % |
27.07/28.68	c 28	|      5021 |   27043  8100288 24164465 |  5787895     5021    167 | 58.887 % |
29.26/30.85	c 30	|      7583 |   27043  8100288 24164465 |  6366685     7583    157 | 58.887 % |
35.56/37.13	c 37	===============================================================================
35.56/37.13	c 37	restarts              : 12
35.56/37.13	c 37	conflicts             : 9959          (592 /sec)
35.56/37.13	c 37	decisions             : 15238         (0.24 % random) (906 /sec)
35.56/37.13	c 37	propagations          : 12743669       (757450 /sec)
35.56/37.13	c 37	conflict literals     : 1335893        (8.23 % deleted)
35.56/37.13	c 37	Memory used           : 343.17 MB
35.56/37.13	c 37	CPU time              : 16.8244 s
35.56/37.13	c 37	
35.56/37.13	c 37	SATISFIABLE
35.56/37.15	c 37	OK
35.56/37.15	c 37	FOUND: _COST <= 49
35.56/37.15	c 37	DECODING HOME/temp.out WITH HOME/temp.map
35.56/37.15	c 37	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
35.62/37.35	c 37	Decoding HOME/temp.out
35.82/37.58	c 37	OBJECTIVE _COST 49
35.82/37.58	o 49
35.82/37.59	v 0 6 7 12 4 9 10 1 14 11 2 13 14 3 5 3 8 10 1 2 5 13 6 12 0 4 11 9 7 14 8 1 4 9 14 12 11 3 4 5 13 7 6 0 10 5 7 13 11 10 4 14 0 9 6 3 8 2 1 12 14 5 1 7 12 6 11 2 3 13 0 13 10 8 9 12 0 3 6 8 2 5 13 11 4 10 9 7 14 1 1 12 8 3 11 13 7 11 14 2 9 0 10 13 6 9 3 11 4 13 1 6 10 8 14 7 2 12 5 0 2 13 9 0 6 14 1 5 7 8 12 4 3 10 11 4 14 12 2 5 8 3 9 13 1 11 10 0 6 7 6 11 5 10 7 13 9 14 0 12 8 3 1 2 4 13 2 14 8 9 7 0 4 1 10 6 12 5 11 3 7 10 6 13 0 11 4 12 14 3 1 5 8 9 2 11 4 0 14 1 3 2 7 10 9 5 6 13 12 8 10 9 2 5 3 0 12 8 6 7 14 1 11 4 13
35.82/37.59	c 37	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
35.92/37.67	c 37	OK
35.92/37.67	c 37	OBJECTIVE BOUND: 0 <= _COST <= 49
35.92/37.67	c 37	SEARCHING: _COST <= 24
35.92/37.67	c 37	============================[ Search Statistics ]==============================
35.92/37.67	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.92/37.67	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.92/37.67	c 37	===============================================================================
35.92/37.67	c 37	|      9959 |   23866  8100288 24164465 |  2700096     9959    134 | 58.887 % |
35.97/37.76	c 37	|     10059 |   23866  8100288 24164465 |  2970105    10059    133 | 63.748 % |
36.17/37.98	c 38	|     10209 |   23866  8100288 24164465 |  3267116    10209    133 | 63.748 % |
36.37/38.14	c 38	|     10435 |   23866  8100288 24164465 |  3593827    10435    134 | 63.748 % |
36.77/38.51	c 38	|     10772 |   23866  8100288 24164465 |  3953210    10772    132 | 63.748 % |
36.97/38.70	c 38	|     11279 |   23866  8100288 24164465 |  4348531    11279    135 | 63.748 % |
37.37/39.16	c 39	|     12038 |   23866  8100288 24164465 |  4783384    12038    141 | 63.748 % |
38.87/40.61	c 40	|     13177 |   23866  8100288 24164465 |  5261723    13177    150 | 63.748 % |
39.47/41.27	c 41	|     14885 |   23866  8100288 24164465 |  5787895    14885    162 | 63.748 % |
41.27/43.05	c 43	|     17447 |   23866  8100288 24164465 |  6366685    17447    192 | 63.748 % |
45.57/47.39	c 47	|     21291 |   23866  8100288 24164465 |  7003353    21291    231 | 63.748 % |
46.46/48.25	c 48	===============================================================================
46.46/48.25	c 48	restarts              : 23
46.46/48.25	c 48	conflicts             : 22662         (827 /sec)
46.46/48.25	c 48	decisions             : 33619         (0.17 % random) (1227 /sec)
46.46/48.25	c 48	propagations          : 18542875       (676628 /sec)
46.46/48.25	c 48	conflict literals     : 5342504        (3.95 % deleted)
46.46/48.25	c 48	Memory used           : 359.13 MB
46.46/48.25	c 48	CPU time              : 27.4048 s
46.46/48.25	c 48	
46.46/48.25	c 48	SATISFIABLE
46.46/48.27	c 48	OK
46.46/48.27	c 48	FOUND: _COST <= 24
46.46/48.27	c 48	DECODING HOME/temp.out WITH HOME/temp.map
46.46/48.27	c 48	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.56/48.45	c 48	Decoding HOME/temp.out
46.75/48.67	c 48	OBJECTIVE _COST 24
46.75/48.67	o 24
46.75/48.68	v 0 8 7 12 4 6 10 1 9 11 13 2 14 3 5 6 14 10 0 2 5 13 3 4 6 12 11 9 7 1 8 1 4 9 14 12 6 11 2 13 4 7 5 0 10 14 7 6 11 10 9 4 0 13 5 3 8 2 1 12 4 5 8 1 12 7 11 2 3 9 0 13 10 6 14 12 6 1 10 8 0 5 13 11 4 7 9 3 14 2 1 12 13 3 11 4 7 10 5 2 9 14 0 8 6 9 3 11 4 7 2 13 6 8 14 10 1 12 5 0 3 12 9 13 6 14 1 5 7 8 2 0 4 10 11 5 0 12 2 13 8 3 9 10 1 11 4 6 14 7 10 11 5 6 9 13 12 14 0 7 8 3 1 2 4 13 2 14 8 5 10 9 4 1 0 6 12 7 11 3 2 13 10 7 0 11 8 12 14 3 1 5 8 14 9 11 4 0 14 1 3 2 7 12 10 5 6 13 9 8 7 9 2 5 3 1 0 8 6 12 14 10 11 4 13
46.75/48.69	c 48	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
46.86/48.71	c 48	OK
46.86/48.71	c 48	OBJECTIVE BOUND: 0 <= _COST <= 24
46.86/48.71	c 48	SEARCHING: _COST <= 12
46.86/48.71	c 48	============================[ Search Statistics ]==============================
46.86/48.71	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.86/48.71	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.86/48.71	c 48	===============================================================================
46.86/48.71	c 48	|     22662 |   21044  8100288 24164465 |  2700096    22662    236 | 63.748 % |
47.06/48.92	c 48	|     22762 |   21044  8100288 24164465 |  2970105    22762    235 | 68.387 % |
47.16/49.04	c 49	|     22913 |   21044  8100288 24164465 |  3267116    22913    235 | 68.387 % |
47.56/49.41	c 49	|     23138 |   21044  8100288 24164465 |  3593827    23138    235 | 68.387 % |
47.75/49.65	c 49	|     23475 |   21044  8100288 24164465 |  3953210    23475    234 | 68.387 % |
48.15/50.06	c 50	|     23981 |   21044  8100288 24164465 |  4348531    23981    235 | 68.387 % |
49.45/51.37	c 51	|     24740 |   21044  8100288 24164465 |  4783384    24740    236 | 68.387 % |
50.14/52.09	c 52	|     25879 |   21044  8100288 24164465 |  5261723    25879    240 | 68.387 % |
53.20/55.13	c 55	|     27587 |   21044  8100288 24164465 |  5787895    27587    232 | 68.387 % |
54.90/56.86	c 56	|     30150 |   21044  8100288 24164465 |  6366685    30150    243 | 68.387 % |
55.98/57.94	c 57	===============================================================================
55.98/57.94	c 57	restarts              : 33
55.98/57.94	c 57	conflicts             : 31048         (849 /sec)
55.98/57.94	c 57	decisions             : 44990         (0.18 % random) (1230 /sec)
55.98/57.94	c 57	propagations          : 24867349       (680059 /sec)
55.98/57.94	c 57	conflict literals     : 7545661        (4.13 % deleted)
55.98/57.94	c 57	Memory used           : 368.07 MB
55.98/57.94	c 57	CPU time              : 36.5664 s
55.98/57.94	c 57	
55.98/57.94	c 57	SATISFIABLE
55.98/57.96	c 58	OK
55.98/57.96	c 58	FOUND: _COST <= 12
55.98/57.96	c 58	DECODING HOME/temp.out WITH HOME/temp.map
55.98/57.96	c 58	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.04/58.17	c 58	Decoding HOME/temp.out
56.43/58.57	c 58	OBJECTIVE _COST 12
56.43/58.57	o 12
56.43/58.58	v 0 8 7 12 4 2 10 6 9 11 13 1 14 3 5 3 6 10 14 2 5 13 1 4 0 12 11 9 7 8 8 1 4 9 14 12 13 11 2 6 5 7 3 0 10 11 7 9 6 10 4 14 0 5 13 3 8 2 1 12 6 5 8 13 12 7 11 2 3 9 0 13 10 4 1 12 14 1 10 8 0 5 13 11 4 2 9 6 14 7 1 12 13 3 11 10 7 3 0 2 4 14 5 9 6 9 3 11 4 13 6 12 10 8 14 7 2 1 5 0 2 13 3 0 6 14 1 5 7 8 9 4 12 10 11 5 0 12 2 7 8 3 9 13 1 11 10 4 6 14 7 11 5 1 9 13 6 14 10 12 8 3 0 2 4 13 2 14 8 5 9 0 4 1 10 6 12 7 11 3 10 9 6 7 0 11 4 12 14 3 1 5 8 13 2 14 4 0 11 1 3 2 7 12 5 10 6 13 8 9 4 10 2 5 3 1 9 8 6 7 14 0 11 12 13
56.43/58.58	c 58	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
72.69/75.04	c 75	OK
72.69/75.04	c 75	OBJECTIVE BOUND: 0 <= _COST <= 12
72.69/75.04	c 75	SEARCHING: _COST <= 6
72.69/75.04	c 75	============================[ Search Statistics ]==============================
72.69/75.04	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.69/75.04	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
72.69/75.04	c 75	===============================================================================
72.69/75.04	c 75	|     31048 |   15791   120046   348006 |    40015    29028    254 | 68.387 % |
73.09/75.47	c 75	|     31149 |   15791   120046   348006 |    44016    29129    254 | 72.797 % |
73.19/75.59	c 75	|     31300 |   15791   120046   348006 |    48418    29280    253 | 72.797 % |
73.48/75.87	c 75	|     31525 |   15791   120046   348006 |    53260    29505    253 | 72.797 % |
73.78/76.10	c 76	===============================================================================
73.78/76.10	c 76	restarts              : 37
73.78/76.10	c 76	conflicts             : 31742         (590 /sec)
73.78/76.10	c 76	decisions             : 45955         (0.18 % random) (854 /sec)
73.78/76.10	c 76	propagations          : 25550567       (474593 /sec)
73.78/76.10	c 76	conflict literals     : 7743938        (4.20 % deleted)
73.78/76.10	c 76	Memory used           : 368.07 MB
73.78/76.10	c 76	CPU time              : 53.8368 s
73.78/76.10	c 76	
73.78/76.10	c 76	SATISFIABLE
73.78/76.12	c 76	OK
73.78/76.12	c 76	FOUND: _COST <= 6
73.78/76.12	c 76	DECODING HOME/temp.out WITH HOME/temp.map
73.78/76.12	c 76	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
73.80/76.80	c 76	Decoding HOME/temp.out
74.07/77.05	c 77	OBJECTIVE _COST 6
74.07/77.05	o 6
74.07/77.06	v 0 8 7 12 4 6 10 3 5 11 9 2 14 13 1 3 14 10 6 2 5 13 1 12 0 4 11 9 7 8 8 1 4 9 3 12 6 11 2 13 5 14 7 0 10 5 7 6 11 10 4 14 0 13 9 3 8 2 1 12 14 5 8 1 12 2 11 7 3 6 0 13 10 4 9 12 6 1 10 8 0 5 13 11 4 2 9 3 14 7 1 12 14 3 11 9 7 10 4 2 13 0 5 8 6 9 3 11 4 13 10 12 2 8 14 7 1 6 5 0 2 9 3 13 6 14 1 5 7 8 12 4 0 10 11 10 13 12 2 5 8 3 9 0 1 11 7 4 6 14 6 11 5 0 7 13 9 14 10 12 8 3 1 2 4 13 2 9 8 14 7 0 4 1 5 6 10 12 11 3 4 10 13 7 0 11 6 12 14 3 1 5 8 9 2 11 4 0 14 1 3 2 8 9 7 10 6 13 12 5 7 0 2 5 9 1 4 8 6 10 14 12 11 3 13
74.07/77.07	c 77	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
74.07/77.09	c 77	OK
74.07/77.09	c 77	OBJECTIVE BOUND: 0 <= _COST <= 6
74.07/77.09	c 77	SEARCHING: _COST <= 3
74.07/77.09	c 77	============================[ Search Statistics ]==============================
74.07/77.09	c 77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
74.07/77.09	c 77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
74.07/77.09	c 77	===============================================================================
74.07/77.09	c 77	|     31742 |   15791   120046   348006 |    40015    29722    254 | 72.797 % |
74.26/77.26	c 77	|     31842 |   15791   120046   348006 |    44016    29822    255 | 77.162 % |
74.46/77.45	c 77	|     31993 |   15791   120046   348006 |    48418    29973    255 | 77.162 % |
74.76/77.75	c 77	|     32219 |   15791   120046   348006 |    53260    30199    255 | 77.162 % |
75.06/78.10	c 78	|     32556 |   15791   120046   348006 |    58586    30536    255 | 77.162 % |
75.35/78.38	c 78	===============================================================================
75.35/78.38	c 78	restarts              : 42
75.35/78.38	c 78	conflicts             : 32748         (594 /sec)
75.35/78.38	c 78	decisions             : 47390         (0.19 % random) (860 /sec)
75.35/78.38	c 78	propagations          : 26508022       (480831 /sec)
75.35/78.38	c 78	conflict literals     : 8034322        (4.27 % deleted)
75.35/78.38	c 78	Memory used           : 368.07 MB
75.35/78.38	c 78	CPU time              : 55.1296 s
75.35/78.38	c 78	
75.35/78.38	c 78	SATISFIABLE
75.35/78.40	c 78	OK
75.35/78.40	c 78	FOUND: _COST <= 3
75.35/78.40	c 78	DECODING HOME/temp.out WITH HOME/temp.map
75.35/78.40	c 78	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
75.45/78.85	c 78	Decoding HOME/temp.out
75.45/79.07	c 79	OBJECTIVE _COST 3
75.45/79.07	o 3
75.45/79.08	v 0 6 7 12 4 9 10 2 5 11 13 1 14 3 8 6 8 10 14 2 5 13 3 4 0 12 11 9 7 1 8 1 4 9 14 12 8 6 2 13 5 7 3 0 10 11 7 6 13 10 4 14 0 9 5 3 8 2 1 12 14 5 8 6 12 2 11 1 3 9 0 13 10 4 7 12 0 3 10 8 6 5 13 11 4 7 9 1 14 2 1 12 11 3 11 0 7 10 13 2 4 14 5 9 6 9 3 1 4 13 7 6 11 8 14 10 2 12 5 0 3 13 9 0 6 14 1 5 7 8 2 12 4 10 11 10 14 12 2 7 8 3 9 0 1 11 4 6 13 5 7 11 5 1 9 13 12 14 10 6 8 3 0 2 4 13 2 14 8 5 10 9 4 1 12 6 0 7 11 3 2 10 13 7 0 11 4 12 14 3 1 5 8 6 9 5 4 0 11 1 3 2 7 12 10 9 6 13 8 14 4 9 2 5 3 1 0 8 6 7 14 10 11 12 13
75.45/79.09	c 79	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
75.75/79.16	c 79	OK
75.75/79.16	c 79	OBJECTIVE BOUND: 0 <= _COST <= 3
75.75/79.16	c 79	SEARCHING: _COST <= 1
75.75/79.18	c 79	============================[ Search Statistics ]==============================
75.75/79.18	c 79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.75/79.18	c 79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.75/79.18	c 79	===============================================================================
75.75/79.18	c 79	|     32748 |   13257   120046   348006 |    40015    30728    256 | 77.162 % |
75.91/79.30	c 79	===============================================================================
75.91/79.30	c 79	restarts              : 43
75.91/79.30	c 79	conflicts             : 32840         (594 /sec)
75.91/79.30	c 79	decisions             : 47483         (0.19 % random) (859 /sec)
75.91/79.30	c 79	propagations          : 26686027       (482607 /sec)
75.91/79.30	c 79	conflict literals     : 8058855        (4.31 % deleted)
75.91/79.30	c 79	Memory used           : 368.07 MB
75.91/79.30	c 79	CPU time              : 55.2956 s
75.91/79.30	c 79	
75.91/79.30	c 79	UNSATISFIABLE
75.91/79.30	c 79	OK
75.91/79.30	c 79	NOT FOUND: _COST <= 1
75.91/79.30	c 79	OK
75.91/79.30	c 79	OBJECTIVE BOUND: 2 <= _COST <= 3
75.91/79.30	c 79	SEARCHING: _COST <= 2
75.91/79.30	c 79	============================[ Search Statistics ]==============================
75.91/79.30	c 79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.91/79.30	c 79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.91/79.30	c 79	===============================================================================
75.91/79.30	c 79	|     32840 |   13257   120046   348006 |    40015    30819    256 | 77.162 % |
75.91/79.37	c 79	===============================================================================
75.91/79.37	c 79	restarts              : 44
75.91/79.37	c 79	conflicts             : 32894         (594 /sec)
75.91/79.37	c 79	decisions             : 47572         (0.18 % random) (859 /sec)
75.91/79.37	c 79	propagations          : 26704650       (482411 /sec)
75.91/79.37	c 79	conflict literals     : 8069404        (4.31 % deleted)
75.91/79.37	c 79	Memory used           : 368.07 MB
75.91/79.37	c 79	CPU time              : 55.3566 s
75.91/79.37	c 79	
75.91/79.37	c 79	SATISFIABLE
75.91/79.39	c 79	OK
75.91/79.39	c 79	FOUND: _COST <= 2
75.91/79.39	c 79	DECODING HOME/temp.out WITH HOME/temp.map
75.91/79.39	c 79	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
76.01/79.49	c 79	Decoding HOME/temp.out
76.01/79.71	c 79	OBJECTIVE _COST 2
76.01/79.71	o 2
76.01/79.72	v 0 9 7 12 4 6 10 3 5 11 2 1 14 13 8 3 8 10 1 2 5 13 0 12 6 4 11 9 7 14 8 1 4 9 3 12 14 11 2 5 13 7 6 0 10 5 7 14 11 10 0 8 6 4 13 3 8 2 1 12 14 5 8 6 12 4 11 2 3 7 0 13 10 9 1 12 6 1 0 8 10 5 13 11 4 7 9 3 14 2 1 12 13 3 11 9 7 10 0 2 5 14 4 8 6 9 3 11 4 13 2 6 1 8 14 12 10 7 5 0 4 0 3 13 6 14 1 5 7 8 9 2 12 10 11 10 14 12 2 5 8 3 9 13 1 11 4 0 6 7 6 11 5 7 0 13 9 14 10 12 8 3 1 2 4 13 2 9 8 14 7 12 4 1 10 6 0 5 11 3 2 13 6 10 7 11 0 12 14 3 1 5 8 4 9 11 4 0 14 1 3 2 7 9 9 10 6 13 12 5 7 10 2 5 9 1 4 8 6 0 14 12 11 3 13
76.01/79.72	c 79	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
76.01/79.73	c 79	OK
76.01/79.73	c 79	OBJECTIVE _COST 2
76.01/79.73	s OPTIMUM FOUND
76.01/79.79	c 79	CPU 74.06 (0.07 0.04 73.99 2.29)
76.01/79.79	c 79	END Fri Jul 11 16:26:32 2008

Verifier Data (download as text)

OK	2	2517
2 unsatisfied constraints, 2517 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-1108797-1215786312/watcher-1108797-1215786312 -o /tmp/evaluation-result-1108797-1215786312/solver-1108797-1215786312 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1108797-1215786312.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.50 2.19 2.06 5/80 12169
/proc/meminfo: memFree=1677168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=18572 CPUtime=0
/proc/12169/stat : 12169 (runsolver) R 12167 12169 11585 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 35331078 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 213116316967 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12169/statm: 4643 292 257 25 0 2626 0

[startup+0.0775241 s]
/proc/loadavg: 2.50 2.19 2.06 5/80 12169
/proc/meminfo: memFree=1677168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.06
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 35331078 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101911 s]
/proc/loadavg: 2.50 2.19 2.06 5/80 12169
/proc/meminfo: memFree=1677168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.06
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301932 s]
/proc/loadavg: 2.50 2.19 2.06 5/80 12169
/proc/meminfo: memFree=1677168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.06
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701971 s]
/proc/loadavg: 2.50 2.19 2.06 5/80 12169
/proc/meminfo: memFree=1677168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.06
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50107 s]
/proc/loadavg: 2.50 2.19 2.06 3/84 12184
/proc/meminfo: memFree=1672720/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.66
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1297 4996 0 1 5 1 56 4 15 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
[pid=12182] ppid=12169 vsize=5356 CPUtime=0
/proc/12182/stat : 12182 (sh) S 12169 12169 11585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35331177 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12182/statm: 1339 233 193 169 0 50 0
[pid=12183] ppid=12182 vsize=864044 CPUtime=0.12
/proc/12183/stat : 12183 (java) S 12182 12169 11585 0 -1 0 3418 0 1 0 9 3 0 0 20 0 9 0 35331177 884781056 2898 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12183/statm: 216011 2898 1653 9 0 210593 0
[pid=12183/tid=12184] ppid=12182 vsize=864044 CPUtime=0.09
/proc/12183/task/12184/stat : 12184 (java) R 12182 12169 11585 0 -1 64 2436 0 1 0 7 2 0 0 24 0 9 0 35331178 884781056 2898 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 886140

[startup+3.10224 s]
/proc/loadavg: 2.54 2.20 2.06 5/91 12191
/proc/meminfo: memFree=1656792/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.66
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1297 4996 0 1 5 1 56 4 15 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
[pid=12182] ppid=12169 vsize=5356 CPUtime=0
/proc/12182/stat : 12182 (sh) S 12169 12169 11585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35331177 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12182/statm: 1339 233 193 169 0 50 0
[pid=12183] ppid=12182 vsize=868516 CPUtime=1.63
/proc/12183/stat : 12183 (java) S 12182 12169 11585 0 -1 0 8480 0 1 0 154 9 0 0 20 0 9 0 35331177 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12183/statm: 217129 7527 2566 9 0 211676 0
[pid=12183/tid=12184] ppid=12182 vsize=868516 CPUtime=1.06
/proc/12183/task/12184/stat : 12184 (java) R 12182 12169 11585 0 -1 64 2896 0 1 0 101 5 0 0 25 0 9 0 35331178 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4126566832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12185] ppid=12182 vsize=868516 CPUtime=0.28
/proc/12183/task/12185/stat : 12185 (java) S 12182 12169 11585 0 -1 64 3376 0 0 0 26 2 0 0 16 0 9 0 35331194 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12186] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12186/stat : 12186 (java) S 12182 12169 11585 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12187] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12187/stat : 12187 (java) S 12182 12169 11585 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12188] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12188/stat : 12188 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 35331220 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12189] ppid=12182 vsize=868516 CPUtime=0.26
/proc/12183/task/12189/stat : 12189 (java) S 12182 12169 11585 0 -1 64 1516 0 0 0 26 0 0 0 16 0 9 0 35331220 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12190] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12190/stat : 12190 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 35331220 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12191] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12191/stat : 12191 (java) S 12182 12169 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35331220 889360384 7527 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 890612

[startup+6.30259 s]
/proc/loadavg: 2.54 2.20 2.06 4/91 12191
/proc/meminfo: memFree=1621720/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.66
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1297 4996 0 1 5 1 56 4 15 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
[pid=12182] ppid=12169 vsize=5356 CPUtime=0
/proc/12182/stat : 12182 (sh) S 12169 12169 11585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35331177 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12182/statm: 1339 233 193 169 0 50 0
[pid=12183] ppid=12182 vsize=868516 CPUtime=4.8
/proc/12183/stat : 12183 (java) S 12182 12169 11585 0 -1 0 9517 0 1 0 444 36 0 0 20 0 9 0 35331177 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12183/statm: 217129 7533 2566 9 0 211676 0
[pid=12183/tid=12184] ppid=12182 vsize=868516 CPUtime=3.97
/proc/12183/task/12184/stat : 12184 (java) R 12182 12169 11585 0 -1 64 3927 0 1 0 370 27 0 0 25 0 9 0 35331178 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12185] ppid=12182 vsize=868516 CPUtime=0.54
/proc/12183/task/12185/stat : 12185 (java) S 12182 12169 11585 0 -1 64 3376 0 0 0 47 7 0 0 16 0 9 0 35331194 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12186] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12186/stat : 12186 (java) S 12182 12169 11585 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12187] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12187/stat : 12187 (java) S 12182 12169 11585 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12188] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12188/stat : 12188 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12189] ppid=12182 vsize=868516 CPUtime=0.27
/proc/12183/task/12189/stat : 12189 (java) S 12182 12169 11585 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12190] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12190/stat : 12190 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12191] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12191/stat : 12191 (java) S 12182 12169 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 890612

[startup+12.7023 s]
/proc/loadavg: 2.61 2.23 2.07 3/91 12191
/proc/meminfo: memFree=1553304/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=16740 CPUtime=0.66
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1297 4996 0 1 5 1 56 4 15 0 1 0 35331078 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4185 1104 409 3 0 764 0
[pid=12182] ppid=12169 vsize=5356 CPUtime=0
/proc/12182/stat : 12182 (sh) S 12169 12169 11585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 35331177 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12182/statm: 1339 233 193 169 0 50 0
[pid=12183] ppid=12182 vsize=868516 CPUtime=11.1
/proc/12183/stat : 12183 (java) S 12182 12169 11585 0 -1 0 11318 0 1 0 1025 85 0 0 20 0 9 0 35331177 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12183/statm: 217129 7533 2566 9 0 211676 0
[pid=12183/tid=12184] ppid=12182 vsize=868516 CPUtime=9.82
/proc/12183/task/12184/stat : 12184 (java) R 12182 12169 11585 0 -1 64 5728 0 1 0 915 67 0 0 25 0 9 0 35331178 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12183/tid=12185] ppid=12182 vsize=868516 CPUtime=0.98
/proc/12183/task/12185/stat : 12185 (java) S 12182 12169 11585 0 -1 64 3376 0 0 0 82 16 0 0 16 0 9 0 35331194 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12183/tid=12186] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12186/stat : 12186 (java) S 12182 12169 11585 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12187] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12187/stat : 12187 (java) S 12182 12169 11585 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 35331195 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12188] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12188/stat : 12188 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12189] ppid=12182 vsize=868516 CPUtime=0.27
/proc/12183/task/12189/stat : 12189 (java) S 12182 12169 11585 0 -1 64 1522 0 0 0 27 0 0 0 16 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12190] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12190/stat : 12190 (java) S 12182 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12183/tid=12191] ppid=12182 vsize=868516 CPUtime=0
/proc/12183/task/12191/stat : 12191 (java) S 12182 12169 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35331220 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 890612

[startup+25.5017 s]
/proc/loadavg: 2.67 2.25 2.08 3/82 12212
/proc/meminfo: memFree=1168480/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=18.28
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1693 26467 0 4 7 2 1670 149 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=347400 CPUtime=5.68
/proc/12192/stat : 12192 (minisat-inc) R 12169 12169 11585 0 -1 4194304 82890 0 0 0 519 49 0 0 25 0 1 0 35332941 355737600 82833 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12192/statm: 86850 82833 80 151 0 86696 0
Current children cumulated CPU time (s) 23.96
Current children cumulated vsize (KiB) 364536

[startup+51.1015 s]
/proc/loadavg: 2.70 2.29 2.10 3/82 12232
/proc/meminfo: memFree=1146848/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=18.91
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1833 34486 0 6 7 2 1726 156 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=369724 CPUtime=30.34
/proc/12192/stat : 12192 (minisat-inc) R 12169 12169 11585 0 -1 4194304 88447 0 0 0 2980 54 0 0 25 0 1 0 35332941 378597376 88386 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 0 0 0
/proc/12192/statm: 92431 88386 80 151 0 92277 0
Current children cumulated CPU time (s) 49.25
Current children cumulated vsize (KiB) 386860

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

[startup+63.9019 s]
/proc/loadavg: 2.55 2.28 2.10 4/82 12242
/proc/meminfo: memFree=1138584/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=19.4
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1899 38495 0 7 7 3 1772 158 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=42.28
/proc/12192/stat : 12192 (minisat-inc) R 12169 12169 11585 0 -1 4194304 90234 0 0 0 4173 55 0 0 25 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 0 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 61.68
Current children cumulated vsize (KiB) 394040

[startup+70.3016 s]
/proc/loadavg: 2.58 2.29 2.10 4/82 12242
/proc/meminfo: memFree=1138784/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=19.4
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1899 38495 0 7 7 3 1772 158 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=48.63
/proc/12192/stat : 12192 (minisat-inc) R 12169 12169 11585 0 -1 4194304 90234 0 0 0 4808 55 0 0 25 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134524822 0 0 4096 3 0 0 0 17 0 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 68.03
Current children cumulated vsize (KiB) 394040

[startup+76.7013 s]
/proc/loadavg: 2.62 2.30 2.11 3/82 12242
/proc/meminfo: memFree=1139168/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=19.4
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1936 38495 0 7 7 3 1772 158 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=54.4
/proc/12192/stat : 12192 (minisat-inc) S 12169 12169 11585 0 -1 4194304 90236 0 0 0 5385 55 0 0 25 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 73.8
Current children cumulated vsize (KiB) 394040

[startup+78.3015 s]
/proc/loadavg: 2.57 2.30 2.11 4/82 12252
/proc/meminfo: memFree=1139160/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=19.76
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 1973 42504 0 8 7 3 1804 162 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=55.59
/proc/12192/stat : 12192 (minisat-inc) R 12169 12169 11585 0 -1 4194304 90236 0 0 0 5504 55 0 0 25 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 75.35
Current children cumulated vsize (KiB) 394040

[startup+79.1016 s]
/proc/loadavg: 2.57 2.30 2.11 2/92 12262
/proc/meminfo: memFree=1132672/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=19.77
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 2027 42504 0 8 7 4 1804 162 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=55.69
/proc/12192/stat : 12192 (minisat-inc) S 12169 12169 11585 0 -1 4194304 90238 0 0 0 5514 55 0 0 25 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
[pid=12253] ppid=12169 vsize=5356 CPUtime=0
/proc/12253/stat : 12253 (sh) S 12169 12169 11585 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 35338919 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12253/statm: 1339 233 193 169 0 50 0
[pid=12254] ppid=12253 vsize=195972 CPUtime=0.29
/proc/12254/stat : 12254 (java) S 12253 12169 11585 0 -1 0 3721 0 1 0 28 1 0 0 19 0 9 0 35338924 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12254/statm: 48993 3188 1704 9 0 43568 0
[pid=12254/tid=12255] ppid=12253 vsize=195972 CPUtime=0.21
/proc/12254/task/12255/stat : 12255 (java) S 12253 12169 11585 0 -1 64 2535 0 1 0 20 1 0 0 25 0 9 0 35338935 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12256] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12256/stat : 12256 (java) S 12253 12169 11585 0 -1 64 159 0 0 0 0 0 0 0 16 0 9 0 35338937 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12257] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12257/stat : 12257 (java) S 12253 12169 11585 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 35338937 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12258] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12258/stat : 12258 (java) S 12253 12169 11585 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 35338937 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12259] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12259/stat : 12259 (java) S 12253 12169 11585 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 35338960 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12260] ppid=12253 vsize=195972 CPUtime=0.06
/proc/12254/task/12260/stat : 12260 (java) S 12253 12169 11585 0 -1 64 336 0 0 0 6 0 0 0 17 0 9 0 35338960 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12261] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12261/stat : 12261 (java) S 12253 12169 11585 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 35338960 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12254/tid=12262] ppid=12253 vsize=195972 CPUtime=0
/proc/12254/task/12262/stat : 12262 (java) S 12253 12169 11585 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35338960 200675328 3188 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.75
Current children cumulated vsize (KiB) 595368

[startup+79.5016 s]
/proc/loadavg: 2.57 2.30 2.11 2/92 12262
/proc/meminfo: memFree=1132672/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=20.08
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 2096 46515 0 9 7 4 1833 164 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=55.93
/proc/12192/stat : 12192 (minisat-inc) S 12169 12169 11585 0 -1 4194304 90242 0 0 0 5537 56 0 0 18 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 76.01
Current children cumulated vsize (KiB) 394040

[startup+79.7016 s]
/proc/loadavg: 2.57 2.30 2.11 2/92 12262
/proc/meminfo: memFree=1132672/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=20.08
/proc/12169/stat : 12169 (sugar++) S 12167 12169 11585 0 -1 4194304 2096 46515 0 9 7 4 1833 164 15 0 1 0 35331078 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12169/statm: 4284 1189 414 3 0 863 0
[pid=12192] ppid=12169 vsize=376904 CPUtime=55.93
/proc/12192/stat : 12192 (minisat-inc) S 12169 12169 11585 0 -1 4194304 90242 0 0 0 5537 56 0 0 18 0 1 0 35332941 385949696 90171 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/12192/statm: 94226 90171 80 151 0 94072 0
Current children cumulated CPU time (s) 76.01
Current children cumulated vsize (KiB) 394040

[startup+79.8016 s]
/proc/loadavg: 2.57 2.30 2.11 2/92 12262
/proc/meminfo: memFree=1132672/2055920 swapFree=4192956/4192956
[pid=12169] ppid=12167 vsize=17136 CPUtime=76.4
/proc/12169/stat : 12169 (sugar++) R 12167 12169 11585 0 -1 4194304 2135 140765 0 10 7 5 7399 229 16 0 1 0 35331078 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12169/statm: 4284 1190 415 3 0 863 0
Current children cumulated CPU time (s) 76.4
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 79.8837
CPU time (s): 76.5074
CPU user time (s): 74.0717
CPU system time (s): 2.43563
CPU usage (%): 95.7734
Max. virtual memory (cumulated for all children) (KiB): 890688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.0717
system time used= 2.43563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142956
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41151
involuntary context switches= 46977

runsolver used 0.070989 second user time and 0.255961 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-11 16:25:13
IDJOB=1108797
IDBENCH=60768
IDSOLVER=367
FILE ID=node37/1108797-1215786312
PBS_JOBID= 7903120
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-14_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108797-1215786312/watcher-1108797-1215786312 -o /tmp/evaluation-result-1108797-1215786312/solver-1108797-1215786312 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1108797-1215786312.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10ebd9a0f299c8e86b105a84a77f74dd
RANDOM SEED=960293106

node37.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.238
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.238
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:       1677648 kB
Buffers:         30872 kB
Cached:         212908 kB
SwapCached:          0 kB
Active:         189456 kB
Inactive:       145792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677648 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1000 kB
Writeback:           0 kB
Mapped:         111780 kB
Slab:            28236 kB
Committed_AS:   922120 kB
PageTables:       2032 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-11 16:26:32