Trace number 1110730

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+minisatMSAT (TO)1 3600.17 3618.8

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
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 05:24:36 2008
0.00/0.04	c 0	PID 15222
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1110730-1215833076.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110730-1215833076.xml' 'HOME/temp.csp'
0.03/0.66	c 0	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.03/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.79	c 0	Parsing HOME/temp.csp
0.63/0.94	c 1	parsed 928 expressions
0.63/0.94	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.63/0.96	c 1	MAX CSP: 915 constraints
0.63/0.96	c 1	Converting to clausal form CSP
0.90/1.02	c 1	converted 185 (10%) expressions
0.90/1.06	c 1	converted 370 (20%) expressions
1.01/1.14	c 1	converted 554 (30%) expressions
1.10/1.21	c 1	converted 739 (40%) expressions
1.10/1.25	c 1	converted 923 (50%) expressions
1.10/1.28	c 1	converted 1108 (60%) expressions
1.19/1.31	c 1	converted 1293 (70%) expressions
1.19/1.34	c 1	converted 1477 (80%) expressions
1.19/1.37	c 1	converted 1662 (90%) expressions
1.30/1.49	c 1	converted 1846 (100%) expressions
1.30/1.50	c 1	CSP : 4360 integers, 0 booleans, 7784 clauses, largest domain size 1373
1.30/1.50	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.50	c 1	Propagation in CSP
1.40/1.60	c 1	909 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.60	c 1	CSP : 4360 integers, 0 booleans, 7784 clauses, largest domain size 916
1.50/1.60	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.60	c 1	Simplifing CSP by introducing new Boolean variables
1.50/1.63	c 1	CSP : 4360 integers, 1740 booleans, 9524 clauses, largest domain size 916
1.50/1.63	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.68	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.72	c 1	436 (10%) CSP integer variables are encoded (10174 clauses, 131922 bytes)
1.59/1.76	c 1	872 (20%) CSP integer variables are encoded (40537 clauses, 587367 bytes)
1.69/1.80	c 1	1308 (30%) CSP integer variables are encoded (70900 clauses, 1042812 bytes)
1.69/1.84	c 1	1744 (40%) CSP integer variables are encoded (101263 clauses, 1504188 bytes)
1.69/1.89	c 2	2180 (50%) CSP integer variables are encoded (131626 clauses, 2020359 bytes)
1.79/1.93	c 2	2616 (60%) CSP integer variables are encoded (161902 clauses, 2535051 bytes)
1.79/1.97	c 2	3052 (70%) CSP integer variables are encoded (192265 clauses, 3051222 bytes)
1.89/2.01	c 2	3488 (80%) CSP integer variables are encoded (220743 clauses, 3535348 bytes)
1.89/2.02	c 2	3924 (90%) CSP integer variables are encoded (224255 clauses, 3595052 bytes)
1.89/2.03	c 2	4360 (100%) CSP integer variables are encoded (235123 clauses, 3779808 bytes)
2.99/3.15	c 3	953 (10%) CSP clauses are encoded (771639 clauses, 13734324 bytes)
5.58/5.71	c 5	1905 (20%) CSP clauses are encoded (2191689 clauses, 36823797 bytes)
7.96/8.19	c 8	2858 (30%) CSP clauses are encoded (3607870 clauses, 60490165 bytes)
10.54/10.73	c 10	3810 (40%) CSP clauses are encoded (5025985 clauses, 84267235 bytes)
13.12/13.45	c 13	4762 (50%) CSP clauses are encoded (6442077 clauses, 109442919 bytes)
15.68/16.07	c 16	5715 (60%) CSP clauses are encoded (7858258 clauses, 134944571 bytes)
18.26/18.69	c 18	6667 (70%) CSP clauses are encoded (9278308 clauses, 160874431 bytes)
20.93/21.33	c 21	7620 (80%) CSP clauses are encoded (10694489 clauses, 186882963 bytes)
21.34/21.70	c 21	8572 (90%) CSP clauses are encoded (10880739 clauses, 190718931 bytes)
23.31/23.74	c 23	9524 (100%) CSP clauses are encoded (11882018 clauses, 215053355 bytes)
23.31/23.74	c 23	9524 CSP clauses encoded
23.31/23.74	c 23	Writing map file : HOME/temp.map
23.31/23.75	c 23	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.31/23.75	c 23	SAT : 241223 SAT variables, 11882018 SAT clauses, 215053355 bytes
23.31/23.76	c 23	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.31/23.77	c 23	OBJECTIVE minimize _COST
23.31/23.77	c 23	OBJECTIVE BOUND: 0 <= _COST <= 
23.31/23.77	c 23	SEARCHING: _COST <= 458
23.31/23.77	c 23	SOLVING HOME/temp.cnf
23.31/23.77	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.31/23.78	c 23	This is MiniSat 2.0 beta
23.31/23.78	c 23	WARNING: for repeatability, setting FPU to use double precision
23.31/23.78	c 23	============================[ Problem Statistics ]=============================
23.31/23.78	c 23	|                                                                             |
23.31/23.78	c 23	|  Number of variables:  241223                                               |
23.31/23.78	c 23	|  Number of clauses:    11882019                                             |
28.89/29.37	c 29	|  Parsing time:         4.79         s                                       |
29.58/30.08	c 30	============================[ Search Statistics ]==============================
29.58/30.08	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.58/30.08	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.58/30.08	c 30	===============================================================================
29.58/30.08	c 30	|         0 |  236653 11486192 33990115 |  3828730        0    nan |  0.000 % |
32.47/32.94	c 33	===============================================================================
32.47/32.96	c 33	restarts              : 1
32.47/32.96	c 33	conflicts             : 9              (1 /sec)
32.47/32.96	c 33	decisions             : 1095           (1.00 % random) (131 /sec)
32.47/32.96	c 33	propagations          : 318204         (38201 /sec)
32.47/32.96	c 33	conflict literals     : 88             (11.11 % deleted)
32.47/32.96	c 33	Memory used           : 473.40 MB
32.47/32.96	c 33	CPU time              : 8.32973 s
32.47/32.96	c 33	
32.57/33.06	c 33	SATISFIABLE
32.66/33.13	c 33	FOUND: _COST <= 458
32.66/33.13	s SATISFIABLE
32.66/33.13	c 33	DECODING HOME/temp.out WITH HOME/temp.map
32.66/33.13	c 33	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
32.71/33.21	c 33	Decoding HOME/temp.out
32.71/33.73	c 33	OBJECTIVE _COST 458
32.71/33.73	o 458
32.71/33.73	v 37 16 41 6 42 7 43 44 26 0
32.71/33.73	c 33	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.71/33.79	c 33	OBJECTIVE BOUND: 0 <= _COST <= 458
32.71/33.79	c 33	SEARCHING: _COST <= 229
32.71/33.79	c 33	SOLVING HOME/temp.cnf
32.71/33.79	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.71/33.79	c 33	This is MiniSat 2.0 beta
32.71/33.79	c 33	WARNING: for repeatability, setting FPU to use double precision
32.71/33.79	c 33	============================[ Problem Statistics ]=============================
32.71/33.79	c 33	|                                                                             |
32.71/33.79	c 33	|  Number of variables:  241223                                               |
32.71/33.79	c 33	|  Number of clauses:    11882019                                             |
38.77/39.35	c 39	|  Parsing time:         4.80         s                                       |
39.67/40.23	c 40	============================[ Search Statistics ]==============================
39.67/40.23	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.67/40.23	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.67/40.23	c 40	===============================================================================
39.67/40.23	c 40	|         0 |  234134 11243452 33269223 |  3747817        0    nan |  0.000 % |
49.73/50.37	c 50	|       100 |  234134 11243452 33269223 |  4122599      100     29 |  2.939 % |
53.11/53.74	c 53	===============================================================================
53.11/53.76	c 53	restarts              : 2
53.11/53.76	c 53	conflicts             : 131            (7 /sec)
53.11/53.76	c 53	decisions             : 1431           (0.77 % random) (75 /sec)
53.11/53.76	c 53	propagations          : 3124738        (163649 /sec)
53.11/53.76	c 53	conflict literals     : 3110           (18.69 % deleted)
53.11/53.76	c 53	Memory used           : 484.88 MB
53.11/53.76	c 53	CPU time              : 19.0941 s
53.11/53.76	c 53	
53.20/53.86	c 54	SATISFIABLE
53.31/53.94	c 54	FOUND: _COST <= 229
53.31/53.94	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.31/53.94	c 54	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.35/54.02	c 54	Decoding HOME/temp.out
53.35/54.35	c 54	OBJECTIVE _COST 229
53.35/54.35	o 229
53.35/54.35	v 42 18 44 19 21 36 41 14 16 43
53.35/54.35	c 54	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
53.35/54.36	c 54	OBJECTIVE BOUND: 0 <= _COST <= 229
53.35/54.36	c 54	SEARCHING: _COST <= 114
53.35/54.36	c 54	SOLVING HOME/temp.cnf
53.35/54.36	c 54	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
53.35/54.36	c 54	This is MiniSat 2.0 beta
53.35/54.36	c 54	WARNING: for repeatability, setting FPU to use double precision
53.35/54.36	c 54	============================[ Problem Statistics ]=============================
53.35/54.36	c 54	|                                                                             |
53.35/54.36	c 54	|  Number of variables:  241223                                               |
53.35/54.36	c 54	|  Number of clauses:    11882019                                             |
59.26/59.97	c 60	|  Parsing time:         4.85         s                                       |
60.25/60.92	c 61	============================[ Search Statistics ]==============================
60.25/60.92	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
60.25/60.92	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
60.25/60.92	c 61	===============================================================================
60.25/60.92	c 61	|         0 |  232521 11047831 32687084 |  3682610        0    nan |  0.000 % |
80.84/81.61	c 81	|       101 |  232521 11047831 32687084 |  4050871      101     41 |  3.607 % |
82.54/83.33	c 83	===============================================================================
82.54/83.36	c 83	restarts              : 2
82.54/83.36	c 83	conflicts             : 117            (4 /sec)
82.54/83.36	c 83	decisions             : 791            (0.63 % random) (28 /sec)
82.54/83.36	c 83	propagations          : 5927043        (211094 /sec)
82.54/83.36	c 83	conflict literals     : 4320           (20.31 % deleted)
82.54/83.36	c 83	Memory used           : 476.77 MB
82.54/83.36	c 83	CPU time              : 28.0777 s
82.54/83.36	c 83	
82.63/83.46	c 83	SATISFIABLE
82.74/83.54	c 83	FOUND: _COST <= 114
82.74/83.54	c 83	DECODING HOME/temp.out WITH HOME/temp.map
82.74/83.54	c 83	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
82.79/83.62	c 83	Decoding HOME/temp.out
82.79/84.05	c 84	OBJECTIVE _COST 114
82.79/84.05	o 114
82.79/84.05	v 32 41 42 33 38 40 43 44 44 1
82.79/84.05	c 84	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
82.79/84.08	c 84	OBJECTIVE BOUND: 0 <= _COST <= 114
82.79/84.08	c 84	SEARCHING: _COST <= 57
82.79/84.08	c 84	SOLVING HOME/temp.cnf
82.79/84.08	c 84	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
82.79/84.08	c 84	This is MiniSat 2.0 beta
82.79/84.08	c 84	WARNING: for repeatability, setting FPU to use double precision
82.79/84.08	c 84	============================[ Problem Statistics ]=============================
82.79/84.08	c 84	|                                                                             |
82.79/84.08	c 84	|  Number of variables:  241223                                               |
82.79/84.08	c 84	|  Number of clauses:    11882019                                             |
88.88/89.76	c 89	|  Parsing time:         4.96         s                                       |
89.88/90.71	c 90	============================[ Search Statistics ]==============================
89.88/90.71	c 90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.88/90.71	c 90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.88/90.71	c 90	===============================================================================
89.88/90.71	c 90	|         0 |  231321 10931884 32342786 |  3643961        0    nan |  0.000 % |
102.91/103.84	c 103	|       100 |  231321 10931884 32342786 |  4008357      100     18 |  4.105 % |
105.81/106.72	c 106	===============================================================================
105.81/106.74	c 106	restarts              : 2
105.81/106.74	c 106	conflicts             : 193            (9 /sec)
105.81/106.74	c 106	decisions             : 627            (1.12 % random) (29 /sec)
105.81/106.74	c 106	propagations          : 3406920        (156075 /sec)
105.81/106.74	c 106	conflict literals     : 3989           (18.71 % deleted)
105.81/106.74	c 106	Memory used           : 473.27 MB
105.81/106.74	c 106	CPU time              : 21.8287 s
105.81/106.74	c 106	
105.90/106.84	c 106	SATISFIABLE
106.00/106.92	c 107	FOUND: _COST <= 57
106.00/106.92	c 107	DECODING HOME/temp.out WITH HOME/temp.map
106.00/106.92	c 107	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
106.03/107.00	c 107	Decoding HOME/temp.out
106.03/107.33	c 107	OBJECTIVE _COST 57
106.03/107.33	o 57
106.03/107.33	v 15 0 31 39 1 38 42 44 44 44
106.03/107.33	c 107	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
106.03/107.39	c 107	OBJECTIVE BOUND: 0 <= _COST <= 57
106.03/107.39	c 107	SEARCHING: _COST <= 28
106.03/107.39	c 107	SOLVING HOME/temp.cnf
106.03/107.39	c 107	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
106.03/107.39	c 107	This is MiniSat 2.0 beta
106.03/107.39	c 107	WARNING: for repeatability, setting FPU to use double precision
106.03/107.39	c 107	============================[ Problem Statistics ]=============================
106.03/107.39	c 107	|                                                                             |
106.03/107.39	c 107	|  Number of variables:  241223                                               |
106.03/107.39	c 107	|  Number of clauses:    11882019                                             |
112.01/113.06	c 113	|  Parsing time:         4.93         s                                       |
112.90/113.99	c 114	============================[ Search Statistics ]==============================
112.90/113.99	c 114	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
112.90/113.99	c 114	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
112.90/113.99	c 114	===============================================================================
112.90/113.99	c 114	|         0 |  230258 10866738 32150508 |  3622246        0    nan |  0.000 % |
136.19/137.31	c 137	|       100 |  230258 10866738 32150508 |  3984470      100     10 |  4.546 % |
139.87/141.09	c 141	===============================================================================
139.97/141.11	c 141	restarts              : 2
139.97/141.11	c 141	conflicts             : 183            (6 /sec)
139.97/141.11	c 141	decisions             : 776            (0.77 % random) (24 /sec)
139.97/141.11	c 141	propagations          : 5552512        (169341 /sec)
139.97/141.11	c 141	conflict literals     : 2470           (23.72 % deleted)
139.97/141.11	c 141	Memory used           : 470.87 MB
139.97/141.11	c 141	CPU time              : 32.789 s
139.97/141.11	c 141	
140.07/141.21	c 141	SATISFIABLE
140.07/141.29	c 141	FOUND: _COST <= 28
140.07/141.29	c 141	DECODING HOME/temp.out WITH HOME/temp.map
140.07/141.29	c 141	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
140.18/141.37	c 141	Decoding HOME/temp.out
140.18/141.68	c 141	OBJECTIVE _COST 28
140.18/141.68	o 28
140.18/141.68	v 3 13 29 42 35 40 44 44 44 43
140.18/141.69	c 141	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
140.19/141.71	c 141	OBJECTIVE BOUND: 0 <= _COST <= 28
140.19/141.71	c 141	SEARCHING: _COST <= 14
140.19/141.71	c 141	SOLVING HOME/temp.cnf
140.19/141.71	c 141	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
140.19/141.71	c 141	This is MiniSat 2.0 beta
140.19/141.71	c 141	WARNING: for repeatability, setting FPU to use double precision
140.19/141.71	c 141	============================[ Problem Statistics ]=============================
140.19/141.71	c 141	|                                                                             |
140.19/141.72	c 141	|  Number of variables:  241223                                               |
140.19/141.72	c 141	|  Number of clauses:    11882019                                             |
146.13/147.32	c 147	|  Parsing time:         4.92         s                                       |
147.04/148.24	c 148	============================[ Search Statistics ]==============================
147.04/148.24	c 148	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
147.04/148.24	c 148	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
147.04/148.24	c 148	===============================================================================
147.04/148.24	c 148	|         0 |  229301 10833074 32052373 |  3611024        0    nan |  0.000 % |
153.50/154.71	c 154	|       100 |  229301 10833074 32052373 |  3972127      100     12 |  4.942 % |
164.35/165.67	c 165	|       250 |  229301 10833074 32052373 |  4369339      250     22 |  4.942 % |
166.64/167.90	c 168	===============================================================================
166.64/167.92	c 168	restarts              : 3
166.64/167.92	c 168	conflicts             : 306            (12 /sec)
166.64/167.92	c 168	decisions             : 773            (0.52 % random) (30 /sec)
166.64/167.92	c 168	propagations          : 4359215        (171696 /sec)
166.64/167.92	c 168	conflict literals     : 6179           (28.26 % deleted)
166.64/167.92	c 168	Memory used           : 466.57 MB
166.64/167.92	c 168	CPU time              : 25.3891 s
166.64/167.92	c 168	
166.73/168.02	c 168	SATISFIABLE
166.73/168.09	c 168	FOUND: _COST <= 14
166.73/168.09	c 168	DECODING HOME/temp.out WITH HOME/temp.map
166.73/168.09	c 168	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
166.83/168.19	c 168	Decoding HOME/temp.out
167.21/168.52	c 168	OBJECTIVE _COST 14
167.21/168.52	o 14
167.21/168.52	v 11 0 18 30 33 38 42 44 44 43
167.21/168.52	c 168	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
167.21/168.57	c 168	OBJECTIVE BOUND: 0 <= _COST <= 14
167.21/168.57	c 168	SEARCHING: _COST <= 7
167.21/168.57	c 168	SOLVING HOME/temp.cnf
167.21/168.57	c 168	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
167.21/168.58	c 168	This is MiniSat 2.0 beta
167.21/168.58	c 168	WARNING: for repeatability, setting FPU to use double precision
167.21/168.58	c 168	============================[ Problem Statistics ]=============================
167.21/168.58	c 168	|                                                                             |
167.21/168.58	c 168	|  Number of variables:  241223                                               |
167.21/168.58	c 168	|  Number of clauses:    11882019                                             |
172.75/174.18	c 174	|  Parsing time:         4.86         s                                       |
173.64/175.08	c 175	============================[ Search Statistics ]==============================
173.64/175.08	c 175	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
173.64/175.08	c 175	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
173.64/175.08	c 175	===============================================================================
173.64/175.08	c 175	|         0 |  228372 10814621 31999794 |  3604873        0    nan |  0.000 % |
185.38/186.84	c 186	|       100 |  228372 10814621 31999794 |  3965361      100     11 |  5.327 % |
193.44/194.92	c 195	|       250 |  228372 10814621 31999794 |  4361897      250     15 |  5.327 % |
197.02/198.57	c 198	===============================================================================
197.02/198.59	c 198	restarts              : 3
197.02/198.59	c 198	conflicts             : 303            (10 /sec)
197.02/198.59	c 198	decisions             : 1029           (0.58 % random) (35 /sec)
197.02/198.59	c 198	propagations          : 5080587        (174407 /sec)
197.02/198.59	c 198	conflict literals     : 4517           (5.92 % deleted)
197.02/198.59	c 198	Memory used           : 470.61 MB
197.02/198.59	c 198	CPU time              : 29.1306 s
197.02/198.59	c 198	
197.12/198.69	c 198	SATISFIABLE
197.22/198.77	c 198	FOUND: _COST <= 7
197.22/198.77	c 198	DECODING HOME/temp.out WITH HOME/temp.map
197.22/198.77	c 198	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
197.29/198.85	c 198	Decoding HOME/temp.out
197.79/199.36	c 199	OBJECTIVE _COST 7
197.79/199.36	o 7
197.79/199.36	v 0 10 18 32 37 41 43 44 44 44
197.79/199.37	c 199	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
197.79/199.40	c 199	OBJECTIVE BOUND: 0 <= _COST <= 7
197.79/199.40	c 199	SEARCHING: _COST <= 3
197.79/199.40	c 199	SOLVING HOME/temp.cnf
197.79/199.40	c 199	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
197.89/199.40	c 199	This is MiniSat 2.0 beta
197.89/199.40	c 199	WARNING: for repeatability, setting FPU to use double precision
197.89/199.40	c 199	============================[ Problem Statistics ]=============================
197.89/199.40	c 199	|                                                                             |
197.89/199.40	c 199	|  Number of variables:  241223                                               |
197.89/199.40	c 199	|  Number of clauses:    11882019                                             |
203.45/205.00	c 205	|  Parsing time:         4.84         s                                       |
204.35/205.91	c 206	============================[ Search Statistics ]==============================
204.35/205.91	c 206	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
204.35/205.91	c 206	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
204.35/205.91	c 206	===============================================================================
204.35/205.91	c 206	|         0 |  227197 10801934 31965254 |  3600644        0    nan |  0.000 % |
240.37/242.15	c 242	|       100 |  227197 10801934 31965254 |  3960709      100     15 |  5.815 % |
250.82/252.68	c 252	|       250 |  227197 10801934 31965254 |  4356780      250     17 |  5.815 % |
262.76/264.64	c 264	|       476 |  227197 10801934 31965254 |  4792458      476     19 |  5.815 % |
279.19/281.16	c 281	|       813 |  227197 10801934 31965254 |  5271703      813     18 |  5.815 % |
299.19/301.29	c 301	|      1320 |  227197 10801934 31965254 |  5798874     1320     18 |  5.815 % |
332.63/334.80	c 334	|      2079 |  227197 10801934 31965254 |  6378761     2079     22 |  5.815 % |
350.04/352.39	c 352	===============================================================================
350.14/352.41	c 352	restarts              : 7
350.14/352.41	c 352	conflicts             : 2402           (16 /sec)
350.14/352.41	c 352	decisions             : 4522           (0.44 % random) (30 /sec)
350.14/352.41	c 352	propagations          : 34309157       (226477 /sec)
350.14/352.41	c 352	conflict literals     : 51569          (16.08 % deleted)
350.14/352.41	c 352	Memory used           : 476.00 MB
350.14/352.41	c 352	CPU time              : 151.491 s
350.14/352.41	c 352	
350.24/352.51	c 352	SATISFIABLE
350.24/352.59	c 352	FOUND: _COST <= 3
350.24/352.59	c 352	DECODING HOME/temp.out WITH HOME/temp.map
350.24/352.59	c 352	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
350.35/352.68	c 352	Decoding HOME/temp.out
350.73/353.01	c 353	OBJECTIVE _COST 3
350.73/353.01	o 3
350.73/353.02	v 0 9 13 19 36 29 41 43 44 44
350.73/353.02	c 353	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
350.73/353.07	c 353	OBJECTIVE BOUND: 0 <= _COST <= 3
350.73/353.07	c 353	SEARCHING: _COST <= 1
350.73/353.07	c 353	SOLVING HOME/temp.cnf
350.73/353.07	c 353	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
350.73/353.07	c 353	This is MiniSat 2.0 beta
350.73/353.07	c 353	WARNING: for repeatability, setting FPU to use double precision
350.73/353.07	c 353	============================[ Problem Statistics ]=============================
350.73/353.07	c 353	|                                                                             |
350.73/353.07	c 353	|  Number of variables:  241223                                               |
350.73/353.07	c 353	|  Number of clauses:    11882019                                             |
356.36/358.71	c 358	|  Parsing time:         4.87         s                                       |
357.15/359.60	c 359	============================[ Search Statistics ]==============================
357.15/359.60	c 359	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
357.15/359.60	c 359	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
357.15/359.60	c 359	===============================================================================
357.15/359.60	c 359	|         0 |  225770 10793242 31943457 |  3597747        0    nan |  0.000 % |
364.22/366.64	c 366	|       100 |  225770 10793242 31943457 |  3957522      100     11 |  6.406 % |
372.98/375.41	c 375	|       251 |  225770 10793242 31943457 |  4353274      251     13 |  6.406 % |
384.62/387.18	c 387	|       476 |  225768 10793242 31943457 |  4788601      474     11 |  7.244 % |
396.95/399.56	c 399	|       813 |  225768 10793242 31943457 |  5267461      811     10 |  7.244 % |
425.52/428.23	c 428	|      1321 |  225768 10793242 31943457 |  5794208     1319      9 |  7.244 % |
458.06/460.93	c 461	|      2080 |  225768 10793242 31943457 |  6373628     2078     10 |  7.244 % |
501.34/504.49	c 504	|      3220 |  225768 10793242 31943457 |  7010991     3218     10 |  7.244 % |
585.42/588.95	c 589	|      4929 |  225768 10793242 31943457 |  7712090     4927     10 |  7.244 % |
710.10/714.26	c 714	|      7491 |  223750 10691955 31646537 |  8483300     7487     11 |  7.244 % |
906.83/911.90	c 912	|     11335 |  223245 10665452 31568559 |  9331630     9628     11 |  7.453 % |
1192.80/1199.30	c 1199	|     17102 |  223245 10665452 31568559 | 10264793    15395     13 |  7.453 % |
1404.94/1412.54	c 1412	===============================================================================
1404.94/1412.56	c 1412	restarts              : 12
1404.94/1412.56	c 1412	conflicts             : 22367          (21 /sec)
1404.94/1412.56	c 1412	decisions             : 30285          (0.22 % random) (29 /sec)
1404.94/1412.56	c 1412	propagations          : 246246049      (233746 /sec)
1404.94/1412.56	c 1412	conflict literals     : 286697         (39.34 % deleted)
1404.94/1412.56	c 1412	Memory used           : 471.44 MB
1404.94/1412.56	c 1412	CPU time              : 1053.48 s
1404.94/1412.56	c 1412	
1405.04/1412.66	c 1412	SATISFIABLE
1405.15/1412.74	c 1412	FOUND: _COST <= 1
1405.15/1412.74	c 1412	DECODING HOME/temp.out WITH HOME/temp.map
1405.15/1412.74	c 1412	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1405.20/1412.83	c 1412	Decoding HOME/temp.out
1405.20/1413.16	c 1413	OBJECTIVE _COST 1
1405.20/1413.16	o 1
1405.20/1413.16	v 0 3 9 17 19 32 39 43 44 44
1405.20/1413.16	c 1413	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1405.20/1413.22	c 1413	OBJECTIVE BOUND: 0 <= _COST <= 1
1405.20/1413.22	c 1413	SEARCHING: _COST <= 0
1405.20/1413.22	c 1413	SOLVING HOME/temp.cnf
1405.20/1413.22	c 1413	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1405.20/1413.22	c 1413	This is MiniSat 2.0 beta
1405.20/1413.22	c 1413	WARNING: for repeatability, setting FPU to use double precision
1405.20/1413.22	c 1413	============================[ Problem Statistics ]=============================
1405.20/1413.22	c 1413	|                                                                             |
1405.20/1413.22	c 1413	|  Number of variables:  241223                                               |
1405.20/1413.22	c 1413	|  Number of clauses:    11882019                                             |
1411.76/1419.46	c 1419	|  Parsing time:         5.48         s                                       |
1528.27/1536.55	c 1536	============================[ Search Statistics ]==============================
1528.27/1536.55	c 1536	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1528.27/1536.55	c 1536	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1528.27/1536.55	c 1536	===============================================================================
1528.27/1536.55	c 1536	|         0 |  178490  8413009 24939935 |  2804336        0    nan |  0.000 % |
1547.97/1556.32	c 1556	|       103 |  178490  8413009 24939935 |  3084769      103      5 | 26.006 % |
1557.32/1565.76	c 1565	|       254 |  178482  8413009 24939935 |  3393246      251      6 | 27.681 % |
1570.46/1578.96	c 1579	|       479 |  178482  8413009 24939935 |  3732571      476      6 | 27.681 % |
1587.48/1596.07	c 1596	|       816 |  178482  8413009 24939935 |  4105828      813      7 | 27.681 % |
1611.45/1620.15	c 1620	|      1322 |  178482  8413009 24939935 |  4516411     1319      7 | 27.681 % |
1645.88/1654.75	c 1654	|      2081 |  178482  8413009 24939935 |  4968052     2078      8 | 27.681 % |
1710.46/1719.68	c 1719	|      3220 |  174450  8190213 24283207 |  5464858     3217      8 | 27.681 % |
1789.57/1799.20	c 1799	|      4929 |  174448  8190213 24283207 |  6011343     4924      9 | 32.287 % |
1930.47/1940.77	c 1940	|      7493 |  163340  7552172 22400028 |  6612478     5500      9 | 32.287 % |
2098.14/2109.26	c 2109	|     11338 |  163340  7552172 22400028 |  7273726     9345      9 | 32.287 % |
2369.37/2381.85	c 2381	|     17105 |  163329  7551886 22399203 |  8001098    15111     10 | 32.291 % |
2818.24/2832.98	c 2833	|     25755 |  155251  7070641 20977366 |  8801208    16702     10 | 35.640 % |
3327.12/3344.35	c 3344	|     38730 |  154241  7019260 20826356 |  9681329    21641     10 | 36.059 % |
3600.08/3618.62	c ERROR INTERRUPTED
3600.08/3618.68	c 3618	CPU 1395.92 (0.05 0.03 1395.87 9.67)
3600.08/3618.68	c 3618	END Sat Jul 12 06:24:54 2008

Verifier Data (download as text)

OK	1	914
1 unsatisfied constraints, 914 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-1110730-1215833076/watcher-1110730-1215833076 -o /tmp/evaluation-result-1110730-1215833076/solver-1110730-1215833076 -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-1110730-1215833076.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.09 2.24 2.67 4/74 15222
/proc/meminfo: memFree=1579480/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=12272 CPUtime=0
/proc/15222/stat : 15222 (sugar) R 15220 15222 14126 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 39882011 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 233607024876 0 0 4224 0 0 0 0 17 0 0 0
/proc/15222/statm: 3068 323 243 3 0 168 0

[startup+0.049379 s]
/proc/loadavg: 2.09 2.24 2.67 4/74 15222
/proc/meminfo: memFree=1579480/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.03
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 39882011 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102383 s]
/proc/loadavg: 2.09 2.24 2.67 4/74 15222
/proc/meminfo: memFree=1579480/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.03
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 39882011 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302397 s]
/proc/loadavg: 2.09 2.24 2.67 4/74 15222
/proc/meminfo: memFree=1579480/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.03
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 898 127 0 0 3 0 0 0 18 0 1 0 39882011 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701441 s]
/proc/loadavg: 2.09 2.24 2.67 4/74 15222
/proc/meminfo: memFree=1579480/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.03
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 39882011 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15222/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50153 s]
/proc/loadavg: 2.09 2.24 2.67 3/85 15244
/proc/meminfo: memFree=1570688/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.63
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 974 4761 0 1 3 0 57 3 15 0 1 0 39882011 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 797 370 3 0 500 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39882082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868348 CPUtime=0.77
/proc/15236/stat : 15236 (java) S 15235 15222 14126 0 -1 0 7237 0 1 0 73 4 0 0 20 0 9 0 39882083 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217087 6475 2539 9 0 211662 0
[pid=15236/tid=15237] ppid=15235 vsize=868348 CPUtime=0.44
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14126 0 -1 64 2665 0 1 0 43 1 0 0 25 0 9 0 39882084 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868348 CPUtime=0.11
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14126 0 -1 64 2442 0 0 0 10 1 0 0 16 0 9 0 39882085 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868348 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39882085 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868348 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39882085 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868348 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868348 CPUtime=0.2
/proc/15236/task/15242/stat : 15242 (java) R 15235 15222 14126 0 -1 64 1438 0 0 0 19 1 0 0 16 0 9 0 39882087 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868348 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868348 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39882087 889188352 6475 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887304

[startup+3.10269 s]
/proc/loadavg: 2.09 2.24 2.67 3/85 15244
/proc/meminfo: memFree=1556032/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.63
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 974 4761 0 1 3 0 57 3 15 0 1 0 39882011 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 797 370 3 0 500 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39882082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868460 CPUtime=2.36
/proc/15236/stat : 15236 (java) S 15235 15222 14126 0 -1 0 7951 0 1 0 221 15 0 0 20 0 9 0 39882083 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217115 6730 2563 9 0 211662 0
[pid=15236/tid=15237] ppid=15235 vsize=868460 CPUtime=1.8
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14126 0 -1 64 3153 0 1 0 171 9 0 0 25 0 9 0 39882084 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868460 CPUtime=0.27
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14126 0 -1 64 2632 0 0 0 24 3 0 0 16 0 9 0 39882085 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39882085 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39882085 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868460 CPUtime=0.26
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14126 0 -1 64 1474 0 0 0 25 1 0 0 16 0 9 0 39882087 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39882087 889303040 6730 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887416

[startup+6.30302 s]
/proc/loadavg: 2.08 2.23 2.67 3/85 15244
/proc/meminfo: memFree=1525632/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.63
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 974 4761 0 1 3 0 57 3 16 0 1 0 39882011 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3400 797 370 3 0 500 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39882082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868460 CPUtime=5.55
/proc/15236/stat : 15236 (java) S 15235 15222 14126 0 -1 0 8917 0 1 0 514 41 0 0 20 0 9 0 39882083 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217115 6732 2563 9 0 211662 0
[pid=15236/tid=15237] ppid=15235 vsize=868460 CPUtime=4.71
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14126 0 -1 64 4117 0 1 0 442 29 0 0 25 0 9 0 39882084 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868460 CPUtime=0.54
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14126 0 -1 64 2632 0 0 0 45 9 0 0 16 0 9 0 39882085 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39882085 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39882085 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868460 CPUtime=0.26
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14126 0 -1 64 1476 0 0 0 25 1 0 0 15 0 9 0 39882087 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39882087 889303040 6732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887416

[startup+12.7027 s]
/proc/loadavg: 2.08 2.23 2.66 3/92 15282
/proc/meminfo: memFree=1705608/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13600 CPUtime=0.63
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 974 4761 0 1 3 0 57 3 16 0 1 0 39882011 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15222/statm: 3400 797 370 3 0 500 0
[pid=15235] ppid=15222 vsize=5356 CPUtime=0
/proc/15235/stat : 15235 (sh) S 15222 15222 14126 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39882082 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15235/statm: 1339 233 193 169 0 50 0
[pid=15236] ppid=15235 vsize=868460 CPUtime=11.79
/proc/15236/stat : 15236 (java) S 15235 15222 14126 0 -1 0 10845 0 1 0 1090 89 0 0 20 0 9 0 39882083 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15236/statm: 217115 6739 2564 9 0 211662 0
[pid=15236/tid=15237] ppid=15235 vsize=868460 CPUtime=10.48
/proc/15236/task/15237/stat : 15237 (java) R 15235 15222 14126 0 -1 64 6038 0 1 0 980 68 0 0 25 0 9 0 39882084 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4126537805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15236/tid=15238] ppid=15235 vsize=868460 CPUtime=1
/proc/15236/task/15238/stat : 15238 (java) S 15235 15222 14126 0 -1 64 2632 0 0 0 82 18 0 0 16 0 9 0 39882085 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15236/tid=15239] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15239/stat : 15239 (java) S 15235 15222 14126 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39882085 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15240] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15240/stat : 15240 (java) S 15235 15222 14126 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39882085 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15241] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15241/stat : 15241 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15242] ppid=15235 vsize=868460 CPUtime=0.27
/proc/15236/task/15242/stat : 15242 (java) S 15235 15222 14126 0 -1 64 1483 0 0 0 26 1 0 0 16 0 9 0 39882087 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15236/tid=15243] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15243/stat : 15243 (java) S 15235 15222 14126 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 39882087 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15236/tid=15244] ppid=15235 vsize=868460 CPUtime=0
/proc/15236/task/15244/stat : 15244 (java) S 15235 15222 14126 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39882087 889303040 6739 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887416

[startup+25.503 s]
/proc/loadavg: 2.13 2.23 2.66 3/84 15284
/proc/meminfo: memFree=1470856/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=23.41
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 1080 19236 0 2 4 1 2151 185 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15283] ppid=15222 vsize=5356 CPUtime=0
/proc/15283/stat : 15283 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 39884389 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15283/statm: 1339 232 193 169 0 50 0
[pid=15284] ppid=15283 vsize=171376 CPUtime=1.7
/proc/15284/stat : 15284 (minisat) R 15283 15222 14126 0 -1 4194304 38925 0 0 0 144 26 0 0 25 0 1 0 39884389 175489024 38911 996147200 134512640 135127466 4294956256 18446744073709551615 134532988 0 0 4096 3 0 0 0 17 0 0 0
/proc/15284/statm: 42844 38911 62 150 0 42691 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 190464

[startup+51.1026 s]
/proc/loadavg: 2.08 2.21 2.64 3/84 15296
/proc/meminfo: memFree=1130760/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=33.31
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 1199 141753 0 3 4 1 3050 276 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=1800.11
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 179936 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3205.73
Current children cumulated vsize (KiB) 495448

[startup+3282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134728/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=1859.81
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 185906 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3265.43
Current children cumulated vsize (KiB) 495448

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134728/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=1919.51
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 191876 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3325.13
Current children cumulated vsize (KiB) 495448

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15400
/proc/meminfo: memFree=1134664/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=1979.22
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 197847 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3384.84
Current children cumulated vsize (KiB) 495448

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15400
/proc/meminfo: memFree=1134600/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=2038.92
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 203817 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3444.54
Current children cumulated vsize (KiB) 495448

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15400
/proc/meminfo: memFree=1134472/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476360 CPUtime=2098.62
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116225 0 0 0 209787 75 0 0 25 0 1 0 40023333 487792640 116211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119090 116211 75 150 0 118937 0
Current children cumulated CPU time (s) 3504.24
Current children cumulated vsize (KiB) 495448

[startup+3582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134344/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476524 CPUtime=2158.32
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116252 0 0 0 215757 75 0 0 25 0 1 0 40023333 487960576 116238 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119131 116238 75 150 0 118978 0
Current children cumulated CPU time (s) 3563.94
Current children cumulated vsize (KiB) 495612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134344/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476524 CPUtime=2194.46
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116253 0 0 0 219370 76 0 0 25 0 1 0 40023333 487960576 116239 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119131 116239 75 150 0 118978 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 495612

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3618.6 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134344/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.62
/proc/15222/stat : 15222 (sugar) S 15220 15222 14126 0 -1 4194304 2115 1122847 0 11 5 3 139587 967 16 0 1 0 39882011 14061568 828 996147200 4194304 4206940 548682068592 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15222/statm: 3433 828 374 3 0 533 0
[pid=15393] ppid=15222 vsize=5356 CPUtime=0
/proc/15393/stat : 15393 (sh) S 15222 15222 14126 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40023333 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15393/statm: 1339 232 193 169 0 50 0
[pid=15394] ppid=15393 vsize=476524 CPUtime=2194.46
/proc/15394/stat : 15394 (minisat) R 15393 15222 14126 0 -1 4194304 116253 0 0 0 219370 76 0 0 25 0 1 0 40023333 487960576 116239 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/15394/statm: 119131 116239 75 150 0 118978 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 495612

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

[startup+3618.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134344/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.66
/proc/15222/stat : 15222 (sugar) R 15220 15222 14126 0 -1 4194304 2147 1123124 0 11 5 7 139587 967 16 0 1 0 39882011 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15222/statm: 3433 829 375 3 0 533 0
Current children cumulated CPU time (s) 1405.66
Current children cumulated vsize (KiB) 13732

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

[startup+3618.72 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 15400
/proc/meminfo: memFree=1134344/2055920 swapFree=4178780/4192956
[pid=15222] ppid=15220 vsize=13732 CPUtime=1405.66
/proc/15222/stat : 15222 (sugar) R 15220 15222 14126 0 -1 4194304 2147 1123124 0 11 5 7 139587 967 16 0 1 0 39882011 14061568 829 996147200 4194304 4206940 548682068592 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15222/statm: 3433 829 375 3 0 533 0
Current children cumulated CPU time (s) 1405.66
Current children cumulated vsize (KiB) 13732

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): 2194.42
#  lost CPU user time (s): 2193.7
#  lost CPU system time (s): 0.72

Real time (s): 3618.8
CPU time (s): 3600.17
CPU user time (s): 3589.63
CPU system time (s): 10.5415
CPU usage (%): 99.4852
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1395.93
system time used= 9.82151
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1125303
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= 51091
involuntary context switches= 90229

runsolver used 4.96124 second user time and 11.5272 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 05:24:36
IDJOB=1110730
IDBENCH=61144
IDSOLVER=368
FILE ID=node27/1110730-1215833076
PBS_JOBID= 7903344
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-10-a4.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-1110730-1215833076/watcher-1110730-1215833076 -o /tmp/evaluation-result-1110730-1215833076/solver-1110730-1215833076 -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-1110730-1215833076.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=1960412756

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1579896 kB
Buffers:         32204 kB
Cached:         188804 kB
SwapCached:       7540 kB
Active:         324152 kB
Inactive:        86836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579896 kB
SwapTotal:     4192956 kB
SwapFree:      4178780 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         196612 kB
Slab:            49780 kB
Committed_AS:   321664 kB
PageTables:       2296 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node27 at 2008-07-12 06:24:56