Trace number 1112746

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+minisatOPTIMUM1 48.5846 49.6746

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-01-1092.xml
MD5SUMa52afc3b931e8ca9ea1365037f813ab5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark17.7983
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1093
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 16:38:46 2008
0.00/0.04	c 0	PID 17165
0.03/0.05	c 0	HOST node11.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112746-1215873526.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112746-1215873526.xml' 'HOME/temp.csp'
0.03/0.63	c 0	2 domains, 101 variables, 2 predicates, 0 relations, 1000 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.76	c 1	Parsing HOME/temp.csp
0.60/0.90	c 1	parsed 1105 expressions
0.60/0.91	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.93	c 1	MAX CSP: 1000 constraints
0.60/0.93	c 1	Converting to clausal form CSP
0.60/0.97	c 1	converted 211 (10%) expressions
0.90/1.02	c 1	converted 422 (20%) expressions
0.90/1.04	c 1	converted 633 (30%) expressions
1.01/1.13	c 1	converted 844 (40%) expressions
1.01/1.14	c 1	converted 1054 (50%) expressions
1.01/1.15	c 1	converted 1265 (60%) expressions
1.01/1.16	c 1	converted 1476 (70%) expressions
1.01/1.17	c 1	converted 1687 (80%) expressions
1.01/1.17	c 1	converted 1898 (90%) expressions
1.10/1.28	c 1	converted 2108 (100%) expressions
1.10/1.28	c 1	CSP : 2101 integers, 0 booleans, 2999 clauses, largest domain size 1501
1.10/1.28	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.28	c 1	Propagation in CSP
1.20/1.34	c 1	994 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.34	c 1	CSP : 2101 integers, 0 booleans, 2999 clauses, largest domain size 1093
1.20/1.34	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.37	c 1	CSP : 2101 integers, 1800 booleans, 4799 clauses, largest domain size 1093
1.20/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.56	c 1	211 (10%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.39/1.57	c 1	421 (20%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.39/1.57	c 1	631 (30%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.39/1.57	c 1	841 (40%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.39/1.57	c 1	1051 (50%) CSP integer variables are encoded (109100 clauses, 1632759 bytes)
1.39/1.58	c 1	1261 (60%) CSP integer variables are encoded (117737 clauses, 1779588 bytes)
1.39/1.58	c 1	1471 (70%) CSP integer variables are encoded (119863 clauses, 1815730 bytes)
1.39/1.59	c 1	1681 (80%) CSP integer variables are encoded (122460 clauses, 1859879 bytes)
1.39/1.59	c 1	1891 (90%) CSP integer variables are encoded (123987 clauses, 1885838 bytes)
1.49/1.60	c 1	2101 (100%) CSP integer variables are encoded (126083 clauses, 1921470 bytes)
1.99/2.11	c 2	480 (10%) CSP clauses are encoded (377867 clauses, 7363163 bytes)
2.58/2.74	c 3	960 (20%) CSP clauses are encoded (695283 clauses, 14676296 bytes)
3.17/3.36	c 3	1440 (30%) CSP clauses are encoded (1015061 clauses, 22050717 bytes)
3.77/3.99	c 4	1920 (40%) CSP clauses are encoded (1335998 clauses, 29455446 bytes)
4.41/4.77	c 5	2400 (50%) CSP clauses are encoded (1650560 clauses, 36721302 bytes)
4.91/5.29	c 5	2880 (60%) CSP clauses are encoded (1917711 clauses, 43041933 bytes)
6.09/6.45	c 6	3360 (70%) CSP clauses are encoded (2436021 clauses, 55596914 bytes)
7.08/7.43	c 7	3840 (80%) CSP clauses are encoded (2941681 clauses, 67939454 bytes)
7.18/7.57	c 7	4320 (90%) CSP clauses are encoded (3007649 clauses, 69526390 bytes)
7.58/7.94	c 8	4799 (100%) CSP clauses are encoded (3200249 clauses, 74203940 bytes)
7.58/7.94	c 8	4799 CSP clauses encoded
7.58/7.94	c 8	Writing map file : HOME/temp.map
7.58/7.97	c 8	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.97	c 8	SAT : 129983 SAT variables, 3200249 SAT clauses, 74203940 bytes
7.58/7.97	c 8	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.58/7.98	c 8	OBJECTIVE minimize _COST
7.58/7.98	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.58/7.98	c 8	SEARCHING: _COST <= 500
7.58/7.98	c 8	SOLVING HOME/temp.cnf
7.58/7.98	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.58/7.99	c 8	This is MiniSat 2.0 beta
7.58/7.99	c 8	WARNING: for repeatability, setting FPU to use double precision
7.58/7.99	c 8	============================[ Problem Statistics ]=============================
7.58/7.99	c 8	|                                                                             |
7.58/7.99	c 8	|  Number of variables:  129983                                               |
7.58/7.99	c 8	|  Number of clauses:    3200250                                              |
9.44/9.82	c 10	|  Parsing time:         1.60         s                                       |
10.12/10.53	c 10	============================[ Search Statistics ]==============================
10.12/10.53	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.12/10.53	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.12/10.53	c 10	===============================================================================
10.12/10.53	c 10	|         0 |  124983  2727697  8032842 |   909232        0    nan |  0.000 % |
10.32/10.79	c 11	===============================================================================
10.43/10.80	c 11	restarts              : 1
10.43/10.80	c 11	conflicts             : 0              (0 /sec)
10.43/10.80	c 11	decisions             : 1288           (1.48 % random) (502 /sec)
10.43/10.80	c 11	propagations          : 129983         (50683 /sec)
10.43/10.80	c 11	conflict literals     : 0              ( nan % deleted)
10.43/10.80	c 11	Memory used           : 134.67 MB
10.43/10.80	c 11	CPU time              : 2.56461 s
10.43/10.80	c 11	
10.43/10.85	c 11	SATISFIABLE
10.43/10.88	c 11	FOUND: _COST <= 500
10.43/10.88	s SATISFIABLE
10.43/10.88	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.43/10.88	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.53/10.96	c 11	Decoding HOME/temp.out
10.82/11.20	c 11	OBJECTIVE _COST 500
10.82/11.20	o 500
10.82/11.21	v 1092 36 1092 5 8 472 9 105 567 34 35 573 8 507 9 50 27 1031 28 1065 167 15 153 912 16 911 51 77 79 617 88 262 621 622 1091 920 1079 653 1091 1091 1091 1077 1091 1089 1090 1064 897 897 1079 1083 492 1090 1078 1077 727 1051 1091 1038 1091 111 1091 475 860 1032 1091 473 1091 1091 931 1085 1091 1047 1091 72 1088 1064 680 1090 1045 1067 1091 404 1091 1091 774 919 1088 1091 239 1091 1088 1091 982 1085 826 1091 763 1032 1038 894 1091
10.82/11.21	c 11	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.82/11.26	c 11	OBJECTIVE BOUND: 0 <= _COST <= 500
10.82/11.26	c 11	SEARCHING: _COST <= 250
10.82/11.26	c 11	SOLVING HOME/temp.cnf
10.82/11.26	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.82/11.26	c 11	This is MiniSat 2.0 beta
10.82/11.26	c 11	WARNING: for repeatability, setting FPU to use double precision
10.82/11.26	c 11	============================[ Problem Statistics ]=============================
10.82/11.26	c 11	|                                                                             |
10.82/11.26	c 11	|  Number of variables:  129983                                               |
10.82/11.26	c 11	|  Number of clauses:    3200250                                              |
12.55/13.09	c 13	|  Parsing time:         1.58         s                                       |
13.54/14.02	c 14	============================[ Search Statistics ]==============================
13.54/14.02	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.54/14.02	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.54/14.02	c 14	===============================================================================
13.54/14.02	c 14	|         0 |  122233  2438572  7173467 |   812857        0    nan |  0.000 % |
13.74/14.28	c 14	===============================================================================
13.74/14.29	c 14	restarts              : 1
13.74/14.29	c 14	conflicts             : 1              (0 /sec)
13.74/14.29	c 14	decisions             : 794            (1.39 % random) (288 /sec)
13.74/14.29	c 14	propagations          : 131785         (47721 /sec)
13.74/14.29	c 14	conflict literals     : 6              (0.00 % deleted)
13.74/14.29	c 14	Memory used           : 135.18 MB
13.74/14.29	c 14	CPU time              : 2.76158 s
13.74/14.29	c 14	
13.84/14.34	c 14	SATISFIABLE
13.84/14.37	c 14	FOUND: _COST <= 250
13.84/14.37	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.84/14.37	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.92/14.45	c 14	Decoding HOME/temp.out
13.92/14.68	c 15	OBJECTIVE _COST 250
13.92/14.68	o 250
13.92/14.69	v 1092 34 916 25 0 28 103 531 121 32 33 174 0 632 1 57 8 9 10 1065 698 8 452 54 988 174 28 26 922 175 1023 653 13 795 14 413 15 35 32 33 34 9 24 700 27 29 703 898 76 89 98 992 25 39 66 1023 65 431 485 486 1091 994 220 735 1091 585 1091 1091 931 1085 1091 1047 1091 197 1088 1064 291 1090 1045 1067 1091 823 1091 1091 670 850 1088 1091 594 1091 1088 1091 342 1085 722 1091 374 1032 1038 894 1091
13.92/14.69	c 15	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.92/14.74	c 15	OBJECTIVE BOUND: 0 <= _COST <= 250
13.92/14.74	c 15	SEARCHING: _COST <= 125
13.92/14.74	c 15	SOLVING HOME/temp.cnf
13.92/14.74	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.92/14.74	c 15	This is MiniSat 2.0 beta
13.92/14.74	c 15	WARNING: for repeatability, setting FPU to use double precision
13.92/14.74	c 15	============================[ Problem Statistics ]=============================
13.92/14.74	c 15	|                                                                             |
13.92/14.74	c 15	|  Number of variables:  129983                                               |
13.92/14.74	c 15	|  Number of clauses:    3200250                                              |
16.06/16.60	c 16	|  Parsing time:         1.63         s                                       |
17.06/17.61	c 17	============================[ Search Statistics ]==============================
17.06/17.61	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.06/17.61	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.06/17.61	c 17	===============================================================================
17.06/17.61	c 17	|         0 |  120483  2206947  6483717 |   735649        0    nan |  0.000 % |
17.35/17.90	c 18	===============================================================================
17.35/17.90	c 18	restarts              : 1
17.35/17.90	c 18	conflicts             : 4              (1 /sec)
17.35/17.90	c 18	decisions             : 576            (0.87 % random) (197 /sec)
17.35/17.90	c 18	propagations          : 163173         (55928 /sec)
17.35/17.90	c 18	conflict literals     : 54             (3.57 % deleted)
17.35/17.90	c 18	Memory used           : 135.72 MB
17.35/17.90	c 18	CPU time              : 2.91756 s
17.35/17.90	c 18	
17.35/17.96	c 18	SATISFIABLE
17.35/17.98	c 18	FOUND: _COST <= 125
17.35/17.98	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.35/17.98	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.44/18.06	c 18	Decoding HOME/temp.out
17.44/18.29	c 18	OBJECTIVE _COST 125
17.44/18.29	o 125
17.44/18.30	v 1092 654 48 2 5 32 632 723 239 33 238 175 4 958 6 36 13 15 153 34 633 56 334 809 929 35 1062 16 18 57 964 950 5 488 13 778 14 90 27 40 487 160 223 50 156 0 273 468 28 41 1092 0 6 20 158 1050 35 36 152 523 1029 62 798 1031 1091 164 61 602 603 50 1030 2 47 53 607 622 650 1090 1045 1067 1091 781 1091 1091 611 605 1088 1091 764 1091 1088 949 224 1024 663 1091 733 663 1038 352 1091
17.44/18.30	c 18	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.44/18.35	c 18	OBJECTIVE BOUND: 0 <= _COST <= 125
17.44/18.35	c 18	SEARCHING: _COST <= 62
17.44/18.35	c 18	SOLVING HOME/temp.cnf
17.44/18.35	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.44/18.35	c 18	This is MiniSat 2.0 beta
17.44/18.35	c 18	WARNING: for repeatability, setting FPU to use double precision
17.44/18.35	c 18	============================[ Problem Statistics ]=============================
17.44/18.35	c 18	|                                                                             |
17.44/18.36	c 18	|  Number of variables:  129983                                               |
17.44/18.36	c 18	|  Number of clauses:    3200250                                              |
19.58/20.24	c 20	|  Parsing time:         1.67         s                                       |
20.56/21.27	c 21	============================[ Search Statistics ]==============================
20.56/21.27	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.56/21.27	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.56/21.27	c 21	===============================================================================
20.56/21.27	c 21	|         0 |  119152  2066882  6067452 |   688960        0    nan |  0.000 % |
20.96/21.68	c 22	===============================================================================
20.96/21.69	c 22	restarts              : 1
20.96/21.69	c 22	conflicts             : 17             (5 /sec)
20.96/21.69	c 22	decisions             : 344            (0.87 % random) (111 /sec)
20.96/21.69	c 22	propagations          : 289512         (93586 /sec)
20.96/21.69	c 22	conflict literals     : 539            (14.17 % deleted)
20.96/21.69	c 22	Memory used           : 135.60 MB
20.96/21.69	c 22	CPU time              : 3.09353 s
20.96/21.69	c 22	
21.06/21.74	c 22	SATISFIABLE
21.06/21.76	c 22	FOUND: _COST <= 62
21.06/21.76	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.06/21.76	c 22	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.15/21.84	c 22	Decoding HOME/temp.out
21.57/22.27	c 22	OBJECTIVE _COST 62
21.57/22.27	o 62
21.57/22.28	v 1092 208 16 3 2 0 305 725 361 11 12 448 3 1023 4 906 13 11 339 1089 14 1088 517 94 42 1 214 92 19 240 1021 4 1091 726 1090 175 1066 347 725 1088 1020 1073 212 1089 15 392 17 213 2 1064 420 1089 503 66 81 1023 1087 12 1 517 1086 975 236 6 1091 468 1079 74 75 1080 1087 146 191 217 77 1064 652 144 28 192 13 277 235 216 446 2 1088 212 764 1091 1088 1091 981 1016 824 467 323 153 1038 21 1091
21.57/22.29	c 22	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.57/22.29	c 22	OBJECTIVE BOUND: 0 <= _COST <= 62
21.57/22.29	c 22	SEARCHING: _COST <= 31
21.57/22.29	c 22	SOLVING HOME/temp.cnf
21.57/22.29	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.57/22.30	c 22	This is MiniSat 2.0 beta
21.57/22.30	c 22	WARNING: for repeatability, setting FPU to use double precision
21.57/22.30	c 22	============================[ Problem Statistics ]=============================
21.57/22.30	c 22	|                                                                             |
21.66/22.30	c 22	|  Number of variables:  129983                                               |
21.66/22.30	c 22	|  Number of clauses:    3200250                                              |
23.54/24.22	c 24	|  Parsing time:         1.67         s                                       |
24.43/25.19	c 25	============================[ Search Statistics ]==============================
24.43/25.19	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.43/25.19	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.43/25.19	c 25	===============================================================================
24.43/25.19	c 25	|         0 |  118028  1991466  5844545 |   663822        0    nan |  0.000 % |
25.42/26.10	c 26	===============================================================================
25.42/26.10	c 26	restarts              : 1
25.42/26.10	c 26	conflicts             : 80             (23 /sec)
25.42/26.10	c 26	decisions             : 345            (1.45 % random) (97 /sec)
25.42/26.11	c 26	propagations          : 972290         (274390 /sec)
25.42/26.11	c 26	conflict literals     : 5006           (18.03 % deleted)
25.42/26.11	c 26	Memory used           : 135.76 MB
25.42/26.11	c 26	CPU time              : 3.54346 s
25.42/26.11	c 26	
25.42/26.16	c 26	SATISFIABLE
25.42/26.18	c 26	FOUND: _COST <= 31
25.42/26.18	c 26	DECODING HOME/temp.out WITH HOME/temp.map
25.42/26.18	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
25.53/26.26	c 26	Decoding HOME/temp.out
25.73/26.49	c 26	OBJECTIVE _COST 31
25.73/26.49	o 31
25.83/26.50	v 1092 1021 66 1001 1020 244 1 609 245 65 1090 413 65 1011 406 891 66 1090 43 404 67 871 395 872 1057 870 92 20 75 118 992 879 1091 582 1054 32 19 204 1090 14 1089 7 6 998 1055 1008 156 22 1070 1083 392 5 381 1077 16 1036 0 976 14 406 15 315 859 23 420 421 83 14 84 15 22 34 32 147 0 4 680 607 633 93 33 79 62 22 424 248 74 1091 742 78 63 1090 241 1004 754 1091 351 1030 688 912 1091
25.83/26.50	c 26	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
25.83/26.55	c 26	OBJECTIVE BOUND: 0 <= _COST <= 31
25.83/26.55	c 26	SEARCHING: _COST <= 15
25.83/26.55	c 26	SOLVING HOME/temp.cnf
25.83/26.55	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.83/26.55	c 26	This is MiniSat 2.0 beta
25.83/26.55	c 26	WARNING: for repeatability, setting FPU to use double precision
25.83/26.55	c 26	============================[ Problem Statistics ]=============================
25.83/26.55	c 26	|                                                                             |
25.83/26.56	c 26	|  Number of variables:  129983                                               |
25.83/26.56	c 26	|  Number of clauses:    3200250                                              |
27.65/28.48	c 28	|  Parsing time:         1.69         s                                       |
28.64/29.42	c 29	============================[ Search Statistics ]==============================
28.64/29.42	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.64/29.42	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.64/29.42	c 29	===============================================================================
28.64/29.42	c 29	|         0 |  116916  1949338  5721481 |   649779        0    nan |  0.000 % |
29.42/30.28	c 30	|       100 |  116916  1949338  5721481 |   714757      100     61 | 10.053 % |
29.63/30.43	c 30	===============================================================================
29.63/30.44	c 30	restarts              : 2
29.63/30.44	c 30	conflicts             : 102            (28 /sec)
29.63/30.44	c 30	decisions             : 488            (1.43 % random) (135 /sec)
29.63/30.44	c 30	propagations          : 1127769        (311156 /sec)
29.63/30.44	c 30	conflict literals     : 6101           (16.40 % deleted)
29.63/30.44	c 30	Memory used           : 135.82 MB
29.63/30.44	c 30	CPU time              : 3.62445 s
29.63/30.44	c 30	
29.63/30.49	c 30	SATISFIABLE
29.73/30.52	c 30	FOUND: _COST <= 15
29.73/30.52	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.73/30.52	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.73/30.59	c 30	Decoding HOME/temp.out
30.03/30.83	c 31	OBJECTIVE _COST 15
30.03/30.83	o 15
30.03/30.83	v 1092 1 437 654 1090 1091 707 70 725 0 1089 491 1090 25 16 973 2 1 142 14 164 1091 612 151 94 1090 3 569 133 292 29 949 1091 281 93 322 232 571 231 280 163 377 270 271 23 294 36 957 10 25 489 123 1076 9 129 494 35 1022 1091 570 128 393 844 91 496 535 231 1091 232 1083 1090 125 123 657 74 217 245 68 170 78 124 208 396 24 772 35 759 33 397 34 25 392 282 274 497 281 763 437 48 103 102
30.03/30.84	c 31	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
30.03/30.88	c 31	OBJECTIVE BOUND: 0 <= _COST <= 15
30.03/30.88	c 31	SEARCHING: _COST <= 7
30.03/30.88	c 31	SOLVING HOME/temp.cnf
30.03/30.88	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.03/30.89	c 31	This is MiniSat 2.0 beta
30.03/30.89	c 31	WARNING: for repeatability, setting FPU to use double precision
30.03/30.89	c 31	============================[ Problem Statistics ]=============================
30.03/30.89	c 31	|                                                                             |
30.03/30.89	c 31	|  Number of variables:  129983                                               |
30.03/30.89	c 31	|  Number of clauses:    3200250                                              |
31.96/32.81	c 33	|  Parsing time:         1.69         s                                       |
32.85/33.75	c 34	============================[ Search Statistics ]==============================
32.85/33.75	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.85/33.75	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.85/33.75	c 34	===============================================================================
32.85/33.75	c 34	|         0 |  115772  1926206  5655509 |   642068        0    nan |  0.000 % |
33.55/34.44	c 34	===============================================================================
33.55/34.45	c 34	restarts              : 1
33.55/34.45	c 34	conflicts             : 61             (18 /sec)
33.55/34.45	c 34	decisions             : 280            (0.36 % random) (85 /sec)
33.55/34.45	c 34	propagations          : 660491         (199454 /sec)
33.55/34.45	c 34	conflict literals     : 2874           (17.51 % deleted)
33.55/34.45	c 34	Memory used           : 135.36 MB
33.55/34.45	c 34	CPU time              : 3.3115 s
33.55/34.45	c 34	
33.65/34.50	c 34	SATISFIABLE
33.65/34.53	c 34	FOUND: _COST <= 7
33.65/34.53	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.65/34.53	c 34	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.69/34.61	c 34	Decoding HOME/temp.out
33.69/34.84	c 35	OBJECTIVE _COST 7
33.69/34.84	o 7
33.69/34.84	v 1092 826 917 378 1 746 808 2 381 916 0 126 110 12 1063 584 11 1 1070 80 701 895 111 896 37 583 865 893 1 588 1026 950 76 78 72 747 16 369 368 920 77 12 11 892 1090 72 895 758 745 63 100 655 15 1076 657 30 29 1022 10 82 1091 28 575 1016 1085 137 1091 1089 808 20 27 905 31 445 1086 2 33 1090 969 880 32 657 5 895 339 919 891 918 11 6 7 27 807 438 73 71 478 962 1016 921 700
33.69/34.85	c 35	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
33.69/34.90	c 35	OBJECTIVE BOUND: 0 <= _COST <= 7
33.69/34.90	c 35	SEARCHING: _COST <= 3
33.69/34.90	c 35	SOLVING HOME/temp.cnf
33.69/34.90	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.00/34.90	c 35	This is MiniSat 2.0 beta
34.00/34.90	c 35	WARNING: for repeatability, setting FPU to use double precision
34.00/34.90	c 35	============================[ Problem Statistics ]=============================
34.00/34.90	c 35	|                                                                             |
34.00/34.90	c 35	|  Number of variables:  129983                                               |
34.00/34.90	c 35	|  Number of clauses:    3200250                                              |
35.86/36.82	c 37	|  Parsing time:         1.67         s                                       |
36.75/37.75	c 38	============================[ Search Statistics ]==============================
36.75/37.75	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.75/37.75	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.75/37.75	c 38	===============================================================================
36.75/37.75	c 38	|         0 |  114512  1912584  5618419 |   637528        0    nan |  0.000 % |
37.75/38.72	c 39	===============================================================================
37.75/38.73	c 39	restarts              : 1
37.75/38.73	c 39	conflicts             : 89             (25 /sec)
37.75/38.73	c 39	decisions             : 248            (0.40 % random) (70 /sec)
37.75/38.73	c 39	propagations          : 956675         (268770 /sec)
37.75/38.73	c 39	conflict literals     : 5527           (18.32 % deleted)
37.75/38.73	c 39	Memory used           : 135.48 MB
37.75/38.73	c 39	CPU time              : 3.55946 s
37.75/38.73	c 39	
37.75/38.78	c 39	SATISFIABLE
37.84/38.81	c 39	FOUND: _COST <= 3
37.84/38.81	c 39	DECODING HOME/temp.out WITH HOME/temp.map
37.84/38.81	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
37.84/38.89	c 39	Decoding HOME/temp.out
37.87/39.31	c 39	OBJECTIVE _COST 3
37.87/39.31	o 3
37.87/39.31	v 1092 2 110 332 109 289 710 343 728 0 1 625 101 427 1083 508 1090 1091 39 33 102 169 628 508 2 0 205 166 111 231 37 483 627 0 481 290 697 713 712 1091 482 447 0 417 1090 462 10 209 371 1 490 1088 47 493 116 1 0 62 61 577 1090 71 395 335 70 645 9 173 174 1083 8 170 63 656 112 216 244 168 64 35 32 215 41 1091 765 42 757 712 384 1090 33 482 285 420 495 1090 761 0 120 60 1091
37.87/39.32	c 39	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
37.87/39.35	c 39	OBJECTIVE BOUND: 0 <= _COST <= 3
37.87/39.35	c 39	SEARCHING: _COST <= 1
37.87/39.35	c 39	SOLVING HOME/temp.cnf
37.87/39.35	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
37.87/39.35	c 39	This is MiniSat 2.0 beta
37.87/39.35	c 39	WARNING: for repeatability, setting FPU to use double precision
37.87/39.35	c 39	============================[ Problem Statistics ]=============================
37.87/39.35	c 39	|                                                                             |
37.87/39.35	c 39	|  Number of variables:  129983                                               |
37.87/39.35	c 39	|  Number of clauses:    3200250                                              |
40.20/41.28	c 41	|  Parsing time:         1.70         s                                       |
41.20/42.21	c 42	============================[ Search Statistics ]==============================
41.20/42.21	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.20/42.21	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.20/42.21	c 42	===============================================================================
41.20/42.21	c 42	|         0 |  113000  1903297  5595092 |   634432        0    nan |  0.000 % |
41.99/43.08	c 43	|       102 |  113000  1903297  5595092 |   697875      102     52 | 13.066 % |
43.08/44.10	c 44	===============================================================================
43.08/44.11	c 44	restarts              : 2
43.08/44.11	c 44	conflicts             : 237            (53 /sec)
43.08/44.11	c 44	decisions             : 458            (0.87 % random) (102 /sec)
43.08/44.11	c 44	propagations          : 2284122        (508112 /sec)
43.08/44.11	c 44	conflict literals     : 13844          (18.71 % deleted)
43.08/44.11	c 44	Memory used           : 135.53 MB
43.08/44.11	c 44	CPU time              : 4.49532 s
43.08/44.11	c 44	
43.08/44.16	c 44	SATISFIABLE
43.08/44.18	c 44	FOUND: _COST <= 1
43.08/44.18	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.08/44.18	c 44	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.18/44.26	c 44	Decoding HOME/temp.out
43.18/44.49	c 44	OBJECTIVE _COST 1
43.18/44.49	o 1
43.18/44.50	v 1092 564 373 652 1091 0 709 6 727 563 5 633 1091 567 490 365 17 487 343 565 18 1091 562 80 45 284 19 2 10 285 1026 28 2 200 26 920 4 542 0 27 1 13 1090 2 1088 248 48 954 276 39 354 562 548 65 123 1 47 488 122 585 1091 384 141 5 106 482 3 1091 930 107 4 170 3 655 22 215 243 4 35 82 13 215 1088 1090 770 42 759 1089 399 1091 14 489 4 490 497 364 763 427 289 114 353
43.18/44.50	c 44	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
43.18/44.55	c 44	OBJECTIVE BOUND: 0 <= _COST <= 1
43.18/44.55	c 44	SEARCHING: _COST <= 0
43.18/44.55	c 44	SOLVING HOME/temp.cnf
43.18/44.55	c 44	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
43.18/44.55	c 44	This is MiniSat 2.0 beta
43.18/44.55	c 44	WARNING: for repeatability, setting FPU to use double precision
43.18/44.55	c 44	============================[ Problem Statistics ]=============================
43.18/44.55	c 44	|                                                                             |
43.18/44.56	c 44	|  Number of variables:  129983                                               |
43.18/44.56	c 44	|  Number of clauses:    3200250                                              |
45.40/46.50	c 46	|  Parsing time:         1.70         s                                       |
46.29/47.41	c 47	============================[ Search Statistics ]==============================
46.29/47.41	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.29/47.41	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.29/47.41	c 47	===============================================================================
46.29/47.41	c 47	|         0 |  101000  1887400  5561300 |   629133        0    nan |  0.000 % |
47.09/48.27	c 48	|       103 |  101000  1887400  5561300 |   692046      103     13 | 22.298 % |
48.28/49.47	c 49	|       253 |  100985  1887400  5561300 |   761251      251     11 | 23.502 % |
48.47/49.60	c 49	===============================================================================
48.47/49.60	c 49	restarts              : 3
48.47/49.60	c 49	conflicts             : 272            (57 /sec)
48.47/49.60	c 49	decisions             : 336            (0.89 % random) (70 /sec)
48.47/49.60	c 49	propagations          : 2747070        (575631 /sec)
48.47/49.60	c 49	conflict literals     : 2956           (36.53 % deleted)
48.47/49.60	c 49	Memory used           : 136.27 MB
48.47/49.60	c 49	CPU time              : 4.77227 s
48.47/49.60	c 49	
48.47/49.60	c 49	UNSATISFIABLE
48.47/49.63	c 49	NOT FOUND: _COST <= 0
48.47/49.63	c 49	OBJECTIVE _COST 1
48.47/49.63	s OPTIMUM FOUND
48.47/49.63	c 49	CPU 45.14 (0.05 0.02 45.09 3.36)
48.47/49.63	c 49	END Sat Jul 12 16:39:35 2008

Verifier Data (download as text)

OK	1	999
1 unsatisfied constraints, 999 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-1112746-1215873526/watcher-1112746-1215873526 -o /tmp/evaluation-result-1112746-1215873526/solver-1112746-1215873526 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112746-1215873526.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.01 2.00 2.00 4/80 17165
/proc/meminfo: memFree=1787168/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=12268 CPUtime=0
/proc/17165/stat : 17165 (sugar) R 17163 17165 16476 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 44055376 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 262918945790 0 0 4224 0 0 0 0 17 1 0 0
/proc/17165/statm: 3067 316 241 3 0 167 0

[startup+0.0500721 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 17165
/proc/meminfo: memFree=1787168/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.03
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 44055376 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101786 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 17165
/proc/meminfo: memFree=1787168/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.03
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44055376 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301804 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 17165
/proc/meminfo: memFree=1787168/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.03
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44055376 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701874 s]
/proc/loadavg: 2.01 2.00 2.00 4/80 17165
/proc/meminfo: memFree=1787168/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.6
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 957 4802 0 1 3 0 54 3 16 0 1 0 44055376 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 17187
/proc/meminfo: memFree=1778376/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.6
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 974 4802 0 1 3 0 54 3 15 0 1 0 44055376 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 797 370 3 0 500 0
[pid=17178] ppid=17165 vsize=5356 CPUtime=0
/proc/17178/stat : 17178 (sh) S 17165 17165 16476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44055445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17178/statm: 1339 233 193 169 0 50 0
[pid=17179] ppid=17178 vsize=868376 CPUtime=0.79
/proc/17179/stat : 17179 (java) S 17178 17165 16476 0 -1 0 6826 0 1 0 75 4 0 0 18 0 9 0 44055445 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17179/statm: 217094 6044 2561 9 0 211641 0
[pid=17179/tid=17180] ppid=17178 vsize=868376 CPUtime=0.46
/proc/17179/task/17180/stat : 17180 (java) R 17178 17165 16476 0 -1 64 2724 0 1 0 44 2 0 0 23 0 9 0 44055446 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4125966835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17181] ppid=17178 vsize=868376 CPUtime=0.07
/proc/17179/task/17181/stat : 17181 (java) S 17178 17165 16476 0 -1 64 1933 0 0 0 7 0 0 0 16 0 9 0 44055447 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17182] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17182/stat : 17182 (java) S 17178 17165 16476 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44055447 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17183] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17183/stat : 17183 (java) S 17178 17165 16476 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44055447 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17184] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17184/stat : 17184 (java) S 17178 17165 16476 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44055449 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17185] ppid=17178 vsize=868376 CPUtime=0.23
/proc/17179/task/17185/stat : 17185 (java) S 17178 17165 16476 0 -1 64 1476 0 0 0 23 0 0 0 16 0 9 0 44055449 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17186] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17186/stat : 17186 (java) S 17178 17165 16476 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44055449 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17187] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17187/stat : 17187 (java) S 17178 17165 16476 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44055449 889217024 6044 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887332

[startup+3.10214 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 17187
/proc/meminfo: memFree=1763400/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.6
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 974 4802 0 1 3 0 54 3 15 0 1 0 44055376 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 797 370 3 0 500 0
[pid=17178] ppid=17165 vsize=5356 CPUtime=0
/proc/17178/stat : 17178 (sh) S 17165 17165 16476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44055445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17178/statm: 1339 233 193 169 0 50 0
[pid=17179] ppid=17178 vsize=868376 CPUtime=2.38
/proc/17179/stat : 17179 (java) S 17178 17165 16476 0 -1 0 7325 0 1 0 221 17 0 0 18 0 9 0 44055445 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17179/statm: 217094 6061 2562 9 0 211641 0
[pid=17179/tid=17180] ppid=17178 vsize=868376 CPUtime=1.88
/proc/17179/task/17180/stat : 17180 (java) R 17178 17165 16476 0 -1 64 3208 0 1 0 176 12 0 0 25 0 9 0 44055446 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17181] ppid=17178 vsize=868376 CPUtime=0.2
/proc/17179/task/17181/stat : 17181 (java) S 17178 17165 16476 0 -1 64 1933 0 0 0 17 3 0 0 16 0 9 0 44055447 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17182] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17182/stat : 17182 (java) S 17178 17165 16476 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44055447 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17183] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17183/stat : 17183 (java) S 17178 17165 16476 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44055447 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17184] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17184/stat : 17184 (java) S 17178 17165 16476 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44055449 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17185] ppid=17178 vsize=868376 CPUtime=0.26
/proc/17179/task/17185/stat : 17185 (java) S 17178 17165 16476 0 -1 64 1491 0 0 0 26 0 0 0 16 0 9 0 44055449 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17186] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17186/stat : 17186 (java) S 17178 17165 16476 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44055449 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17187] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17187/stat : 17187 (java) S 17178 17165 16476 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44055449 889217024 6061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887332

[startup+6.30151 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 17187
/proc/meminfo: memFree=1726024/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13600 CPUtime=0.61
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 974 4802 0 1 3 1 54 3 15 0 1 0 44055376 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3400 797 370 3 0 500 0
[pid=17178] ppid=17165 vsize=5356 CPUtime=0
/proc/17178/stat : 17178 (sh) S 17165 17165 16476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44055445 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17178/statm: 1339 233 193 169 0 50 0
[pid=17179] ppid=17178 vsize=868376 CPUtime=5.38
/proc/17179/stat : 17179 (java) S 17178 17165 16476 0 -1 0 8236 0 1 0 496 42 0 0 18 0 9 0 44055445 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17179/statm: 217094 6064 2562 9 0 211641 0
[pid=17179/tid=17180] ppid=17178 vsize=868376 CPUtime=4.67
/proc/17179/task/17180/stat : 17180 (java) R 17178 17165 16476 0 -1 64 4116 0 1 0 435 32 0 0 25 0 9 0 44055446 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4126964366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17181] ppid=17178 vsize=868376 CPUtime=0.42
/proc/17179/task/17181/stat : 17181 (java) S 17178 17165 16476 0 -1 64 1933 0 0 0 34 8 0 0 16 0 9 0 44055447 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17182] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17182/stat : 17182 (java) S 17178 17165 16476 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44055447 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17183] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17183/stat : 17183 (java) S 17178 17165 16476 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44055447 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17184] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17184/stat : 17184 (java) S 17178 17165 16476 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44055449 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17185] ppid=17178 vsize=868376 CPUtime=0.26
/proc/17179/task/17185/stat : 17185 (java) S 17178 17165 16476 0 -1 64 1494 0 0 0 26 0 0 0 16 0 9 0 44055449 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17186] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17186/stat : 17186 (java) S 17178 17165 16476 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44055449 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17179/tid=17187] ppid=17178 vsize=868376 CPUtime=0
/proc/17179/task/17187/stat : 17187 (java) S 17178 17165 16476 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44055449 889217024 6064 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887332

[startup+12.7013 s]
/proc/loadavg: 2.09 2.02 2.01 3/83 17201
/proc/meminfo: memFree=1653128/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=10.84
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 1201 51859 0 3 4 1 992 87 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17200] ppid=17165 vsize=5356 CPUtime=0
/proc/17200/stat : 17200 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44056503 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17200/statm: 1339 232 193 169 0 50 0
[pid=17201] ppid=17200 vsize=112268 CPUtime=1.41
/proc/17201/stat : 17201 (minisat) R 17200 17165 16476 0 -1 4194304 26728 0 0 0 124 17 0 0 25 0 1 0 44056503 114962432 26714 996147200 134512640 135127466 4294956256 18446744073709551615 134532561 0 0 4096 3 0 0 0 17 1 0 0
/proc/17201/statm: 28067 26714 62 150 0 27914 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 131356

[startup+25.5018 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 17237
/proc/meminfo: memFree=1576008/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=21.66
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 1544 166550 0 6 4 2 1990 170 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17236] ppid=17165 vsize=5356 CPUtime=0
/proc/17236/stat : 17236 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44057606 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17236/statm: 1339 232 193 169 0 50 0
[pid=17237] ppid=17236 vsize=138692 CPUtime=3.17
/proc/17237/stat : 17237 (minisat) R 17236 17165 16476 0 -1 4194304 34005 0 0 0 294 23 0 0 25 0 1 0 44057606 142020608 33991 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/17237/statm: 34673 33991 72 150 0 34520 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 157780

[startup+26.5029 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 17247
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=25.53
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 1606 200945 0 6 4 2 2350 197 15 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17238] ppid=17165 vsize=5356 CPUtime=0
/proc/17238/stat : 17238 (sh) S 17165 17165 16476 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44057995 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17238/statm: 1339 233 193 169 0 50 0
[pid=17239] ppid=17238 vsize=864012 CPUtime=0.3
/proc/17239/stat : 17239 (java) S 17238 17165 16476 0 -1 0 3534 0 1 0 28 2 0 0 18 0 9 0 44057995 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17239/statm: 216003 3008 1672 9 0 210585 0
[pid=17239/tid=17240] ppid=17238 vsize=864012 CPUtime=0.23
/proc/17239/task/17240/stat : 17240 (java) R 17238 17165 16476 0 -1 64 2469 0 1 0 22 1 0 0 21 0 9 0 44057996 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17241] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17241/stat : 17241 (java) S 17238 17165 16476 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 44057997 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17242] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17242/stat : 17242 (java) S 17238 17165 16476 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 44057998 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17243] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17243/stat : 17243 (java) S 17238 17165 16476 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 44057998 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17244] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17244/stat : 17244 (java) S 17238 17165 16476 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44058000 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17245] ppid=17238 vsize=864012 CPUtime=0.05
/proc/17239/task/17245/stat : 17245 (java) R 17238 17165 16476 0 -1 64 300 0 0 0 5 0 0 0 16 0 9 0 44058000 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 102686857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17246] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17246/stat : 17246 (java) S 17238 17165 16476 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44058000 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17239/tid=17247] ppid=17238 vsize=864012 CPUtime=0
/proc/17239/task/17247/stat : 17247 (java) S 17238 17165 16476 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44058000 884748288 3008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 883100

# WARNING:
# current cumulated CPU time (25.83 s) is less than in the last sample (25.83 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1.90735e-06 s) to the 'lost time'.

[startup+26.6029 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 17247
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=25.83
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 1658 204828 0 7 4 2 2378 199 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
Current children cumulated CPU time (s) 25.83
Current children cumulated vsize (KiB) 13732

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

[startup+38.3013 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 17273
/proc/meminfo: memFree=1576200/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=34
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 1886 281380 0 9 5 2 3140 253 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17272] ppid=17165 vsize=5356 CPUtime=0
/proc/17272/stat : 17272 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44058867 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17272/statm: 1339 232 193 169 0 50 0
[pid=17273] ppid=17272 vsize=138544 CPUtime=3.35
/proc/17273/stat : 17273 (minisat) R 17272 17165 16476 0 -1 4194304 34007 0 0 0 313 22 0 0 25 0 1 0 44058867 141869056 33985 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/17273/statm: 34636 33985 72 150 0 34483 0
Current children cumulated CPU time (s) 37.35
Current children cumulated vsize (KiB) 157632

[startup+44.702 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17285
/proc/meminfo: memFree=1575688/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
Current children cumulated CPU time (s) 43.49
Current children cumulated vsize (KiB) 13732

[startup+47.9014 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17297
/proc/meminfo: memFree=1575304/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17296] ppid=17165 vsize=5356 CPUtime=0
/proc/17296/stat : 17296 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44059832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17296/statm: 1339 232 193 169 0 50 0
[pid=17297] ppid=17296 vsize=139356 CPUtime=3.3
/proc/17297/stat : 17297 (minisat) R 17296 17165 16476 0 -1 4194304 34182 0 0 0 308 22 0 0 25 0 1 0 44059832 142700544 34168 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17297/statm: 34839 34168 72 150 0 34686 0
Current children cumulated CPU time (s) 46.79
Current children cumulated vsize (KiB) 158444

[startup+48.7015 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17297
/proc/meminfo: memFree=1575048/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17296] ppid=17165 vsize=5356 CPUtime=0
/proc/17296/stat : 17296 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44059832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17296/statm: 1339 232 193 169 0 50 0
[pid=17297] ppid=17296 vsize=139356 CPUtime=4.09
/proc/17297/stat : 17297 (minisat) R 17296 17165 16476 0 -1 4194304 34186 0 0 0 387 22 0 0 25 0 1 0 44059832 142700544 34172 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17297/statm: 34839 34172 75 150 0 34686 0
Current children cumulated CPU time (s) 47.58
Current children cumulated vsize (KiB) 158444

[startup+49.1015 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17297
/proc/meminfo: memFree=1575048/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17296] ppid=17165 vsize=5356 CPUtime=0
/proc/17296/stat : 17296 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44059832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17296/statm: 1339 232 193 169 0 50 0
[pid=17297] ppid=17296 vsize=139356 CPUtime=4.49
/proc/17297/stat : 17297 (minisat) R 17296 17165 16476 0 -1 4194304 34198 0 0 0 427 22 0 0 25 0 1 0 44059832 142700544 34184 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/17297/statm: 34839 34184 75 150 0 34686 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 158444

[startup+49.5066 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17297
/proc/meminfo: memFree=1575048/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17296] ppid=17165 vsize=5356 CPUtime=0
/proc/17296/stat : 17296 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44059832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17296/statm: 1339 232 193 169 0 50 0
[pid=17297] ppid=17296 vsize=139536 CPUtime=4.89
/proc/17297/stat : 17297 (minisat) R 17296 17165 16476 0 -1 4194304 34201 0 0 0 467 22 0 0 25 0 1 0 44059832 142884864 34187 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17297/statm: 34884 34187 75 150 0 34731 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (KiB) 158624

[startup+49.6016 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17297
/proc/meminfo: memFree=1575048/2055920 swapFree=4192812/4192956
[pid=17165] ppid=17163 vsize=13732 CPUtime=43.49
/proc/17165/stat : 17165 (sugar) S 17163 17165 16476 0 -1 4194304 2114 357892 0 11 5 2 4031 311 16 0 1 0 44055376 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17165/statm: 3433 830 374 3 0 533 0
[pid=17296] ppid=17165 vsize=5356 CPUtime=0
/proc/17296/stat : 17296 (sh) S 17165 17165 16476 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44059832 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17296/statm: 1339 232 193 169 0 50 0
[pid=17297] ppid=17296 vsize=139536 CPUtime=4.98
/proc/17297/stat : 17297 (minisat) R 17296 17165 16476 0 -1 4194304 34201 0 0 0 476 22 0 0 25 0 1 0 44059832 142884864 34187 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/17297/statm: 34884 34187 75 150 0 34731 0
Current children cumulated CPU time (s) 48.47
Current children cumulated vsize (KiB) 158624

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.90735e-06
#  lost CPU user time (s): 1.90735e-06
#  lost CPU system time (s): 0

Real time (s): 49.6746
CPU time (s): 48.5846
CPU user time (s): 45.1481
CPU system time (s): 3.43648
CPU usage (%): 97.8057
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.1481
system time used= 3.43648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394572
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19085
involuntary context switches= 20638

runsolver used 0.078987 second user time and 0.174973 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-12 16:38:46
IDJOB=1112746
IDBENCH=61467
IDSOLVER=368
FILE ID=node11/1112746-1215873526
PBS_JOBID= 7903555
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-01-1092.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112746-1215873526/watcher-1112746-1215873526 -o /tmp/evaluation-result-1112746-1215873526/solver-1112746-1215873526 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112746-1215873526.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a52afc3b931e8ca9ea1365037f813ab5
RANDOM SEED=1940991962

node11.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.218
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.218
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:       1787648 kB
Buffers:         47192 kB
Cached:          89284 kB
SwapCached:          0 kB
Active:         140804 kB
Inactive:        68036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          92644 kB
Slab:            44472 kB
Committed_AS:   994628 kB
PageTables:       1988 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 node11 at 2008-07-12 16:39:36