Trace number 1108813

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 66.054 68.0594

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-10_ext.xml
MD5SUM5e073093b560129bc493ef597f3d0605
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 benchmark66.054
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:28:30 2008
0.00/0.07	c 0	PID 14552
0.06/0.07	c 0	HOST node3.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-1108813-1215786510.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108813-1215786510.xml' 'HOME/temp.csp'
0.06/0.67	c 1	16 domains, 225 variables, 0 predicates, 16 relations, 2519 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.45/0.81	c 1	Parsing HOME/temp.csp
0.71/1.09	c 1	parsed 2776 expressions
0.71/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.12	c 1	MAX CSP: 2519 constraints
0.80/1.12	c 1	Converting to clausal form CSP
0.80/1.18	c 1	converted 530 (10%) expressions
0.91/1.22	c 1	converted 1060 (20%) expressions
1.00/1.30	c 1	converted 1590 (30%) expressions
1.00/1.33	c 1	converted 2120 (40%) expressions
1.00/1.35	c 1	converted 2649 (50%) expressions
1.00/1.37	c 1	converted 3179 (60%) expressions
1.00/1.39	c 1	converted 3709 (70%) expressions
1.10/1.44	c 1	converted 4239 (80%) expressions
1.10/1.45	c 1	converted 4769 (90%) expressions
1.40/1.72	c 2	converted 5298 (100%) expressions
1.40/1.73	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 3779
1.40/1.73	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.73	c 2	Propagation in CSP
1.50/1.82	c 2	2511 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.82	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.50/1.82	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.83	c 2	Simplifing CSP by introducing new Boolean variables
1.50/1.84	c 2	CSP : 5263 integers, 0 booleans, 7556 clauses, largest domain size 2520
1.50/1.84	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.92	c 2	527 (10%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.60/1.92	c 2	1053 (20%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.60/1.93	c 2	1579 (30%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.60/1.93	c 2	2106 (40%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.60/1.93	c 2	2632 (50%) CSP integer variables are encoded (1560 clauses, 18289 bytes)
1.60/1.94	c 2	3158 (60%) CSP integer variables are encoded (6900 clauses, 87709 bytes)
1.60/1.94	c 2	3685 (70%) CSP integer variables are encoded (11132 clauses, 151123 bytes)
1.60/1.95	c 2	4211 (80%) CSP integer variables are encoded (17105 clauses, 240718 bytes)
1.60/1.96	c 2	4737 (90%) CSP integer variables are encoded (21675 clauses, 309268 bytes)
1.60/2.00	c 2	5263 (100%) CSP integer variables are encoded (52891 clauses, 777508 bytes)
1.70/2.10	c 2	756 (10%) CSP clauses are encoded (57161 clauses, 878230 bytes)
1.81/2.15	c 2	1512 (20%) CSP clauses are encoded (61557 clauses, 985772 bytes)
1.81/2.20	c 2	2267 (30%) CSP clauses are encoded (65798 clauses, 1097098 bytes)
1.99/2.30	c 2	3023 (40%) CSP clauses are encoded (101738 clauses, 1755117 bytes)
2.60/2.98	c 3	3778 (50%) CSP clauses are encoded (475269 clauses, 9288359 bytes)
2.80/3.18	c 3	4534 (60%) CSP clauses are encoded (582063 clauses, 11544285 bytes)
4.90/5.22	c 5	5290 (70%) CSP clauses are encoded (1688991 clauses, 35277100 bytes)
5.10/5.45	c 5	6045 (80%) CSP clauses are encoded (1811756 clauses, 37873480 bytes)
5.69/6.01	c 6	6801 (90%) CSP clauses are encoded (2122374 clauses, 44501965 bytes)
17.51/17.92	c 18	7556 (100%) CSP clauses are encoded (8100288 clauses, 172589090 bytes)
17.51/17.92	c 18	7556 CSP clauses encoded
17.51/17.92	c 18	Writing map file : HOME/temp.map
17.51/17.96	c 18	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.51/17.96	c 18	SAT : 58049 SAT variables, 8100288 SAT clauses, 172589090 bytes
17.51/17.96	c 18	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.57/18.06	c 18	OBJECTIVE minimize _COST
17.57/18.06	c 18	SOLVING HOME/temp.cnf
17.57/18.06	c 18	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
17.57/18.06	c 18	This is MiniSat 2.0 beta incremental
17.57/18.06	c 18	WARNING: for repeatability, setting FPU to use double precision
17.57/18.06	c 18	============================[ Problem Statistics ]=============================
17.57/18.06	c 18	|                                                                             |
17.57/18.07	c 18	|  Number of variables:  58049                                                |
17.57/18.07	c 18	|  Number of clauses:    8100288                                              |
21.12/21.68	c 22	|  Parsing time:         3.10         s                                       |
21.33/21.83	c 22	OK
21.33/21.83	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
21.33/21.83	c 22	SEARCHING: _COST <= 1260
21.33/21.83	c 22	============================[ Search Statistics ]==============================
21.33/21.83	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.33/21.83	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.33/21.83	c 22	===============================================================================
21.33/21.83	c 22	|         0 |   58049  8100288 24164418 |  2700096        0    nan |  0.000 % |
22.12/22.62	c 23	===============================================================================
22.12/22.62	c 23	restarts              : 1
22.12/22.62	c 23	conflicts             : 2             (0 /sec)
22.12/22.62	c 23	decisions             : 82            (0.00 % random) (20 /sec)
22.12/22.62	c 23	propagations          : 58399          (14533 /sec)
22.12/22.62	c 23	conflict literals     : 40             (0.00 % deleted)
22.12/22.62	c 23	Memory used           : 339.18 MB
22.12/22.62	c 23	CPU time              : 4.01839 s
22.12/22.62	c 23	
22.12/22.62	c 23	SATISFIABLE
22.12/22.64	c 23	OK
22.12/22.64	c 23	FOUND: _COST <= 1260
22.12/22.64	s SATISFIABLE
22.12/22.64	c 23	DECODING HOME/temp.out WITH HOME/temp.map
22.12/22.64	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'
22.16/22.76	c 23	Decoding HOME/temp.out
22.16/22.97	c 23	OBJECTIVE _COST 199
22.16/22.97	o 199
22.16/22.98	v 14 13 4 0 1 3 11 9 7 12 6 2 8 2 5 11 10 6 10 12 0 4 14 9 5 8 13 2 7 3 7 12 10 3 2 4 5 8 1 14 11 8 6 9 2 13 12 11 4 5 1 7 3 6 8 2 0 9 4 10 0 14 8 1 12 13 9 2 5 6 10 3 8 11 7 5 11 12 9 10 2 10 3 0 1 13 6 4 8 14 6 9 7 2 0 11 8 13 3 14 5 4 14 10 5 1 0 10 7 6 8 14 11 2 3 4 9 5 12 13 3 4 2 12 7 5 13 10 13 9 12 8 0 14 11 9 14 1 11 4 4 8 5 11 7 14 12 3 13 6 12 7 0 8 13 10 3 4 14 2 7 5 1 6 12 2 0 13 14 9 6 5 12 8 4 7 10 11 5 1 5 3 14 13 11 12 0 4 10 10 9 1 7 11 8 10 1 5 6 8 9 2 7 12 11 4 14 10 3 13 8 2 9 5 14 7 12 6 10 13 3 11 13 0 4
22.16/22.98	c 23	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.45/23.08	c 23	OK
22.45/23.08	c 23	OBJECTIVE BOUND: 0 <= _COST <= 199
22.45/23.08	c 23	SEARCHING: _COST <= 99
22.45/23.09	c 23	============================[ Search Statistics ]==============================
22.45/23.09	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.45/23.09	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.45/23.09	c 23	===============================================================================
22.45/23.09	c 23	|         2 |   58049  8100288 24164418 |  2700096        2     20 |  0.000 % |
22.65/23.22	c 23	|       103 |   27106  8100288 24164418 |  2970105      103    133 | 53.414 % |
23.25/23.87	c 24	|       253 |   27106  8100288 24164418 |  3267116      253     80 | 53.414 % |
23.45/24.01	c 24	|       478 |   27106  8100288 24164418 |  3593827      478    113 | 53.414 % |
24.15/24.70	c 25	|       815 |   27106  8100288 24164418 |  3953210      815     87 | 53.414 % |
24.25/24.81	c 25	===============================================================================
24.25/24.81	c 25	restarts              : 6
24.25/24.81	c 25	conflicts             : 844           (144 /sec)
24.25/24.81	c 25	decisions             : 2358          (0.64 % random) (403 /sec)
24.25/24.81	c 25	propagations          : 1588782        (271860 /sec)
24.25/24.81	c 25	conflict literals     : 72582          (12.15 % deleted)
24.25/24.81	c 25	Memory used           : 339.32 MB
24.25/24.81	c 25	CPU time              : 5.84411 s
24.25/24.81	c 25	
24.25/24.81	c 25	SATISFIABLE
24.25/24.83	c 25	OK
24.25/24.83	c 25	FOUND: _COST <= 99
24.25/24.83	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.25/24.83	c 25	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.28/24.96	c 25	Decoding HOME/temp.out
24.69/25.36	c 25	OBJECTIVE _COST 99
24.69/25.36	o 99
24.69/25.37	v 4 7 14 0 1 3 11 9 5 12 6 2 11 13 12 1 10 6 5 9 11 4 14 13 6 8 14 2 7 3 7 8 10 10 7 5 12 0 1 14 11 13 6 9 2 13 12 13 9 5 1 7 11 6 8 2 0 3 4 10 0 14 11 1 4 13 9 2 6 5 10 3 8 12 7 5 11 8 12 10 9 2 3 0 7 13 6 4 1 14 6 9 7 14 0 2 1 8 12 11 5 4 14 10 13 10 13 4 7 6 8 6 1 2 3 14 9 5 11 0 3 4 2 13 8 7 13 10 11 9 12 1 0 14 5 9 0 1 11 12 4 8 5 14 2 7 12 13 14 6 11 2 12 8 13 10 3 4 14 0 1 5 7 6 9 14 14 0 12 3 6 5 12 8 4 7 11 9 2 1 2 3 14 13 11 12 0 6 4 10 9 7 1 5 8 12 1 5 6 2 0 14 7 9 13 4 8 10 3 11 8 6 9 14 14 7 2 13 10 1 3 11 12 0 4
24.69/25.37	c 25	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
24.76/25.45	c 25	OK
24.76/25.45	c 25	OBJECTIVE BOUND: 0 <= _COST <= 99
24.76/25.45	c 25	SEARCHING: _COST <= 49
24.76/25.45	c 25	============================[ Search Statistics ]==============================
24.76/25.45	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.76/25.45	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.76/25.45	c 25	===============================================================================
24.76/25.45	c 25	|       844 |   27043  8100288 24164418 |  2700096      844     86 | 53.414 % |
25.05/25.77	c 26	|       944 |   27043  8100288 24164418 |  2970105      944     80 | 58.887 % |
25.15/25.89	c 26	|      1094 |   27043  8100288 24164418 |  3267116     1094     87 | 58.887 % |
25.76/26.48	c 27	|      1319 |   27043  8100288 24164418 |  3593827     1319     82 | 58.887 % |
26.66/27.37	c 27	|      1656 |   27043  8100288 24164418 |  3953210     1656     72 | 58.887 % |
26.86/27.55	c 28	|      2162 |   27043  8100288 24164418 |  4348531     2162     94 | 58.887 % |
27.16/27.88	c 28	|      2921 |   27043  8100288 24164418 |  4783384     2921    138 | 58.887 % |
27.36/28.09	c 28	===============================================================================
27.36/28.09	c 28	restarts              : 13
27.36/28.09	c 28	conflicts             : 2997          (352 /sec)
27.36/28.09	c 28	decisions             : 6009          (0.38 % random) (705 /sec)
27.36/28.09	c 28	propagations          : 3894188        (456759 /sec)
27.36/28.09	c 28	conflict literals     : 405737         (4.45 % deleted)
27.36/28.09	c 28	Memory used           : 339.70 MB
27.36/28.09	c 28	CPU time              : 8.5257 s
27.36/28.09	c 28	
27.36/28.09	c 28	SATISFIABLE
27.46/28.11	c 28	OK
27.46/28.11	c 28	FOUND: _COST <= 49
27.46/28.11	c 28	DECODING HOME/temp.out WITH HOME/temp.map
27.46/28.11	c 28	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
27.47/28.23	c 28	Decoding HOME/temp.out
27.47/28.44	c 28	OBJECTIVE _COST 49
27.47/28.45	o 49
27.47/28.46	v 10 14 4 0 1 3 11 9 7 12 6 2 9 8 13 12 10 6 10 8 13 4 14 9 0 8 1 2 7 3 7 5 10 4 12 0 2 3 1 14 11 13 6 9 8 13 12 14 3 9 1 7 11 11 8 5 0 7 4 10 0 8 12 1 4 13 9 2 3 6 11 14 8 5 7 5 11 3 9 10 7 1 8 0 2 13 6 4 12 14 6 9 7 12 0 2 8 5 3 11 1 4 14 10 13 1 0 10 7 6 8 14 13 2 3 12 9 5 2 11 3 4 2 5 7 11 13 10 6 9 10 8 0 14 12 9 7 1 11 12 14 8 5 4 13 3 12 1 13 6 11 6 0 8 13 10 3 4 14 7 2 5 12 1 9 14 2 13 14 10 6 5 12 8 4 7 3 3 11 1 4 3 8 13 11 12 0 11 5 10 9 1 13 6 7 2 1 5 6 14 9 12 7 13 1 4 11 10 3 0 8 13 9 2 14 4 6 1 10 5 3 7 11 0 4
27.47/28.50	c 29	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
27.76/28.55	c 29	OK
27.76/28.55	c 29	OBJECTIVE BOUND: 0 <= _COST <= 49
27.76/28.55	c 29	SEARCHING: _COST <= 24
27.76/28.55	c 29	============================[ Search Statistics ]==============================
27.76/28.55	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.76/28.55	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.76/28.55	c 29	===============================================================================
27.76/28.55	c 29	|      2997 |   23866  8100288 24164418 |  2700096     2997    135 | 58.887 % |
27.85/28.64	c 29	|      3097 |   23866  8100288 24164418 |  2970105     3097    135 | 63.748 % |
27.95/28.75	c 29	|      3247 |   23866  8100288 24164418 |  3267116     3247    134 | 63.748 % |
28.05/28.87	c 29	|      3474 |   23866  8100288 24164418 |  3593827     3474    134 | 63.748 % |
28.25/29.05	c 29	|      3811 |   23866  8100288 24164418 |  3953210     3811    142 | 63.748 % |
28.45/29.28	c 29	|      4318 |   23866  8100288 24164418 |  4348531     4318    145 | 63.748 % |
29.13/29.94	c 30	|      5077 |   23866  8100288 24164418 |  4783384     5077    156 | 63.748 % |
29.93/30.74	c 31	|      6216 |   23866  8100288 24164418 |  5261723     6216    152 | 63.748 % |
30.62/31.40	c 31	|      7924 |   23866  8100288 24164418 |  5787895     7924    175 | 63.748 % |
32.31/33.18	c 33	|     10487 |   23866  8100288 24164418 |  6366685    10487    214 | 63.748 % |
33.30/34.15	c 34	===============================================================================
33.30/34.15	c 34	restarts              : 23
33.30/34.15	c 34	conflicts             : 12427         (881 /sec)
33.30/34.15	c 34	decisions             : 20240         (0.15 % random) (1435 /sec)
33.30/34.15	c 34	propagations          : 7615673        (540124 /sec)
33.30/34.15	c 34	conflict literals     : 2704843        (2.62 % deleted)
33.30/34.15	c 34	Memory used           : 348.62 MB
33.30/34.15	c 34	CPU time              : 14.0999 s
33.30/34.15	c 34	
33.30/34.15	c 34	SATISFIABLE
33.30/34.17	c 34	OK
33.30/34.17	c 34	FOUND: _COST <= 24
33.30/34.17	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.30/34.17	c 34	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.36/34.56	c 35	Decoding HOME/temp.out
33.36/34.76	c 35	OBJECTIVE _COST 24
33.36/34.76	o 24
33.36/34.77	v 10 8 13 0 1 3 11 9 4 12 14 2 7 6 5 5 10 6 4 12 9 14 14 11 1 8 13 2 7 3 7 13 10 12 5 2 4 8 1 14 11 3 6 9 0 13 12 14 14 7 1 6 3 9 8 2 0 11 4 10 0 6 12 1 4 13 9 2 3 14 5 10 8 11 7 1 11 3 9 10 5 12 13 0 2 13 6 4 8 14 6 9 7 3 0 11 2 1 5 13 12 4 14 10 8 14 0 4 7 6 8 10 11 2 3 1 9 5 12 13 3 4 2 5 8 7 13 10 12 9 6 1 0 14 11 9 14 1 11 3 4 8 5 7 0 10 12 13 2 6 2 7 11 8 13 10 3 4 14 6 0 5 9 1 12 11 2 0 10 9 6 5 12 8 4 7 14 3 13 1 4 3 8 13 11 12 0 14 6 10 9 7 1 5 2 12 1 5 6 2 0 14 7 13 11 4 8 10 3 9 8 5 9 2 14 13 1 6 10 7 3 11 12 0 4
33.36/34.77	c 35	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
33.36/34.86	c 35	OK
33.36/34.86	c 35	OBJECTIVE BOUND: 0 <= _COST <= 24
33.36/34.86	c 35	SEARCHING: _COST <= 12
33.36/34.86	c 35	============================[ Search Statistics ]==============================
33.36/34.86	c 35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.36/34.87	c 35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.36/34.87	c 35	===============================================================================
33.36/34.87	c 35	|     12427 |   21044  8100288 24164418 |  2700096    12427    218 | 63.748 % |
33.80/35.04	c 35	|     12528 |   21044  8100288 24164418 |  2970105    12528    217 | 68.387 % |
33.90/35.14	c 35	|     12680 |   21044  8100288 24164418 |  3267116    12680    216 | 68.387 % |
34.11/35.37	c 35	|     12905 |   21044  8100288 24164418 |  3593827    12905    218 | 68.387 % |
34.30/35.58	c 36	|     13242 |   21044  8100288 24164418 |  3953210    13242    217 | 68.387 % |
34.70/35.99	c 36	|     13748 |   21044  8100288 24164418 |  4348531    13748    220 | 68.387 % |
35.20/36.44	c 36	|     14507 |   21044  8100288 24164418 |  4783384    14507    227 | 68.387 % |
35.80/37.06	c 37	|     15646 |   21044  8100288 24164418 |  5261723    15646    233 | 68.387 % |
37.00/38.25	c 38	|     17355 |   21044  8100288 24164418 |  5787895    17355    245 | 68.387 % |
39.50/40.73	c 41	|     19917 |   21044  8100288 24164418 |  6366685    19917    252 | 68.387 % |
39.89/41.12	c 41	===============================================================================
39.89/41.12	c 41	restarts              : 33
39.89/41.12	c 41	conflicts             : 20407         (1002 /sec)
39.89/41.12	c 41	decisions             : 31561         (0.14 % random) (1550 /sec)
39.89/41.12	c 41	propagations          : 11051635       (542627 /sec)
39.89/41.12	c 41	conflict literals     : 5203276        (2.87 % deleted)
39.89/41.12	c 41	Memory used           : 358.58 MB
39.89/41.12	c 41	CPU time              : 20.3669 s
39.89/41.12	c 41	
39.89/41.12	c 41	SATISFIABLE
39.89/41.14	c 41	OK
39.89/41.14	c 41	FOUND: _COST <= 12
39.89/41.14	c 41	DECODING HOME/temp.out WITH HOME/temp.map
39.89/41.14	c 41	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
39.94/41.28	c 41	Decoding HOME/temp.out
39.94/41.50	c 42	OBJECTIVE _COST 12
39.94/41.50	o 12
39.94/41.51	v 5 7 14 0 1 3 11 9 4 12 6 2 14 8 13 11 10 6 9 12 0 4 14 13 5 8 1 2 7 3 7 8 10 4 3 2 12 0 1 14 11 13 6 9 5 13 12 11 2 7 1 14 3 6 8 5 0 9 4 10 0 5 3 1 4 13 9 2 11 6 14 10 8 12 7 2 11 12 3 10 9 7 8 0 1 13 6 4 5 14 6 9 7 5 0 11 1 13 3 2 12 4 14 10 8 14 13 4 7 6 8 10 11 2 3 0 9 5 1 12 3 4 2 10 5 7 13 6 12 9 1 8 0 14 11 9 14 1 11 2 4 8 5 7 0 10 12 3 13 6 1 6 0 8 13 10 3 4 14 7 2 5 12 11 9 10 0 13 14 9 6 5 12 8 4 7 3 11 2 1 4 3 8 13 11 12 0 10 5 10 9 14 7 6 2 12 1 5 6 8 14 2 7 9 13 4 11 10 3 0 8 2 9 12 14 5 6 1 10 11 3 7 13 0 4
39.94/41.52	c 42	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
40.26/41.61	c 42	OK
40.26/41.61	c 42	OBJECTIVE BOUND: 0 <= _COST <= 12
40.26/41.61	c 42	SEARCHING: _COST <= 6
40.26/41.61	c 42	============================[ Search Statistics ]==============================
40.26/41.61	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.26/41.61	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.26/41.61	c 42	===============================================================================
40.26/41.61	c 42	|     20407 |   18351  8100288 24164418 |  2700096    20407    255 | 68.387 % |
40.36/41.79	c 42	|     20507 |   18351  8100288 24164418 |  2970105    20507    254 | 72.797 % |
40.56/41.95	c 42	|     20657 |   18351  8100288 24164418 |  3267116    20657    255 | 72.797 % |
40.86/42.20	c 42	|     20882 |   18351  8100288 24164418 |  3593827    20882    255 | 72.797 % |
41.06/42.49	c 43	|     21221 |   18351  8100288 24164418 |  3953210    21221    257 | 72.797 % |
41.96/43.36	c 43	|     21727 |   18351  8100288 24164418 |  4348531    21727    259 | 72.797 % |
42.86/44.24	c 44	|     22486 |   18351  8100288 24164418 |  4783384    22486    259 | 72.797 % |
44.16/45.56	c 46	|     23626 |   18351  8100288 24164418 |  5261723    23626    272 | 72.797 % |
45.36/46.76	c 47	===============================================================================
45.36/46.76	c 47	restarts              : 41
45.36/46.76	c 47	conflicts             : 24775         (970 /sec)
45.36/46.76	c 47	decisions             : 37666         (0.16 % random) (1475 /sec)
45.36/46.76	c 47	propagations          : 13642740       (534420 /sec)
45.36/46.76	c 47	conflict literals     : 6776390        (3.26 % deleted)
45.36/46.76	c 47	Memory used           : 364.91 MB
45.36/46.76	c 47	CPU time              : 25.5281 s
45.36/46.76	c 47	
45.36/46.76	c 47	SATISFIABLE
45.36/46.78	c 47	OK
45.36/46.78	c 47	FOUND: _COST <= 6
45.36/46.78	c 47	DECODING HOME/temp.out WITH HOME/temp.map
45.36/46.78	c 47	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.44/46.90	c 47	Decoding HOME/temp.out
45.90/47.34	c 47	OBJECTIVE _COST 6
45.90/47.34	o 6
45.90/47.35	v 14 6 13 0 1 3 11 9 4 12 10 2 7 8 5 12 10 6 4 5 0 1 14 9 11 8 13 2 7 3 7 8 10 10 12 5 4 0 1 14 11 3 6 9 13 13 12 11 9 7 1 14 6 5 8 2 0 3 4 10 0 14 3 1 4 13 9 2 11 6 5 10 8 12 7 1 11 8 12 10 9 7 3 0 2 13 6 4 5 14 6 9 7 3 0 2 12 11 13 5 1 4 14 10 8 4 13 14 7 6 8 10 1 2 3 0 9 5 11 12 3 4 2 5 8 7 13 10 6 9 12 1 0 14 11 9 0 1 11 3 4 8 5 3 7 14 12 13 2 6 2 7 12 8 13 10 3 4 14 0 6 5 11 1 9 10 3 0 14 2 6 5 12 8 4 7 11 9 13 1 5 3 4 13 11 12 0 8 7 10 9 14 1 6 2 11 1 5 6 9 14 2 7 12 13 4 8 10 3 0 8 5 9 2 14 11 6 13 10 1 3 7 12 0 4
45.90/47.36	c 47	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
45.95/47.45	c 47	OK
45.95/47.45	c 47	OBJECTIVE BOUND: 0 <= _COST <= 6
45.95/47.45	c 47	SEARCHING: _COST <= 3
45.95/47.45	c 47	============================[ Search Statistics ]==============================
45.95/47.45	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.95/47.45	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.95/47.45	c 47	===============================================================================
45.95/47.45	c 47	|     24775 |   15791  8100288 24164418 |  2700096    24775    274 | 72.797 % |
46.02/47.57	c 48	|     24875 |   15791  8100288 24164418 |  2970105    24875    273 | 77.162 % |
46.22/47.78	c 48	|     25025 |   15791  8100288 24164418 |  3267116    25025    273 | 77.162 % |
46.52/48.09	c 48	|     25252 |   15791  8100288 24164418 |  3593827    25252    274 | 77.162 % |
47.11/48.68	c 49	|     25594 |   15791  8100288 24164418 |  3953210    25594    274 | 77.162 % |
47.80/49.36	c 49	|     26100 |   15791  8100288 24164418 |  4348531    26100    273 | 77.162 % |
49.00/50.56	c 51	|     26859 |   15791  8100288 24164418 |  4783384    26859    272 | 77.162 % |
49.99/51.55	c 52	|     27999 |   15791  8100288 24164418 |  5261723    27999    276 | 77.162 % |
52.66/54.28	c 54	|     29707 |   15791  8100288 24164418 |  5787895    29707    284 | 77.162 % |
56.12/57.70	c 58	|     32269 |   15791  8100288 24164418 |  6366685    32269    306 | 77.162 % |
61.28/62.91	c 63	|     36113 |   15791  8100288 24164418 |  7003353    36113    332 | 77.162 % |
63.06/64.71	c 65	===============================================================================
63.06/64.72	c 65	restarts              : 52
63.06/64.72	c 65	conflicts             : 36910         (866 /sec)
63.06/64.72	c 65	decisions             : 53711         (0.16 % random) (1261 /sec)
63.06/64.72	c 65	propagations          : 19526134       (458258 /sec)
63.06/64.72	c 65	conflict literals     : 12282249       (3.99 % deleted)
63.06/64.72	c 65	Memory used           : 386.68 MB
63.06/64.72	c 65	CPU time              : 42.6095 s
63.06/64.72	c 65	
63.06/64.72	c 65	SATISFIABLE
63.06/64.74	c 65	OK
63.06/64.74	c 65	FOUND: _COST <= 3
63.06/64.74	c 65	DECODING HOME/temp.out WITH HOME/temp.map
63.06/64.74	c 65	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
63.14/64.83	c 65	Decoding HOME/temp.out
63.53/65.23	c 65	OBJECTIVE _COST 3
63.53/65.23	o 3
63.53/65.24	v 10 7 14 0 1 3 11 9 4 12 6 2 13 8 5 1 10 6 9 12 0 4 14 11 5 8 13 2 7 3 7 8 10 4 5 2 12 0 1 14 11 3 6 9 13 13 12 11 5 7 1 14 6 9 8 2 0 3 4 10 0 5 3 1 4 13 9 2 12 6 14 10 8 11 7 12 11 8 3 10 9 7 1 0 2 13 6 4 5 14 6 9 7 2 0 11 1 3 5 13 12 4 14 10 8 4 14 13 7 6 8 10 11 2 3 1 9 5 12 0 3 4 2 12 8 7 13 10 6 9 5 1 0 14 11 9 0 1 11 2 4 8 5 3 11 10 12 7 13 6 2 6 12 8 13 10 3 4 14 7 0 5 11 1 9 14 13 0 10 3 6 5 12 8 4 7 11 9 2 1 5 3 4 13 11 12 0 8 7 10 9 14 1 6 2 11 1 5 6 9 14 2 7 13 0 4 8 10 3 12 8 2 9 14 14 5 6 13 10 1 3 7 12 0 4
63.53/65.25	c 65	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
63.61/65.40	c 65	OK
63.61/65.40	c 65	OBJECTIVE BOUND: 0 <= _COST <= 3
63.61/65.40	c 65	SEARCHING: _COST <= 1
63.61/65.40	c 65	============================[ Search Statistics ]==============================
63.61/65.40	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.61/65.40	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.61/65.40	c 65	===============================================================================
63.61/65.40	c 65	|     36910 |   13257  8100288 24164418 |  2700096    36910    333 | 77.162 % |
63.81/65.63	c 66	|     37011 |   13257  8100288 24164418 |  2970105    37011    333 | 81.511 % |
64.21/66.04	c 66	|     37161 |   13257  8100288 24164418 |  3267116    37161    334 | 81.511 % |
64.71/66.52	c 67	|     37387 |   13257  8100288 24164418 |  3593827    37387    335 | 81.511 % |
65.21/67.07	c 67	===============================================================================
65.21/67.07	c 67	restarts              : 56
65.21/67.07	c 67	conflicts             : 37664         (850 /sec)
65.21/67.07	c 67	decisions             : 54676         (0.16 % random) (1234 /sec)
65.21/67.07	c 67	propagations          : 20220943       (456524 /sec)
65.21/67.07	c 67	conflict literals     : 12672710       (4.47 % deleted)
65.21/67.07	c 67	Memory used           : 388.23 MB
65.21/67.07	c 67	CPU time              : 44.2933 s
65.21/67.07	c 67	
65.21/67.07	c 67	UNSATISFIABLE
65.21/67.07	c 67	OK
65.21/67.07	c 67	NOT FOUND: _COST <= 1
65.21/67.07	c 67	OK
65.21/67.07	c 67	OBJECTIVE BOUND: 2 <= _COST <= 3
65.21/67.07	c 67	SEARCHING: _COST <= 2
65.21/67.07	c 67	============================[ Search Statistics ]==============================
65.21/67.07	c 67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
65.21/67.07	c 67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
65.21/67.07	c 67	===============================================================================
65.21/67.07	c 67	|     37664 |   13257  8100288 24164418 |  2700096    37663    336 | 81.511 % |
65.31/67.16	c 67	===============================================================================
65.31/67.16	c 67	restarts              : 57
65.31/67.16	c 67	conflicts             : 37729         (850 /sec)
65.31/67.16	c 67	decisions             : 54790         (0.16 % random) (1235 /sec)
65.31/67.16	c 67	propagations          : 20240619       (456114 /sec)
65.31/67.16	c 67	conflict literals     : 12690070       (4.47 % deleted)
65.31/67.16	c 67	Memory used           : 388.36 MB
65.31/67.16	c 67	CPU time              : 44.3763 s
65.31/67.16	c 67	
65.31/67.16	c 67	SATISFIABLE
65.31/67.17	c 67	OK
65.31/67.17	c 67	FOUND: _COST <= 2
65.31/67.17	c 67	DECODING HOME/temp.out WITH HOME/temp.map
65.31/67.17	c 67	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
65.38/67.37	c 67	Decoding HOME/temp.out
65.38/67.78	c 68	OBJECTIVE _COST 2
65.38/67.78	o 2
65.38/67.79	v 10 6 4 0 1 3 11 9 7 12 14 2 13 5 8 5 10 6 4 9 0 12 14 11 1 8 13 2 7 3 7 8 10 12 5 4 13 0 1 14 11 3 6 9 2 13 12 3 14 2 1 6 11 9 8 5 0 7 4 10 0 5 14 1 4 13 9 2 3 11 12 10 8 6 7 1 11 12 9 10 2 7 3 0 5 13 6 4 8 14 6 9 7 3 0 11 2 8 5 13 1 4 14 10 12 4 14 11 7 6 8 10 1 2 3 0 9 5 12 13 3 4 2 5 8 7 13 10 12 9 6 1 0 14 11 9 2 1 11 7 14 8 5 4 0 10 12 3 13 6 12 7 0 8 13 10 3 4 14 6 2 5 11 1 9 2 0 13 10 3 6 5 12 8 4 7 14 9 11 1 14 3 8 13 11 12 0 4 6 10 9 7 1 2 5 11 1 5 6 12 9 14 7 13 2 4 8 10 3 0 8 13 9 2 14 5 1 6 10 7 3 11 12 0 4
65.38/67.79	c 68	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
65.89/67.91	c 68	OK
65.89/67.91	c 68	OBJECTIVE _COST 2
65.89/67.91	s OPTIMUM FOUND
65.98/68.01	c 68	CPU 63.58 (0.08 0.04 63.5 2.33)
65.98/68.01	c 68	END Fri Jul 11 16:29:38 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-1108813-1215786510/watcher-1108813-1215786510 -o /tmp/evaluation-result-1108813-1215786510/solver-1108813-1215786510 -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-1108813-1215786510.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.72 2.67 2.59 4/80 14552
/proc/meminfo: memFree=1504032/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=18572 CPUtime=0
/proc/14552/stat : 14552 (runsolver) R 14550 14552 13927 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 35354384 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14552/statm: 4643 292 257 25 0 2626 0

[startup+0.0764189 s]
/proc/loadavg: 2.72 2.67 2.59 4/80 14552
/proc/meminfo: memFree=1504032/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.06
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 35354384 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14552/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102077 s]
/proc/loadavg: 2.72 2.67 2.59 4/80 14552
/proc/meminfo: memFree=1504032/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.06
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301095 s]
/proc/loadavg: 2.72 2.67 2.59 4/80 14552
/proc/meminfo: memFree=1504032/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.06
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1219 128 0 0 5 1 0 0 18 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701126 s]
/proc/loadavg: 2.72 2.67 2.59 4/80 14552
/proc/meminfo: memFree=1504032/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.45
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1279 4995 0 1 5 1 36 3 17 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 16740

[startup+1.50219 s]
/proc/loadavg: 2.72 2.67 2.59 4/91 14574
/proc/meminfo: memFree=1495176/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.45
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1297 4995 0 1 5 1 36 3 15 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
[pid=14565] ppid=14552 vsize=5356 CPUtime=0
/proc/14565/stat : 14565 (sh) S 14552 14552 13927 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 35354454 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14565/statm: 1339 233 193 169 0 50 0
[pid=14566] ppid=14565 vsize=868404 CPUtime=0.75
/proc/14566/stat : 14566 (java) S 14565 14552 13927 0 -1 0 7322 0 1 0 71 4 0 0 18 0 9 0 35354454 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14566/statm: 217101 6577 2540 9 0 211676 0
[pid=14566/tid=14567] ppid=14565 vsize=868404 CPUtime=0.44
/proc/14566/task/14567/stat : 14567 (java) R 14565 14552 13927 0 -1 64 2647 0 1 0 43 1 0 0 19 0 9 0 35354455 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4126904651 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14568] ppid=14565 vsize=868404 CPUtime=0.08
/proc/14566/task/14568/stat : 14568 (java) S 14565 14552 13927 0 -1 64 2522 0 0 0 8 0 0 0 16 0 9 0 35354458 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14569] ppid=14565 vsize=868404 CPUtime=0
/proc/14566/task/14569/stat : 14569 (java) S 14565 14552 13927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35354458 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14570] ppid=14565 vsize=868404 CPUtime=0
/proc/14566/task/14570/stat : 14570 (java) S 14565 14552 13927 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35354458 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14571] ppid=14565 vsize=868404 CPUtime=0
/proc/14566/task/14571/stat : 14571 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35354462 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14572] ppid=14565 vsize=868404 CPUtime=0.19
/proc/14566/task/14572/stat : 14572 (java) S 14565 14552 13927 0 -1 64 1461 0 0 0 19 0 0 0 16 0 9 0 35354462 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14573] ppid=14565 vsize=868404 CPUtime=0
/proc/14566/task/14573/stat : 14573 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35354462 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14574] ppid=14565 vsize=868404 CPUtime=0
/proc/14566/task/14574/stat : 14574 (java) S 14565 14552 13927 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35354462 889245696 6577 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 890500

[startup+3.10444 s]
/proc/loadavg: 2.72 2.67 2.59 3/91 14574
/proc/meminfo: memFree=1479880/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.45
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1297 4995 0 1 5 1 36 3 15 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
[pid=14565] ppid=14552 vsize=5356 CPUtime=0
/proc/14565/stat : 14565 (sh) S 14552 14552 13927 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 35354454 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14565/statm: 1339 233 193 169 0 50 0
[pid=14566] ppid=14565 vsize=868516 CPUtime=2.35
/proc/14566/stat : 14566 (java) S 14565 14552 13927 0 -1 0 8665 0 1 0 222 13 0 0 18 0 9 0 35354454 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14566/statm: 217129 7533 2566 9 0 211676 0
[pid=14566/tid=14567] ppid=14565 vsize=868516 CPUtime=1.7
/proc/14566/task/14567/stat : 14567 (java) R 14565 14552 13927 0 -1 64 3068 0 1 0 161 9 0 0 25 0 9 0 35354455 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14568] ppid=14565 vsize=868516 CPUtime=0.33
/proc/14566/task/14568/stat : 14568 (java) S 14565 14552 13927 0 -1 64 3378 0 0 0 31 2 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14569] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14569/stat : 14569 (java) S 14565 14552 13927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14570] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14570/stat : 14570 (java) S 14565 14552 13927 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14571] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14571/stat : 14571 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14572] ppid=14565 vsize=868516 CPUtime=0.28
/proc/14566/task/14572/stat : 14572 (java) S 14565 14552 13927 0 -1 64 1527 0 0 0 28 0 0 0 16 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14573] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14573/stat : 14573 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14574] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14574/stat : 14574 (java) S 14565 14552 13927 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890612

[startup+6.30159 s]
/proc/loadavg: 2.66 2.65 2.58 3/91 14574
/proc/meminfo: memFree=1443144/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.45
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1297 4995 0 1 5 1 36 3 15 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
[pid=14565] ppid=14552 vsize=5356 CPUtime=0
/proc/14565/stat : 14565 (sh) S 14552 14552 13927 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 35354454 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14565/statm: 1339 233 193 169 0 50 0
[pid=14566] ppid=14565 vsize=868516 CPUtime=5.55
/proc/14566/stat : 14566 (java) S 14565 14552 13927 0 -1 0 9650 0 1 0 514 41 0 0 18 0 9 0 35354454 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14566/statm: 217129 7533 2566 9 0 211676 0
[pid=14566/tid=14567] ppid=14565 vsize=868516 CPUtime=4.66
/proc/14566/task/14567/stat : 14567 (java) R 14565 14552 13927 0 -1 64 4053 0 1 0 435 31 0 0 25 0 9 0 35354455 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14568] ppid=14565 vsize=868516 CPUtime=0.57
/proc/14566/task/14568/stat : 14568 (java) R 14565 14552 13927 0 -1 64 3378 0 0 0 49 8 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14569] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14569/stat : 14569 (java) S 14565 14552 13927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14570] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14570/stat : 14570 (java) S 14565 14552 13927 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14571] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14571/stat : 14571 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14572] ppid=14565 vsize=868516 CPUtime=0.28
/proc/14566/task/14572/stat : 14572 (java) S 14565 14552 13927 0 -1 64 1527 0 0 0 28 0 0 0 16 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14573] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14573/stat : 14573 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14574] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14574/stat : 14574 (java) S 14565 14552 13927 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890612

[startup+12.7011 s]
/proc/loadavg: 2.69 2.66 2.58 3/91 14574
/proc/meminfo: memFree=1378056/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=16740 CPUtime=0.45
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1297 4995 0 1 5 1 36 3 15 0 1 0 35354384 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4185 1104 409 3 0 764 0
[pid=14565] ppid=14552 vsize=5356 CPUtime=0
/proc/14565/stat : 14565 (sh) S 14552 14552 13927 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 35354454 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14565/statm: 1339 233 193 169 0 50 0
[pid=14566] ppid=14565 vsize=868516 CPUtime=11.87
/proc/14566/stat : 14566 (java) S 14565 14552 13927 0 -1 0 11475 0 1 0 1098 89 0 0 18 0 9 0 35354454 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14566/statm: 217129 7533 2566 9 0 211676 0
[pid=14566/tid=14567] ppid=14565 vsize=868516 CPUtime=10.54
/proc/14566/task/14567/stat : 14567 (java) R 14565 14552 13927 0 -1 64 5878 0 1 0 985 69 0 0 25 0 9 0 35354455 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14568] ppid=14565 vsize=868516 CPUtime=1.01
/proc/14566/task/14568/stat : 14568 (java) S 14565 14552 13927 0 -1 64 3378 0 0 0 84 17 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14569] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14569/stat : 14569 (java) S 14565 14552 13927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14570] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14570/stat : 14570 (java) S 14565 14552 13927 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 35354458 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14571] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14571/stat : 14571 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14572] ppid=14565 vsize=868516 CPUtime=0.28
/proc/14566/task/14572/stat : 14572 (java) S 14565 14552 13927 0 -1 64 1527 0 0 0 28 0 0 0 16 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14573] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14573/stat : 14573 (java) S 14565 14552 13927 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14566/tid=14574] ppid=14565 vsize=868516 CPUtime=0
/proc/14566/task/14574/stat : 14574 (java) S 14565 14552 13927 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 35354462 889360384 7533 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890612

[startup+25.5022 s]
/proc/loadavg: 2.82 2.69 2.60 5/92 14595
/proc/meminfo: memFree=992192/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=18.39
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1693 26470 0 4 6 2 1685 146 15 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=347456 CPUtime=6.46
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 82883 0 0 0 593 53 0 0 16 0 1 0 35356190 355794944 82826 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/14575/statm: 86864 82826 80 151 0 86710 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 364592

[startup+51.1015 s]
/proc/loadavg: 2.74 2.68 2.60 4/82 14635
/proc/meminfo: memFree=970000/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=19.85
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1973 42505 0 8 7 3 1817 158 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=376872 CPUtime=29.74
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 90207 0 0 0 2915 59 0 0 25 0 1 0 35356190 385916928 90142 996147200 134512640 135134323 4294956192 18446744073709551615 134528305 0 0 4096 3 0 0 0 17 1 0 0
/proc/14575/statm: 94218 90142 80 151 0 94064 0
Current children cumulated CPU time (s) 49.59
Current children cumulated vsize (KiB) 394008

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

[startup+57.501 s]
/proc/loadavg: 2.68 2.67 2.59 4/82 14635
/proc/meminfo: memFree=960656/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=19.85
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1973 42505 0 8 7 3 1817 158 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=385876 CPUtime=36.07
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 92473 0 0 0 3547 60 0 0 25 0 1 0 35356190 395137024 92408 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14575/statm: 96469 92408 80 151 0 96315 0
Current children cumulated CPU time (s) 55.92
Current children cumulated vsize (KiB) 403012

[startup+63.9016 s]
/proc/loadavg: 2.73 2.68 2.60 4/82 14635
/proc/meminfo: memFree=950672/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=19.85
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 1973 42505 0 8 7 3 1817 158 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=395292 CPUtime=42.41
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 94832 0 0 0 4179 62 0 0 25 0 1 0 35356190 404779008 94767 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/14575/statm: 98823 94767 80 151 0 98669 0
Current children cumulated CPU time (s) 62.26
Current children cumulated vsize (KiB) 412428

[startup+65.5017 s]
/proc/loadavg: 2.73 2.68 2.60 3/92 14645
/proc/meminfo: memFree=945664/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=20.36
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 2043 46510 0 9 8 3 1864 161 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=395956 CPUtime=43.35
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 95013 0 0 0 4272 63 0 0 25 0 1 0 35356190 405458944 94946 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14575/statm: 98989 94946 80 151 0 98835 0
Current children cumulated CPU time (s) 63.71
Current children cumulated vsize (KiB) 413092

[startup+67.1068 s]
/proc/loadavg: 2.73 2.68 2.60 3/82 14645
/proc/meminfo: memFree=948048/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=20.36
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 2045 46510 0 9 8 3 1864 161 15 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=397672 CPUtime=44.95
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 95419 0 0 0 4432 63 0 0 25 0 1 0 35356190 407216128 95350 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14575/statm: 99418 95350 80 151 0 99264 0
Current children cumulated CPU time (s) 65.31
Current children cumulated vsize (KiB) 414808

[startup+67.5019 s]
/proc/loadavg: 2.73 2.68 2.60 3/82 14645
/proc/meminfo: memFree=948048/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=20.36
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 2096 46510 0 9 8 3 1864 161 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=397672 CPUtime=45.02
/proc/14575/stat : 14575 (minisat-inc) S 14552 14552 13927 0 -1 4194304 95436 0 0 0 4439 63 0 0 25 0 1 0 35356190 407216128 95365 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/14575/statm: 99418 95365 80 151 0 99264 0
Current children cumulated CPU time (s) 65.38
Current children cumulated vsize (KiB) 414808

[startup+67.9019 s]
/proc/loadavg: 2.73 2.68 2.60 3/82 14645
/proc/meminfo: memFree=948048/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=20.87
/proc/14552/stat : 14552 (sugar++) S 14550 14552 13927 0 -1 4194304 2110 50514 0 10 8 4 1911 164 16 0 1 0 35354384 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14552/statm: 4284 1189 414 3 0 863 0
[pid=14575] ppid=14552 vsize=397672 CPUtime=45.02
/proc/14575/stat : 14575 (minisat-inc) R 14552 14552 13927 0 -1 4194304 95436 0 0 0 4439 63 0 0 24 0 1 0 35356190 407216128 95365 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/14575/statm: 99418 95365 80 151 0 99264 0
Current children cumulated CPU time (s) 65.89
Current children cumulated vsize (KiB) 414808

[startup+68.0029 s]
/proc/loadavg: 2.73 2.68 2.60 3/82 14645
/proc/meminfo: memFree=948048/2055920 swapFree=4192812/4192956
[pid=14552] ppid=14550 vsize=17136 CPUtime=65.98
/proc/14552/stat : 14552 (sugar++) R 14550 14552 13927 0 -1 4194304 2135 145950 0 10 8 7 6350 233 15 0 1 0 35354384 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 233632928809 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14552/statm: 4284 1190 415 3 0 863 0
Current children cumulated CPU time (s) 65.98
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 68.0594
CPU time (s): 66.054
CPU user time (s): 63.5923
CPU system time (s): 2.46163
CPU usage (%): 97.0534
Max. virtual memory (cumulated for all children) (KiB): 890612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.5923
system time used= 2.46162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148141
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= 40490
involuntary context switches= 42668

runsolver used 0.083987 second user time and 0.231964 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-11 16:28:30
IDJOB=1108813
IDBENCH=60770
IDSOLVER=367
FILE ID=node3/1108813-1215786510
PBS_JOBID= 7903189
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-10_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-1108813-1215786510/watcher-1108813-1215786510 -o /tmp/evaluation-result-1108813-1215786510/solver-1108813-1215786510 -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-1108813-1215786510.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e073093b560129bc493ef597f3d0605
RANDOM SEED=1812885650

node3.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:       1504512 kB
Buffers:         41764 kB
Cached:         348420 kB
SwapCached:          0 kB
Active:         179968 kB
Inactive:       301456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1504512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1000 kB
Writeback:           0 kB
Mapped:         111540 kB
Slab:            55044 kB
Committed_AS:   923756 kB
PageTables:       1992 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= 66536 MiB
End job on node3 at 2008-07-11 16:29:38