Trace number 1112237

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-incOPTIMUM1 75.0596 76.915

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-80-5-add.xml
MD5SUM4a9833fa42d0a0932d635fb3733fa969
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 benchmark75.0596
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3170
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3170
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.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 14:03:34 2008
0.00/0.08	c 0	PID 18782
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112237-1215864214.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112237-1215864214.xml' 'HOME/temp.csp'
0.06/0.84	c 1	2 domains, 85 variables, 3 predicates, 0 relations, 3170 constraints
0.06/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	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.81/0.94	c 1	Parsing HOME/temp.csp
1.03/1.18	c 1	parsed 3260 expressions
1.03/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.22	c 1	MAX CSP: 3170 constraints
1.13/1.22	c 1	Converting to clausal form CSP
1.33/1.45	c 2	converted 644 (10%) expressions
1.42/1.51	c 2	converted 1287 (20%) expressions
1.42/1.59	c 2	converted 1930 (30%) expressions
1.53/1.64	c 2	converted 2574 (40%) expressions
1.53/1.69	c 2	converted 3217 (50%) expressions
1.63/1.74	c 2	converted 3860 (60%) expressions
1.72/1.83	c 2	converted 4504 (70%) expressions
1.72/1.86	c 2	converted 5147 (80%) expressions
1.82/1.90	c 2	converted 5790 (90%) expressions
2.11/2.28	c 2	converted 6433 (100%) expressions
2.11/2.28	c 2	CSP : 6445 integers, 6335 booleans, 22234 clauses, largest domain size 6400
2.11/2.28	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.28	c 2	Propagation in CSP
2.41/2.52	c 3	3165 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.52	c 3	CSP : 6445 integers, 6335 booleans, 22234 clauses, largest domain size 6400
2.41/2.52	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.53	c 3	Simplifing CSP by introducing new Boolean variables
2.52/2.61	c 3	CSP : 6445 integers, 19023 booleans, 34922 clauses, largest domain size 6400
2.52/2.61	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.73	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.71/2.81	c 3	645 (10%) CSP integer variables are encoded (38230 clauses, 551492 bytes)
2.71/2.82	c 3	1289 (20%) CSP integer variables are encoded (38230 clauses, 551492 bytes)
2.71/2.82	c 3	1934 (30%) CSP integer variables are encoded (38230 clauses, 551492 bytes)
2.71/2.82	c 3	2578 (40%) CSP integer variables are encoded (38230 clauses, 551492 bytes)
2.71/2.82	c 3	3223 (50%) CSP integer variables are encoded (38230 clauses, 551492 bytes)
2.71/2.83	c 3	3867 (60%) CSP integer variables are encoded (47055 clauses, 683867 bytes)
2.71/2.88	c 3	4512 (70%) CSP integer variables are encoded (80849 clauses, 1190777 bytes)
2.71/2.89	c 3	5156 (80%) CSP integer variables are encoded (91857 clauses, 1355897 bytes)
2.80/2.90	c 3	5801 (90%) CSP integer variables are encoded (97763 clauses, 1450970 bytes)
2.80/2.91	c 3	6445 (100%) CSP integer variables are encoded (105440 clauses, 1581479 bytes)
3.10/3.24	c 3	3493 (10%) CSP clauses are encoded (232899 clauses, 4317910 bytes)
3.40/3.54	c 4	6985 (20%) CSP clauses are encoded (365763 clauses, 7232420 bytes)
3.70/3.83	c 4	10477 (30%) CSP clauses are encoded (500411 clauses, 10283385 bytes)
3.99/4.14	c 4	13969 (40%) CSP clauses are encoded (639831 clauses, 13501941 bytes)
4.29/4.46	c 5	17461 (50%) CSP clauses are encoded (784579 clauses, 16853697 bytes)
4.58/4.78	c 5	20954 (60%) CSP clauses are encoded (936368 clauses, 20381477 bytes)
4.97/5.14	c 5	24446 (70%) CSP clauses are encoded (1095064 clauses, 24081933 bytes)
5.36/5.72	c 6	27938 (80%) CSP clauses are encoded (1264476 clauses, 28050289 bytes)
11.47/11.98	c 12	31430 (90%) CSP clauses are encoded (4748376 clauses, 102556523 bytes)
29.81/30.89	c 31	34922 (100%) CSP clauses are encoded (14181158 clauses, 311607210 bytes)
29.81/30.90	c 31	34922 CSP clauses encoded
29.81/30.90	c 31	Writing map file : HOME/temp.map
29.91/30.95	c 31	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.91/30.95	c 31	SAT : 130908 SAT variables, 14181158 SAT clauses, 311607210 bytes
29.91/30.95	c 31	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.00/31.00	c 31	OBJECTIVE minimize _COST
30.00/31.00	c 31	SOLVING HOME/temp.cnf
30.00/31.00	c 31	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
30.00/31.00	c 31	This is MiniSat 2.0 beta incremental
30.00/31.00	c 31	WARNING: for repeatability, setting FPU to use double precision
30.00/31.00	c 31	============================[ Problem Statistics ]=============================
30.00/31.00	c 31	|                                                                             |
30.00/31.00	c 31	|  Number of variables:  130908                                               |
30.00/31.00	c 31	|  Number of clauses:    14181158                                             |
36.51/37.60	c 38	|  Parsing time:         5.63         s                                       |
36.71/37.89	c 38	OK
36.71/37.89	c 38	OBJECTIVE BOUND: 0 <= _COST <= 
36.71/37.89	c 38	SEARCHING: _COST <= 1585
36.71/37.89	c 38	============================[ Search Statistics ]==============================
36.71/37.89	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.71/37.89	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.71/37.89	c 38	===============================================================================
36.71/37.89	c 38	|         0 |  130908 14181158 42613101 |  4727052        0    nan |  0.000 % |
41.56/42.73	c 43	|       100 |  130908 14181158 42613101 |  5199757      100     10 |  0.000 % |
43.24/44.48	c 45	|       250 |  130908 14181158 42613101 |  5719733      250     44 |  0.000 % |
44.33/45.58	c 46	===============================================================================
44.33/45.58	c 46	restarts              : 3
44.33/45.58	c 46	conflicts             : 356           (26 /sec)
44.33/45.58	c 46	decisions             : 43883         (0.59 % random) (3252 /sec)
44.33/45.58	c 46	propagations          : 2139230        (158521 /sec)
44.33/45.58	c 46	conflict literals     : 11763          (8.79 % deleted)
44.33/45.58	c 46	Memory used           : 588.98 MB
44.33/45.58	c 46	CPU time              : 13.4949 s
44.33/45.58	c 46	
44.33/45.58	c 46	SATISFIABLE
44.43/45.63	c 46	OK
44.43/45.63	c 46	FOUND: _COST <= 1585
44.43/45.63	s SATISFIABLE
44.43/45.63	c 46	DECODING HOME/temp.out WITH HOME/temp.map
44.43/45.63	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.46/45.71	c 46	Decoding HOME/temp.out
44.91/46.12	c 46	OBJECTIVE _COST 920
44.91/46.12	o 920
44.91/46.12	v 63 60 74 67 68 68 75 73 76 71 65 76 79 78 74 66 76 73 70 70 69 75 72 70 77 79 78 73 73 78 76 75 76 69 70 78 76 71 75 78 78 73 72 78 78 71 77 79 77 78 77 77 74 79 79 79 77 67 78 64 79 79 77 49 77 75 79 73 79 73 65 79 61 62 76 68 76 71 44 72 6398 6317 6399 6399 6239
44.91/46.13	c 46	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
44.99/46.22	c 46	OK
44.99/46.22	c 46	OBJECTIVE BOUND: 0 <= _COST <= 920
44.99/46.22	c 46	SEARCHING: _COST <= 460
44.99/46.22	c 46	============================[ Search Statistics ]==============================
44.99/46.22	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.99/46.22	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.99/46.22	c 46	===============================================================================
44.99/46.22	c 46	|       356 |  130908 14181158 42613101 |  4727052      356     33 |  0.000 % |
46.47/47.72	c 48	|       457 |  130908 14181158 42613101 |  5199757      457     33 | 21.133 % |
47.86/49.11	c 49	|       607 |  108867 14181158 42613101 |  5719733      607     27 | 21.133 % |
49.45/50.73	c 51	===============================================================================
49.45/50.74	c 51	restarts              : 6
49.45/50.74	c 51	conflicts             : 788           (44 /sec)
49.45/50.74	c 51	decisions             : 65743         (0.54 % random) (3639 /sec)
49.45/50.74	c 51	propagations          : 4156442        (230079 /sec)
49.45/50.74	c 51	conflict literals     : 20320          (8.88 % deleted)
49.45/50.74	c 51	Memory used           : 590.02 MB
49.45/50.74	c 51	CPU time              : 18.0653 s
49.45/50.74	c 51	
49.45/50.74	c 51	SATISFIABLE
49.45/50.78	c 51	OK
49.45/50.78	c 51	FOUND: _COST <= 460
49.45/50.78	c 51	DECODING HOME/temp.out WITH HOME/temp.map
49.45/50.78	c 51	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.53/50.86	c 51	Decoding HOME/temp.out
49.53/51.15	c 51	OBJECTIVE _COST 375
49.53/51.15	o 375
49.53/51.16	v 78 79 26 66 70 71 52 79 51 79 79 49 74 77 53 73 78 40 78 74 76 78 75 78 60 69 57 54 63 79 79 79 79 78 70 77 78 79 79 59 73 75 79 71 48 77 75 72 74 79 50 44 79 73 76 53 17 72 65 76 79 75 45 62 68 38 77 78 77 37 73 79 78 76 75 76 39 25 69 67 6399 6399 6317 6395 6398
49.53/51.16	c 51	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
50.00/51.34	c 51	OK
50.00/51.34	c 51	OBJECTIVE BOUND: 0 <= _COST <= 375
50.00/51.34	c 51	SEARCHING: _COST <= 187
50.00/51.34	c 51	============================[ Search Statistics ]==============================
50.00/51.34	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.00/51.35	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.00/51.35	c 51	===============================================================================
50.00/51.35	c 51	|       788 |  103243 14181158 42613101 |  4727052      788     26 | 21.133 % |
51.29/52.67	c 53	|       889 |  103243 14181158 42613101 |  5199757      889     28 | 27.616 % |
51.78/53.18	c 53	===============================================================================
51.78/53.18	c 53	restarts              : 8
51.78/53.18	c 53	conflicts             : 929           (46 /sec)
51.78/53.18	c 53	decisions             : 68229         (0.53 % random) (3401 /sec)
51.78/53.18	c 53	propagations          : 4902300        (244358 /sec)
51.78/53.18	c 53	conflict literals     : 25715          (10.90 % deleted)
51.78/53.18	c 53	Memory used           : 590.92 MB
51.78/53.18	c 53	CPU time              : 20.0619 s
51.78/53.18	c 53	
51.78/53.18	c 53	SATISFIABLE
51.88/53.23	c 53	OK
51.88/53.23	c 53	FOUND: _COST <= 187
51.88/53.23	c 53	DECODING HOME/temp.out WITH HOME/temp.map
51.88/53.23	c 53	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.91/53.31	c 53	Decoding HOME/temp.out
52.44/53.80	c 54	OBJECTIVE _COST 187
52.44/53.80	o 187
52.44/53.81	v 48 34 37 69 57 72 68 45 68 40 79 60 75 52 56 74 74 46 39 76 79 79 76 73 71 42 67 55 71 26 54 66 51 11 70 79 43 53 31 4 19 78 79 38 59 79 78 33 62 29 61 50 78 63 77 77 32 28 77 79 15 73 47 72 65 27 79 48 38 58 75 23 41 77 78 47 44 30 70 7 6238 6399 6237 6319 6397
52.44/53.81	c 54	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
52.51/53.97	c 54	OK
52.51/53.97	c 54	OBJECTIVE BOUND: 0 <= _COST <= 187
52.51/53.97	c 54	SEARCHING: _COST <= 93
52.51/53.97	c 54	============================[ Search Statistics ]==============================
52.51/53.97	c 54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
52.51/53.97	c 54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
52.51/53.97	c 54	===============================================================================
52.51/53.97	c 54	|       929 |   94756 14181158 42613101 |  4727052      929     28 | 27.616 % |
53.01/54.49	c 55	|      1029 |   94755 14181158 42613101 |  5199757     1029     29 | 31.047 % |
53.40/54.88	c 55	===============================================================================
53.40/54.89	c 55	restarts              : 10
53.40/54.89	c 55	conflicts             : 1065          (50 /sec)
53.40/54.89	c 55	decisions             : 69768         (0.54 % random) (3304 /sec)
53.40/54.89	c 55	propagations          : 5374158        (254473 /sec)
53.40/54.89	c 55	conflict literals     : 30773          (9.89 % deleted)
53.40/54.89	c 55	Memory used           : 591.18 MB
53.40/54.89	c 55	CPU time              : 21.1188 s
53.40/54.89	c 55	
53.40/54.89	c 55	SATISFIABLE
53.50/54.94	c 55	OK
53.50/54.94	c 55	FOUND: _COST <= 93
53.50/54.94	c 55	DECODING HOME/temp.out WITH HOME/temp.map
53.50/54.94	c 55	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.53/55.02	c 55	Decoding HOME/temp.out
53.53/55.30	c 55	OBJECTIVE _COST 93
53.53/55.30	o 93
53.53/55.31	v 42 66 49 73 61 8 1 39 2 63 34 28 76 74 69 55 50 14 40 60 79 79 52 78 45 43 4 75 12 35 59 77 67 15 77 79 67 70 74 78 54 79 79 70 72 26 44 62 71 36 76 58 53 65 79 38 41 68 17 27 64 37 48 0 73 30 57 69 47 65 78 51 32 9 18 31 75 19 78 56 6399 6399 6319 6319 6399
53.53/55.31	c 55	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
53.96/55.45	c 56	OK
53.96/55.45	c 56	OBJECTIVE BOUND: 0 <= _COST <= 93
53.96/55.45	c 56	SEARCHING: _COST <= 46
53.96/55.45	c 56	============================[ Search Statistics ]==============================
53.96/55.45	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
53.96/55.45	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
53.96/55.45	c 56	===============================================================================
53.96/55.45	c 56	|      1065 |   90265 14181158 42613101 |  4727052     1065     29 | 31.047 % |
54.36/55.87	c 56	===============================================================================
54.36/55.88	c 56	restarts              : 11
54.36/55.88	c 56	conflicts             : 1098          (51 /sec)
54.36/55.88	c 56	decisions             : 70464         (0.54 % random) (3252 /sec)
54.36/55.88	c 56	propagations          : 5547071        (255995 /sec)
54.36/55.88	c 56	conflict literals     : 31318          (10.00 % deleted)
54.36/55.88	c 56	Memory used           : 591.31 MB
54.36/55.88	c 56	CPU time              : 21.6687 s
54.36/55.88	c 56	
54.36/55.88	c 56	SATISFIABLE
54.45/55.92	c 56	OK
54.45/55.92	c 56	FOUND: _COST <= 46
54.45/55.92	c 56	DECODING HOME/temp.out WITH HOME/temp.map
54.45/55.92	c 56	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
54.54/56.01	c 56	Decoding HOME/temp.out
54.83/56.30	c 56	OBJECTIVE _COST 46
54.83/56.30	o 46
54.83/56.31	v 46 68 26 74 0 9 29 40 30 28 64 21 38 3 70 58 43 45 54 61 23 79 20 78 55 72 25 76 36 34 60 2 73 15 79 79 71 7 77 79 56 79 79 75 78 65 63 11 77 49 41 5 8 22 1 47 48 32 37 52 27 33 50 13 6 31 42 4 51 66 18 57 59 67 69 53 17 62 39 44 6399 6399 6319 6319 6398
54.83/56.31	c 56	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
54.83/56.40	c 57	OK
54.83/56.40	c 57	OBJECTIVE BOUND: 0 <= _COST <= 46
54.83/56.40	c 57	SEARCHING: _COST <= 23
54.91/56.40	c 57	============================[ Search Statistics ]==============================
54.91/56.40	c 57	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.91/56.40	c 57	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.91/56.40	c 57	===============================================================================
54.91/56.40	c 57	|      1098 |   86505 14181158 42613101 |  4727052     1098     29 | 31.047 % |
55.30/56.87	c 57	|      1199 |   86501 14181158 42613101 |  5199757     1199     28 | 36.567 % |
55.60/57.20	c 57	===============================================================================
55.70/57.20	c 57	restarts              : 13
55.70/57.20	c 57	conflicts             : 1255          (56 /sec)
55.70/57.20	c 57	decisions             : 71731         (0.55 % random) (3180 /sec)
55.70/57.20	c 57	propagations          : 6259245        (277454 /sec)
55.70/57.20	c 57	conflict literals     : 34503          (9.54 % deleted)
55.70/57.20	c 57	Memory used           : 591.44 MB
55.70/57.20	c 57	CPU time              : 22.5596 s
55.70/57.20	c 57	
55.70/57.20	c 57	SATISFIABLE
55.70/57.25	c 57	OK
55.70/57.25	c 57	FOUND: _COST <= 23
55.70/57.25	c 57	DECODING HOME/temp.out WITH HOME/temp.map
55.70/57.25	c 57	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
55.75/57.33	c 57	Decoding HOME/temp.out
55.75/57.62	c 58	OBJECTIVE _COST 23
55.75/57.62	o 23
55.75/57.62	v 52 37 30 21 27 32 41 61 7 56 36 28 6 46 5 40 24 59 25 74 16 42 23 79 72 44 18 78 13 35 64 20 75 17 79 79 73 49 79 22 45 8 0 47 26 67 70 63 58 62 10 3 31 34 65 53 43 66 60 29 55 76 39 77 33 38 54 57 71 69 67 11 50 48 15 68 19 51 14 12 6399 6399 6399 6399 6399
55.75/57.63	c 58	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
56.14/57.71	c 58	OK
56.14/57.71	c 58	OBJECTIVE BOUND: 0 <= _COST <= 23
56.14/57.71	c 58	SEARCHING: _COST <= 11
56.14/57.71	c 58	============================[ Search Statistics ]==============================
56.14/57.71	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.14/57.71	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.14/57.71	c 58	===============================================================================
56.14/57.71	c 58	|      1255 |   83039 14181158 42613101 |  4727052     1255     27 | 36.567 % |
56.34/57.97	c 58	|      1356 |   83039 14181158 42613101 |  5199757     1356     28 | 39.058 % |
56.54/58.17	c 58	|      1506 |   83039 14181158 42613101 |  5719733     1506     26 | 39.058 % |
56.74/58.36	c 58	===============================================================================
56.74/58.36	c 58	restarts              : 16
56.74/58.36	c 58	conflicts             : 1525          (65 /sec)
56.74/58.36	c 58	decisions             : 72994         (0.56 % random) (3135 /sec)
56.74/58.36	c 58	propagations          : 6820754        (292944 /sec)
56.74/58.36	c 58	conflict literals     : 40364          (8.71 % deleted)
56.74/58.36	c 58	Memory used           : 591.44 MB
56.74/58.36	c 58	CPU time              : 23.2835 s
56.74/58.36	c 58	
56.74/58.36	c 58	SATISFIABLE
56.83/58.41	c 59	OK
56.83/58.41	c 59	FOUND: _COST <= 11
56.83/58.41	c 59	DECODING HOME/temp.out WITH HOME/temp.map
56.83/58.41	c 59	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.83/58.49	c 59	Decoding HOME/temp.out
56.84/58.78	c 59	OBJECTIVE _COST 11
56.84/58.78	o 11
56.84/58.78	v 34 42 20 53 62 65 59 13 54 7 43 30 77 48 45 58 39 8 29 19 44 46 64 22 3 47 16 5 41 69 1 26 18 25 15 2 63 76 14 24 70 10 12 51 27 73 75 67 60 66 32 17 36 49 68 56 4 72 61 33 57 55 23 79 37 40 38 9 78 71 74 35 52 50 21 0 11 6 31 28 6399 6399 6399 6399 6399
56.84/58.79	c 59	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
56.85/58.85	c 59	OK
56.85/58.85	c 59	OBJECTIVE BOUND: 0 <= _COST <= 11
56.85/58.85	c 59	SEARCHING: _COST <= 5
56.85/58.85	c 59	============================[ Search Statistics ]==============================
56.85/58.85	c 59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.85/58.85	c 59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.85/58.85	c 59	===============================================================================
56.85/58.85	c 59	|      1525 |   79778 14181158 42613101 |  4727052     1525     26 | 39.058 % |
57.49/59.12	c 59	|      1626 |   79778 14181158 42613101 |  5199757     1626     27 | 41.702 % |
57.59/59.25	c 59	|      1776 |   79778 14181158 42613101 |  5719733     1776     27 | 41.702 % |
57.89/59.51	c 60	|      2001 |   79778 14181158 42613101 |  6291707     2001     25 | 41.702 % |
58.09/59.79	c 60	|      2341 |   79778 14181158 42613101 |  6920877     2341     25 | 41.702 % |
58.98/60.66	c 61	|      2847 |   79778 14181158 42613101 |  7612965     2847     22 | 41.702 % |
59.18/60.83	c 61	===============================================================================
59.18/60.83	c 61	restarts              : 22
59.18/60.83	c 61	conflicts             : 2874          (114 /sec)
59.18/60.83	c 61	decisions             : 76288         (0.56 % random) (3014 /sec)
59.18/60.83	c 61	propagations          : 9712760        (383780 /sec)
59.18/60.83	c 61	conflict literals     : 64789          (7.64 % deleted)
59.18/60.83	c 61	Memory used           : 591.71 MB
59.18/60.83	c 61	CPU time              : 25.3082 s
59.18/60.83	c 61	
59.18/60.83	c 61	SATISFIABLE
59.18/60.88	c 61	OK
59.18/60.88	c 61	FOUND: _COST <= 5
59.18/60.88	c 61	DECODING HOME/temp.out WITH HOME/temp.map
59.18/60.88	c 61	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
59.26/60.96	c 61	Decoding HOME/temp.out
59.26/61.25	c 61	OBJECTIVE _COST 5
59.26/61.25	o 5
59.26/61.26	v 37 15 22 52 71 62 76 46 56 42 44 17 24 73 58 8 72 63 31 26 50 53 7 45 69 79 57 65 43 1 14 60 20 27 39 3 64 13 47 30 36 5 68 4 33 16 32 12 75 9 48 55 10 77 2 74 59 0 66 61 6 51 28 18 38 19 41 29 21 25 70 40 67 54 23 34 11 78 35 49 6399 6319 6319 6239 6399
59.26/61.26	c 61	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
59.26/61.31	c 61	OK
59.26/61.31	c 61	OBJECTIVE BOUND: 0 <= _COST <= 5
59.26/61.31	c 61	SEARCHING: _COST <= 2
59.26/61.31	c 61	============================[ Search Statistics ]==============================
59.26/61.31	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
59.26/61.31	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
59.26/61.31	c 61	===============================================================================
59.26/61.31	c 61	|      2874 |   76317 14181158 42613101 |  4727052     2874     23 | 41.702 % |
59.84/61.59	c 62	|      2975 |   76317 14181158 42613101 |  5199757     2975     24 | 44.523 % |
60.33/62.04	c 62	|      3126 |   76317 14181158 42613101 |  5719733     3126     26 | 44.523 % |
60.53/62.25	c 62	|      3352 |   76317 14181158 42613101 |  6291707     3352     26 | 44.523 % |
61.22/62.90	c 63	|      3690 |   76317 14181158 42613101 |  6920877     3690     34 | 44.523 % |
61.92/63.67	c 64	|      4196 |   76317 14181158 42613101 |  7612965     4196     47 | 44.523 % |
63.89/65.69	c 66	|      4955 |   76317 14181158 42613101 |  8374262     4955     56 | 44.523 % |
65.38/67.13	c 67	|      6094 |   76317 14181158 42613101 |  9211688     6094     48 | 44.523 % |
65.87/67.67	c 68	===============================================================================
65.87/67.67	c 68	restarts              : 30
65.87/67.67	c 68	conflicts             : 6285          (199 /sec)
65.87/67.67	c 68	decisions             : 84342         (0.58 % random) (2664 /sec)
65.87/67.67	c 68	propagations          : 14393360       (454706 /sec)
65.87/67.67	c 68	conflict literals     : 320828         (3.14 % deleted)
65.87/67.67	c 68	Memory used           : 592.49 MB
65.87/67.67	c 68	CPU time              : 31.6542 s
65.87/67.67	c 68	
65.87/67.67	c 68	SATISFIABLE
65.98/67.72	c 68	OK
65.98/67.72	c 68	FOUND: _COST <= 2
65.98/67.72	c 68	DECODING HOME/temp.out WITH HOME/temp.map
65.98/67.72	c 68	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.00/67.80	c 68	Decoding HOME/temp.out
66.00/68.09	c 68	OBJECTIVE _COST 2
66.00/68.09	o 2
66.00/68.09	v 42 52 47 18 40 55 45 50 28 11 20 75 44 78 13 77 79 76 15 65 23 14 74 51 16 58 56 67 36 70 43 54 66 57 69 62 26 68 27 61 49 22 12 25 60 30 4 24 32 63 19 37 7 64 1 46 31 21 0 71 17 41 5 3 8 59 53 39 2 10 6 38 9 34 72 48 35 33 73 29 6317 6399 6399 6398 6239
66.00/68.10	c 68	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
66.36/68.15	c 68	OK
66.36/68.15	c 68	OBJECTIVE BOUND: 0 <= _COST <= 2
66.36/68.15	c 68	SEARCHING: _COST <= 1
66.36/68.15	c 68	============================[ Search Statistics ]==============================
66.36/68.15	c 68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.36/68.15	c 68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.36/68.15	c 68	===============================================================================
66.36/68.15	c 68	|      6285 |   72624 14181158 42613101 |  4727052     6285     51 | 44.523 % |
66.73/68.54	c 69	|      6385 |   72624 14181158 42613101 |  5199757     6385     52 | 47.728 % |
67.13/68.92	c 69	|      6535 |   72624 14181158 42613101 |  5719733     6535     53 | 47.728 % |
67.33/69.11	c 69	|      6761 |   72624 14181158 42613101 |  6291707     6761     52 | 47.728 % |
67.92/69.75	c 70	|      7100 |   72624 14181158 42613101 |  6920877     7100     50 | 47.728 % |
68.91/70.78	c 71	|      7608 |   72624 14181158 42613101 |  7612965     7608     52 | 47.728 % |
69.99/71.88	c 72	|      8367 |   72624 14181158 42613101 |  8374262     8367     55 | 47.728 % |
72.27/74.14	c 74	|      9506 |   72624 14181158 42613101 |  9211688     9506     69 | 47.728 % |
72.87/74.73	c 75	===============================================================================
72.87/74.74	c 75	restarts              : 38
72.87/74.74	c 75	conflicts             : 9825          (257 /sec)
72.87/74.74	c 75	decisions             : 92622         (0.61 % random) (2424 /sec)
72.87/74.74	c 75	propagations          : 18261272       (477891 /sec)
72.87/74.74	c 75	conflict literals     : 693612         (2.31 % deleted)
72.87/74.74	c 75	Memory used           : 593.78 MB
72.87/74.74	c 75	CPU time              : 38.2122 s
72.87/74.74	c 75	
72.87/74.74	c 75	SATISFIABLE
72.87/74.78	c 75	OK
72.87/74.78	c 75	FOUND: _COST <= 1
72.87/74.78	c 75	DECODING HOME/temp.out WITH HOME/temp.map
72.87/74.78	c 75	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
72.94/74.86	c 75	Decoding HOME/temp.out
72.94/75.32	c 75	OBJECTIVE _COST 1
72.94/75.32	o 1
72.94/75.32	v 44 37 20 69 1 30 60 13 15 31 26 52 3 45 40 49 11 38 68 2 6 35 55 65 47 54 61 57 0 56 50 42 9 12 8 27 7 24 51 39 34 10 18 48 59 64 19 78 5 33 17 32 41 77 22 14 46 66 75 63 53 36 58 71 74 67 4 79 28 25 73 29 70 72 62 76 23 21 43 16 6317 6399 6237 6398 6239
72.94/75.33	c 75	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
72.94/75.36	c 75	OK
72.94/75.36	c 75	OBJECTIVE BOUND: 0 <= _COST <= 1
72.94/75.36	c 75	SEARCHING: _COST <= 0
72.94/75.36	c 75	============================[ Search Statistics ]==============================
72.94/75.36	c 75	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
72.94/75.36	c 75	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
72.94/75.36	c 75	===============================================================================
72.94/75.36	c 75	|      9825 |   68428 14181158 42613101 |  4727052     9825     71 | 47.728 % |
73.73/75.67	c 76	|      9925 |   68428 14181158 42613101 |  5199757     9925     71 | 50.150 % |
74.12/76.01	c 76	|     10076 |   68428 14181158 42613101 |  5719733    10076     70 | 50.150 % |
74.62/76.52	c 77	|     10302 |   68428 14181158 42613101 |  6291707    10302     69 | 50.150 % |
74.72/76.64	c 77	===============================================================================
74.72/76.64	c 77	restarts              : 42
74.72/76.64	c 77	conflicts             : 10385         (263 /sec)
74.72/76.64	c 77	decisions             : 94560         (0.62 % random) (2393 /sec)
74.72/76.64	c 77	propagations          : 20200289       (511141 /sec)
74.72/76.64	c 77	conflict literals     : 707990         (2.34 % deleted)
74.72/76.64	c 77	Memory used           : 593.91 MB
74.72/76.64	c 77	CPU time              : 39.52 s
74.72/76.64	c 77	
74.72/76.64	c 77	UNSATISFIABLE
74.72/76.64	c 77	OK
74.72/76.64	c 77	NOT FOUND: _COST <= 0
74.72/76.64	c 77	OK
74.72/76.64	c 77	OBJECTIVE _COST 1
74.72/76.64	s OPTIMUM FOUND
74.81/76.78	c 77	CPU 71.17 (0.09 0.03 71.08 3.67)
74.81/76.78	c 77	END Sat Jul 12 14:04:51 2008

Verifier Data (download as text)

OK	1	3169
1 unsatisfied constraints, 3169 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-1112237-1215864214/watcher-1112237-1215864214 -o /tmp/evaluation-result-1112237-1215864214/solver-1112237-1215864214 -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-1112237-1215864214.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.04 2.04 2.01 4/86 18782
/proc/meminfo: memFree=1875696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=12268 CPUtime=0
/proc/18782/stat : 18782 (sugar++) R 18780 18782 18745 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43119203 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233402235493 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18782/statm: 3067 316 241 3 0 167 0

[startup+0.0820989 s]
/proc/loadavg: 2.04 2.04 2.01 4/86 18782
/proc/meminfo: memFree=1875696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.06
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 43119203 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.104938 s]
/proc/loadavg: 2.04 2.04 2.01 4/86 18782
/proc/meminfo: memFree=1875696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.06
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301949 s]
/proc/loadavg: 2.04 2.04 2.01 4/86 18782
/proc/meminfo: memFree=1875696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.06
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701995 s]
/proc/loadavg: 2.04 2.04 2.01 4/86 18782
/proc/meminfo: memFree=1875696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.06
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50207 s]
/proc/loadavg: 2.20 2.07 2.02 4/97 18804
/proc/meminfo: memFree=1866968/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.81
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1296 6675 0 1 5 1 71 4 15 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
[pid=18795] ppid=18782 vsize=5356 CPUtime=0
/proc/18795/stat : 18795 (sh) S 18782 18782 18745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43119290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18795/statm: 1339 233 193 169 0 50 0
[pid=18796] ppid=18795 vsize=868392 CPUtime=0.61
/proc/18796/stat : 18796 (java) S 18795 18782 18745 0 -1 0 5739 0 1 0 58 3 0 0 18 0 9 0 43119290 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18796/statm: 217098 5156 1734 9 0 211673 0
[pid=18796/tid=18797] ppid=18795 vsize=868392 CPUtime=0.36
/proc/18796/task/18797/stat : 18797 (java) R 18795 18782 18745 0 -1 64 2657 0 1 0 35 1 0 0 22 0 9 0 43119291 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4126833600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18798] ppid=18795 vsize=868392 CPUtime=0.04
/proc/18796/task/18798/stat : 18798 (java) S 18795 18782 18745 0 -1 64 936 0 0 0 4 0 0 0 16 0 9 0 43119292 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18799] ppid=18795 vsize=868392 CPUtime=0
/proc/18796/task/18799/stat : 18799 (java) S 18795 18782 18745 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 43119292 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18800] ppid=18795 vsize=868392 CPUtime=0
/proc/18796/task/18800/stat : 18800 (java) S 18795 18782 18745 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43119292 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18801] ppid=18795 vsize=868392 CPUtime=0
/proc/18796/task/18801/stat : 18801 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43119294 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18802] ppid=18795 vsize=868392 CPUtime=0.18
/proc/18796/task/18802/stat : 18802 (java) S 18795 18782 18745 0 -1 64 1455 0 0 0 18 0 0 0 16 0 9 0 43119294 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18803] ppid=18795 vsize=868392 CPUtime=0
/proc/18796/task/18803/stat : 18803 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43119294 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18804] ppid=18795 vsize=868392 CPUtime=0
/proc/18796/task/18804/stat : 18804 (java) S 18795 18782 18745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43119294 889233408 5156 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890488

[startup+3.10224 s]
/proc/loadavg: 2.20 2.07 2.02 3/97 18804
/proc/meminfo: memFree=1848856/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.81
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1297 6675 0 1 5 1 71 4 15 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
[pid=18795] ppid=18782 vsize=5356 CPUtime=0
/proc/18795/stat : 18795 (sh) S 18782 18782 18745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43119290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18795/statm: 1339 233 193 169 0 50 0
[pid=18796] ppid=18795 vsize=868504 CPUtime=2.19
/proc/18796/stat : 18796 (java) S 18795 18782 18745 0 -1 0 11351 0 1 0 209 10 0 0 18 0 9 0 43119290 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18796/statm: 217126 10365 2565 9 0 211673 0
[pid=18796/tid=18797] ppid=18795 vsize=868504 CPUtime=1.36
/proc/18796/task/18797/stat : 18797 (java) R 18795 18782 18745 0 -1 64 2935 0 1 0 132 4 0 0 25 0 9 0 43119291 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18798] ppid=18795 vsize=868504 CPUtime=0.53
/proc/18796/task/18798/stat : 18798 (java) S 18795 18782 18745 0 -1 64 6209 0 0 0 49 4 0 0 16 0 9 0 43119292 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18799] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18799/stat : 18799 (java) S 18795 18782 18745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43119292 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18800] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18800/stat : 18800 (java) S 18795 18782 18745 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43119292 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18801] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18801/stat : 18801 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43119294 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18802] ppid=18795 vsize=868504 CPUtime=0.28
/proc/18796/task/18802/stat : 18802 (java) S 18795 18782 18745 0 -1 64 1515 0 0 0 27 1 0 0 16 0 9 0 43119294 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18803] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18803/stat : 18803 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43119294 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18804] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18804/stat : 18804 (java) S 18795 18782 18745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43119294 889348096 10365 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890600

[startup+6.30256 s]
/proc/loadavg: 2.26 2.09 2.02 2/97 18804
/proc/meminfo: memFree=1815000/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.81
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1297 6675 0 1 5 1 71 4 15 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
[pid=18795] ppid=18782 vsize=5356 CPUtime=0
/proc/18795/stat : 18795 (sh) S 18782 18782 18745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43119290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18795/statm: 1339 233 193 169 0 50 0
[pid=18796] ppid=18795 vsize=868504 CPUtime=5.14
/proc/18796/stat : 18796 (java) S 18795 18782 18745 0 -1 0 11846 0 1 0 481 33 0 0 18 0 9 0 43119290 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18796/statm: 217126 10374 2565 9 0 211673 0
[pid=18796/tid=18797] ppid=18795 vsize=868504 CPUtime=4.13
/proc/18796/task/18797/stat : 18797 (java) R 18795 18782 18745 0 -1 64 3422 0 1 0 389 24 0 0 25 0 9 0 43119291 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4127077849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18798] ppid=18795 vsize=868504 CPUtime=0.7
/proc/18796/task/18798/stat : 18798 (java) S 18795 18782 18745 0 -1 64 6209 0 0 0 63 7 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18799] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18799/stat : 18799 (java) S 18795 18782 18745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18800] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18800/stat : 18800 (java) S 18795 18782 18745 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18801] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18801/stat : 18801 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18802] ppid=18795 vsize=868504 CPUtime=0.29
/proc/18796/task/18802/stat : 18802 (java) S 18795 18782 18745 0 -1 64 1523 0 0 0 28 1 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18803] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18803/stat : 18803 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18804] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18804/stat : 18804 (java) S 18795 18782 18745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 890600

[startup+12.7022 s]
/proc/loadavg: 2.32 2.10 2.03 3/97 18804
/proc/meminfo: memFree=1738328/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.81
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1297 6675 0 1 5 1 71 4 16 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
[pid=18795] ppid=18782 vsize=5356 CPUtime=0
/proc/18795/stat : 18795 (sh) S 18782 18782 18745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43119290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18795/statm: 1339 233 193 169 0 50 0
[pid=18796] ppid=18795 vsize=868504 CPUtime=11.45
/proc/18796/stat : 18796 (java) S 18795 18782 18745 0 -1 0 12940 0 1 0 1061 84 0 0 18 0 9 0 43119290 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18796/statm: 217126 10374 2565 9 0 211673 0
[pid=18796/tid=18797] ppid=18795 vsize=868504 CPUtime=10.05
/proc/18796/task/18797/stat : 18797 (java) R 18795 18782 18745 0 -1 64 4516 0 1 0 938 67 0 0 25 0 9 0 43119291 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 102064829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18798] ppid=18795 vsize=868504 CPUtime=1.07
/proc/18796/task/18798/stat : 18798 (java) S 18795 18782 18745 0 -1 64 6209 0 0 0 93 14 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18799] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18799/stat : 18799 (java) S 18795 18782 18745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18800] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18800/stat : 18800 (java) S 18795 18782 18745 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18801] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18801/stat : 18801 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18802] ppid=18795 vsize=868504 CPUtime=0.29
/proc/18796/task/18802/stat : 18802 (java) S 18795 18782 18745 0 -1 64 1523 0 0 0 28 1 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18803] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18803/stat : 18803 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18804] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18804/stat : 18804 (java) S 18795 18782 18745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890600

[startup+25.5015 s]
/proc/loadavg: 2.42 2.13 2.04 3/97 18804
/proc/meminfo: memFree=1597208/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=16740 CPUtime=0.81
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1297 6675 0 1 5 1 71 4 16 0 1 0 43119203 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4185 1104 409 3 0 764 0
[pid=18795] ppid=18782 vsize=5356 CPUtime=0
/proc/18795/stat : 18795 (sh) S 18782 18782 18745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43119290 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18795/statm: 1339 233 193 169 0 50 0
[pid=18796] ppid=18795 vsize=868504 CPUtime=23.84
/proc/18796/stat : 18796 (java) S 18795 18782 18745 0 -1 0 14953 0 1 0 2206 178 0 0 18 0 9 0 43119290 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18796/statm: 217126 10374 2565 9 0 211673 0
[pid=18796/tid=18797] ppid=18795 vsize=868504 CPUtime=21.76
/proc/18796/task/18797/stat : 18797 (java) R 18795 18782 18745 0 -1 64 6529 0 1 0 2027 149 0 0 25 0 9 0 43119291 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4127059448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18798] ppid=18795 vsize=868504 CPUtime=1.74
/proc/18796/task/18798/stat : 18798 (java) S 18795 18782 18745 0 -1 64 6209 0 0 0 148 26 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18799] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18799/stat : 18799 (java) S 18795 18782 18745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18800] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18800/stat : 18800 (java) S 18795 18782 18745 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43119292 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18801] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18801/stat : 18801 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18802] ppid=18795 vsize=868504 CPUtime=0.29
/proc/18796/task/18802/stat : 18802 (java) S 18795 18782 18745 0 -1 64 1523 0 0 0 28 1 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18803] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18803/stat : 18803 (java) S 18795 18782 18745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18796/tid=18804] ppid=18795 vsize=868504 CPUtime=0
/proc/18796/task/18804/stat : 18804 (java) S 18795 18782 18745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43119294 889348096 10374 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 890600

[startup+51.101 s]
/proc/loadavg: 2.61 2.21 2.06 3/88 18815
/proc/meminfo: memFree=972128/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=30.49
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 1690 26905 0 3 7 2 2806 234 16 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=604172 CPUtime=19.04
/proc/18805/stat : 18805 (minisat-inc) S 18782 18782 18745 0 -1 4194304 147105 0 0 0 1810 94 0 0 25 0 1 0 43122303 618672128 147050 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18805/statm: 151043 147050 80 151 0 150889 0
Current children cumulated CPU time (s) 49.53
Current children cumulated vsize (KiB) 621308

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

[startup+63.9013 s]
/proc/loadavg: 2.52 2.20 2.06 3/88 18885
/proc/meminfo: memFree=969888/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=33.34
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2130 55221 0 10 8 3 3070 253 15 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=606300 CPUtime=28.87
/proc/18805/stat : 18805 (minisat-inc) R 18782 18782 18745 0 -1 4194304 147665 0 0 0 2791 96 0 0 25 0 1 0 43122303 620851200 147598 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/18805/statm: 151575 147598 80 151 0 151421 0
Current children cumulated CPU time (s) 62.21
Current children cumulated vsize (KiB) 623436

[startup+70.3019 s]
/proc/loadavg: 2.44 2.20 2.06 3/88 18895
/proc/meminfo: memFree=969248/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=33.72
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2200 59265 0 11 8 3 3104 257 15 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=606836 CPUtime=34.79
/proc/18805/stat : 18805 (minisat-inc) R 18782 18782 18745 0 -1 4194304 147808 0 0 0 3382 97 0 0 25 0 1 0 43122303 621400064 147739 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18805/statm: 151709 147739 80 151 0 151555 0
Current children cumulated CPU time (s) 68.51
Current children cumulated vsize (KiB) 623972

[startup+73.5023 s]
/proc/loadavg: 2.44 2.20 2.06 3/88 18895
/proc/meminfo: memFree=968864/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=33.72
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2200 59265 0 11 8 3 3104 257 16 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=607760 CPUtime=37.96
/proc/18805/stat : 18805 (minisat-inc) R 18782 18782 18745 0 -1 4194304 148036 0 0 0 3699 97 0 0 25 0 1 0 43122303 622346240 147967 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/18805/statm: 151940 147967 80 151 0 151786 0
Current children cumulated CPU time (s) 71.68
Current children cumulated vsize (KiB) 624896

[startup+75.1014 s]
/proc/loadavg: 2.44 2.20 2.06 3/88 18895
/proc/meminfo: memFree=968224/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=33.72
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2252 59265 0 11 8 3 3104 257 15 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=608024 CPUtime=39.22
/proc/18805/stat : 18805 (minisat-inc) S 18782 18782 18745 0 -1 4194304 148100 0 0 0 3824 98 0 0 25 0 1 0 43122303 622616576 148029 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/18805/statm: 152006 148029 80 151 0 151852 0
Current children cumulated CPU time (s) 72.94
Current children cumulated vsize (KiB) 625160

[startup+75.9065 s]
/proc/loadavg: 2.48 2.21 2.07 3/88 18905
/proc/meminfo: memFree=968096/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=34.27
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2271 63305 0 12 9 3 3156 259 15 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=608024 CPUtime=39.76
/proc/18805/stat : 18805 (minisat-inc) R 18782 18782 18745 0 -1 4194304 148107 0 0 0 3878 98 0 0 25 0 1 0 43122303 622616576 148036 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18805/statm: 152006 148036 80 151 0 151852 0
Current children cumulated CPU time (s) 74.03
Current children cumulated vsize (KiB) 625160

[startup+76.7023 s]
/proc/loadavg: 2.48 2.21 2.07 3/88 18905
/proc/meminfo: memFree=968096/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=34.27
/proc/18782/stat : 18782 (sugar++) S 18780 18782 18745 0 -1 4194304 2286 63305 0 12 9 3 3156 259 15 0 1 0 43119203 17547264 1204 996147200 4194304 4206940 548682068528 18446744073709551615 233410969492 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/18782/statm: 4284 1204 414 3 0 863 0
[pid=18805] ppid=18782 vsize=0 CPUtime=40.54
/proc/18805/stat : 18805 (minisat-inc) R 18782 18782 18745 0 -1 4194308 148115 0 0 0 3951 103 0 0 25 0 1 0 43122303 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18805/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.81
Current children cumulated vsize (KiB) 17136

[startup+76.9079 s]
/proc/loadavg: 2.48 2.21 2.07 3/87 18905
/proc/meminfo: memFree=1870696/2055920 swapFree=4176484/4192956
[pid=18782] ppid=18780 vsize=17136 CPUtime=75.04
/proc/18782/stat : 18782 (sugar++) R 18780 18782 18745 0 -1 4194304 2293 211420 0 12 9 20 7108 367 18 0 1 0 43119203 17547264 1205 996147200 4194304 4206940 548682068528 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18782/statm: 4284 1205 415 3 0 863 0
Current children cumulated CPU time (s) 75.04
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 76.915
CPU time (s): 75.0596
CPU user time (s): 71.1762
CPU system time (s): 3.88341
CPU usage (%): 97.5877
Max. virtual memory (cumulated for all children) (KiB): 890740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1762
system time used= 3.88341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213769
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40194
involuntary context switches= 41242

runsolver used 0.113982 second user time and 0.303953 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-12 14:03:34
IDJOB=1112237
IDBENCH=61384
IDSOLVER=367
FILE ID=node70/1112237-1215864214
PBS_JOBID= 7903524
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/queensKnights/normalized-queensKnights-80-5-add.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-1112237-1215864214/watcher-1112237-1215864214 -o /tmp/evaluation-result-1112237-1215864214/solver-1112237-1215864214 -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-1112237-1215864214.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4a9833fa42d0a0932d635fb3733fa969
RANDOM SEED=628719648

node70.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.221
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.221
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:       1876176 kB
Buffers:         23496 kB
Cached:          48548 kB
SwapCached:       5816 kB
Active:          97476 kB
Inactive:        30084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1876176 kB
SwapTotal:     4192956 kB
SwapFree:      4176484 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          71648 kB
Slab:            36732 kB
Committed_AS:  1012176 kB
PageTables:       2348 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= 66440 MiB
End job on node70 at 2008-07-12 14:04:51