Trace number 1113579

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-incMSAT (TO)2 3600.2 3613.74

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-29.xml
MD5SUM9b8ab86f716b1f33c98e6ee849111388
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1616.38
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
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.04/0.68	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.68	c 0	BEGIN Sat Jul 12 20:28:03 2008
0.04/0.68	c 0	PID 17150
0.04/0.68	c 0	HOST node14.alineos.net
0.04/0.68	c 0	CONVERTING HOME/instance-1113579-1215887282.xml TO HOME/temp.csp
0.04/0.68	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113579-1215887282.xml' 'HOME/temp.csp'
0.43/1.27	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.49/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.49/1.32	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.50/1.40	c 1	Parsing HOME/temp.csp
0.50/1.77	c 1	parsed 2243 expressions
0.50/1.77	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.50/1.81	c 1	MAX CSP: 2113 constraints
0.50/1.81	c 1	Converting to clausal form CSP
0.50/1.90	c 1	converted 436 (10%) expressions
0.50/2.07	c 1	converted 872 (20%) expressions
1.26/2.11	c 1	converted 1308 (30%) expressions
1.26/2.12	c 2	converted 1744 (40%) expressions
1.26/2.14	c 2	converted 2180 (50%) expressions
1.26/2.15	c 2	converted 2616 (60%) expressions
1.26/2.17	c 2	converted 3052 (70%) expressions
1.26/2.18	c 2	converted 3488 (80%) expressions
1.26/2.19	c 2	converted 3924 (90%) expressions
1.55/2.42	c 2	converted 4359 (100%) expressions
1.55/2.42	c 2	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 3170
1.55/2.42	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/2.42	c 2	Propagation in CSP
1.65/2.52	c 2	2110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.65/2.52	c 2	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 2114
1.65/2.52	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/2.52	c 2	Simplifing CSP by introducing new Boolean variables
1.65/2.55	c 2	CSP : 4354 integers, 4226 booleans, 10564 clauses, largest domain size 2114
1.65/2.55	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.74/2.64	c 2	436 (10%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.74/2.64	c 2	871 (20%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.74/2.64	c 2	1307 (30%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.74/2.65	c 2	1742 (40%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.74/2.65	c 2	2177 (50%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.74/2.65	c 2	2613 (60%) CSP integer variables are encoded (7935 clauses, 101997 bytes)
1.74/2.66	c 2	3048 (70%) CSP integer variables are encoded (11738 clauses, 159042 bytes)
1.74/2.69	c 2	3484 (80%) CSP integer variables are encoded (32790 clauses, 474822 bytes)
1.74/2.70	c 2	3919 (90%) CSP integer variables are encoded (39894 clauses, 581382 bytes)
1.84/2.71	c 2	4354 (100%) CSP integer variables are encoded (45850 clauses, 670722 bytes)
1.84/2.78	c 2	1057 (10%) CSP clauses are encoded (66647 clauses, 1047545 bytes)
1.95/2.84	c 2	2113 (20%) CSP clauses are encoded (87415 clauses, 1433355 bytes)
1.95/2.89	c 2	3170 (30%) CSP clauses are encoded (108212 clauses, 1830874 bytes)
2.04/2.94	c 2	4226 (40%) CSP clauses are encoded (128980 clauses, 2238490 bytes)
2.04/2.98	c 2	5282 (50%) CSP clauses are encoded (149748 clauses, 2646106 bytes)
2.14/3.03	c 2	6339 (60%) CSP clauses are encoded (170517 clauses, 3053742 bytes)
2.64/3.57	c 3	7395 (70%) CSP clauses are encoded (459419 clauses, 8842046 bytes)
4.26/5.25	c 5	8452 (80%) CSP clauses are encoded (1307984 clauses, 27008100 bytes)
8.83/9.81	c 9	9508 (90%) CSP clauses are encoded (3589034 clauses, 75704746 bytes)
12.68/13.72	c 13	10564 (100%) CSP clauses are encoded (5835210 clauses, 123894118 bytes)
12.68/13.72	c 13	10564 CSP clauses encoded
12.68/13.72	c 13	Writing map file : HOME/temp.map
12.68/13.76	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.68/13.76	c 13	SAT : 54430 SAT variables, 5835210 SAT clauses, 123894118 bytes
12.68/13.76	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.74/13.87	c 13	OBJECTIVE minimize _COST
12.74/13.87	c 13	SOLVING HOME/temp.cnf
12.74/13.87	c 13	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
12.74/13.87	c 13	This is MiniSat 2.0 beta incremental
12.74/13.87	c 13	WARNING: for repeatability, setting FPU to use double precision
12.74/13.87	c 13	============================[ Problem Statistics ]=============================
12.74/13.87	c 13	|                                                                             |
12.74/13.87	c 13	|  Number of variables:  54430                                                |
12.74/13.87	c 13	|  Number of clauses:    5835210                                              |
15.37/16.53	c 16	|  Parsing time:         2.26         s                                       |
15.47/16.65	c 16	OK
15.47/16.65	c 16	OBJECTIVE BOUND: 0 <= _COST <= 
15.47/16.65	c 16	SEARCHING: _COST <= 1057
15.47/16.65	c 16	============================[ Search Statistics ]==============================
15.47/16.65	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.47/16.65	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.47/16.65	c 16	===============================================================================
15.47/16.65	c 16	|         0 |   54430  5835210 17364427 |  1945070        0    nan |  0.000 % |
15.97/17.14	c 17	===============================================================================
15.97/17.14	c 17	restarts              : 1
15.97/17.14	c 17	conflicts             : 0             (0 /sec)
15.97/17.14	c 17	decisions             : 1807          (0.55 % random) (637 /sec)
15.97/17.14	c 17	propagations          : 54430          (19175 /sec)
15.97/17.14	c 17	conflict literals     : 0              ( nan % deleted)
15.97/17.14	c 17	Memory used           : 241.86 MB
15.97/17.14	c 17	CPU time              : 2.83857 s
15.97/17.14	c 17	
15.97/17.14	c 17	SATISFIABLE
15.97/17.16	c 17	OK
15.97/17.16	c 17	FOUND: _COST <= 1057
15.97/17.16	s SATISFIABLE
15.97/17.16	c 17	DECODING HOME/temp.out WITH HOME/temp.map
15.97/17.16	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.03/17.24	c 17	Decoding HOME/temp.out
16.03/17.46	c 17	OBJECTIVE _COST 290
16.03/17.46	o 290
16.03/17.47	v 2 22 0 1 2 0 6 1 16 15 21 3 1 0 17 4 22 18 2 0 19 1 12 2 3 20 3 4 21 5 4 5 6 16 17 6 10 7 7 22 8 23 8 11 9 10 12 25 23 24 17 11 12 26 13 13 14 13 25 14 14 14 26 15 18 16 16 17 18 18 20 23 19 20 19 21 27 22 23 24 27 23 24 26 28 27 28 25 27 26 27 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28
16.03/17.47	c 17	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
16.36/17.55	c 17	OK
16.36/17.55	c 17	OBJECTIVE BOUND: 0 <= _COST <= 290
16.36/17.55	c 17	SEARCHING: _COST <= 145
16.36/17.55	c 17	============================[ Search Statistics ]==============================
16.36/17.55	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.36/17.55	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.36/17.55	c 17	===============================================================================
16.36/17.55	c 17	|         0 |   54430  5835210 17364427 |  1945070        0    nan |  0.000 % |
16.56/17.76	c 17	|       101 |   31072  5835210 17364427 |  2139577      101     49 | 42.914 % |
16.75/17.93	c 17	===============================================================================
16.75/17.94	c 17	restarts              : 3
16.75/17.94	c 17	conflicts             : 153           (46 /sec)
16.75/17.94	c 17	decisions             : 4233          (0.87 % random) (1280 /sec)
16.75/17.94	c 17	propagations          : 172748         (52229 /sec)
16.75/17.94	c 17	conflict literals     : 5869           (1.43 % deleted)
16.75/17.94	c 17	Memory used           : 242.89 MB
16.75/17.94	c 17	CPU time              : 3.3075 s
16.75/17.94	c 17	
16.75/17.94	c 17	SATISFIABLE
16.75/17.95	c 17	OK
16.75/17.95	c 17	FOUND: _COST <= 145
16.75/17.95	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.75/17.95	c 17	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.82/18.03	c 17	Decoding HOME/temp.out
16.82/18.25	c 18	OBJECTIVE _COST 145
16.82/18.25	o 145
16.82/18.25	v 7 10 20 18 28 2 3 24 16 11 25 22 9 17 26 21 17 23 20 11 25 6 20 18 15 17 1 25 19 18 15 24 12 19 26 28 23 22 18 28 15 24 21 24 18 10 27 27 27 19 9 11 8 20 4 23 23 15 26 3 7 7 18 8 27 13 5 9 5 25 26 26 28 14 12 15 21 10 6 28 21 14 26 21 28 27 19 27 4 26 2 4 5 6 6 7 11 12 25 12 16 25 27 22 23 28 14 13 16 17 16 28 17 18 19 20 19 21 25 28 20 28 22 24 22 23 24 24
16.82/18.26	c 18	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.13/18.63	c 18	OK
17.13/18.63	c 18	OBJECTIVE BOUND: 0 <= _COST <= 145
17.13/18.63	c 18	SEARCHING: _COST <= 72
17.13/18.63	c 18	============================[ Search Statistics ]==============================
17.13/18.63	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.13/18.63	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.13/18.63	c 18	===============================================================================
17.13/18.63	c 18	|       153 |   31072  5835210 17364427 |  1945070      153     38 | 42.914 % |
17.32/18.80	c 18	|       253 |   28976  5835210 17364427 |  2139577      253     31 | 48.709 % |
17.42/18.93	c 18	===============================================================================
17.42/18.93	c 18	restarts              : 5
17.42/18.93	c 18	conflicts             : 273           (75 /sec)
17.42/18.93	c 18	decisions             : 5430          (0.81 % random) (1484 /sec)
17.42/18.93	c 18	propagations          : 252202         (68937 /sec)
17.42/18.93	c 18	conflict literals     : 7979           (1.88 % deleted)
17.42/18.93	c 18	Memory used           : 243.02 MB
17.42/18.93	c 18	CPU time              : 3.65844 s
17.42/18.93	c 18	
17.42/18.93	c 18	SATISFIABLE
17.42/18.95	c 18	OK
17.42/18.95	c 18	FOUND: _COST <= 72
17.42/18.95	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.42/18.95	c 18	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.47/19.17	c 19	Decoding HOME/temp.out
17.47/19.38	c 19	OBJECTIVE _COST 72
17.47/19.38	o 72
17.47/19.39	v 23 14 22 18 21 25 7 9 17 19 19 17 17 19 26 23 20 25 24 10 28 16 26 11 15 20 11 16 16 12 12 28 9 28 24 6 11 25 28 15 20 27 23 20 21 8 19 25 21 28 25 17 9 27 5 6 14 24 24 22 27 27 26 10 20 26 27 22 4 18 28 21 28 18 23 20 24 13 7 24 18 28 13 16 25 24 27 25 5 21 5 25 26 28 27 8 10 6 6 14 8 27 25 23 28 4 24 28 26 19 16 23 22 12 18 18 22 22 28 22 27 13 18 19 26 18 7 15
17.47/19.39	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
17.47/19.45	c 19	OK
17.47/19.45	c 19	OBJECTIVE BOUND: 0 <= _COST <= 72
17.47/19.45	c 19	SEARCHING: _COST <= 36
17.47/19.45	c 19	============================[ Search Statistics ]==============================
17.47/19.45	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.47/19.45	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.47/19.45	c 19	===============================================================================
17.47/19.45	c 19	|       273 |   27918  5835210 17364427 |  1945070      273     29 | 48.709 % |
17.87/19.55	c 19	===============================================================================
17.87/19.55	c 19	restarts              : 6
17.87/19.55	c 19	conflicts             : 284           (74 /sec)
17.87/19.55	c 19	decisions             : 5938          (0.84 % random) (1557 /sec)
17.87/19.55	c 19	propagations          : 281595         (73824 /sec)
17.87/19.55	c 19	conflict literals     : 8048           (1.90 % deleted)
17.87/19.55	c 19	Memory used           : 243.02 MB
17.87/19.55	c 19	CPU time              : 3.81442 s
17.87/19.55	c 19	
17.87/19.55	c 19	SATISFIABLE
17.87/19.57	c 19	OK
17.87/19.57	c 19	FOUND: _COST <= 36
17.87/19.57	c 19	DECODING HOME/temp.out WITH HOME/temp.map
17.87/19.57	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.94/19.65	c 19	Decoding HOME/temp.out
18.15/19.87	c 19	OBJECTIVE _COST 36
18.15/19.87	o 36
18.15/19.87	v 26 24 25 18 27 23 25 12 24 22 26 17 20 20 15 14 25 20 22 13 28 15 18 25 21 21 13 27 25 14 7 23 15 15 26 11 19 26 17 17 21 22 18 21 23 20 18 16 19 24 14 24 8 27 27 24 5 16 27 3 12 6 28 5 21 19 22 11 3 6 19 20 16 19 15 21 22 26 8 16 18 18 5 25 21 10 22 10 27 9 4 7 9 17 26 4 25 12 1 15 23 22 24 23 27 28 22 23 25 20 26 28 28 28 27 28 24 26 23 14 16 28 27 26 3 27 2 14
18.15/19.88	c 19	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.24/19.92	c 19	OK
18.24/19.92	c 19	OBJECTIVE BOUND: 0 <= _COST <= 36
18.24/19.92	c 19	SEARCHING: _COST <= 18
18.24/19.92	c 19	============================[ Search Statistics ]==============================
18.24/19.92	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.24/19.92	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.24/19.92	c 19	===============================================================================
18.24/19.92	c 19	|       284 |   25338  5835210 17364427 |  1945070      284     28 | 48.709 % |
18.24/19.99	c 19	===============================================================================
18.24/19.99	c 19	restarts              : 7
18.24/19.99	c 19	conflicts             : 307           (78 /sec)
18.24/19.99	c 19	decisions             : 6399          (0.81 % random) (1630 /sec)
18.24/19.99	c 19	propagations          : 310225         (79030 /sec)
18.24/19.99	c 19	conflict literals     : 8233           (2.08 % deleted)
18.24/19.99	c 19	Memory used           : 243.02 MB
18.24/19.99	c 19	CPU time              : 3.9254 s
18.24/19.99	c 19	
18.24/19.99	c 19	SATISFIABLE
18.34/20.01	c 19	OK
18.34/20.01	c 19	FOUND: _COST <= 18
18.34/20.01	c 19	DECODING HOME/temp.out WITH HOME/temp.map
18.34/20.01	c 19	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.36/20.12	c 20	Decoding HOME/temp.out
18.36/20.33	c 20	OBJECTIVE _COST 18
18.36/20.33	o 18
18.36/20.34	v 26 23 20 19 26 14 1 19 27 22 26 27 5 8 18 21 20 23 25 13 22 1 20 28 21 26 13 26 25 18 12 18 22 28 24 12 23 25 24 16 21 19 4 9 3 11 20 28 17 27 8 20 8 21 7 27 14 4 25 10 9 7 28 11 16 5 15 17 2 6 2 6 11 20 17 21 20 28 5 25 21 6 0 16 23 7 25 16 26 10 6 12 19 10 24 0 26 24 9 18 23 8 28 24 9 28 15 23 19 3 16 17 27 27 24 27 17 15 27 21 23 25 14 28 2 23 1 22
18.36/20.34	c 20	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
18.68/20.40	c 20	OK
18.68/20.40	c 20	OBJECTIVE BOUND: 0 <= _COST <= 18
18.68/20.40	c 20	SEARCHING: _COST <= 9
18.68/20.42	c 20	============================[ Search Statistics ]==============================
18.68/20.42	c 20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.68/20.42	c 20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.68/20.42	c 20	===============================================================================
18.68/20.42	c 20	|       307 |   23039  5835210 17364427 |  1945070      307     27 | 48.709 % |
18.68/20.47	c 20	|       407 |   23039  5835210 17364427 |  2139577      407     23 | 61.692 % |
18.78/20.51	c 20	|       557 |   23039  5835210 17364427 |  2353534      557     21 | 61.692 % |
18.78/20.55	c 20	|       784 |   23039  5835210 17364427 |  2588888      784     22 | 61.692 % |
18.78/20.59	c 20	|      1121 |   23039  5835210 17364427 |  2847776     1121     20 | 61.692 % |
18.88/20.66	c 20	|      1627 |   23039  5835210 17364427 |  3132554     1627     21 | 61.692 % |
18.98/20.73	c 20	|      2388 |   23039  5835210 17364427 |  3445810     2388     20 | 61.692 % |
19.08/20.87	c 20	|      3527 |   23039  5835210 17364427 |  3790391     3527     28 | 61.692 % |
19.27/21.03	c 20	|      5235 |   23039  5835210 17364427 |  4169430     5235     28 | 61.692 % |
19.47/21.26	c 21	|      7797 |   23039  5835210 17364427 |  4586373     7797     28 | 61.692 % |
19.87/21.69	c 21	|     11641 |   23039  5835210 17364427 |  5045010    11641     33 | 61.692 % |
20.96/22.73	c 22	|     17408 |   23039  5835210 17364427 |  5549511    17408     40 | 61.692 % |
21.06/22.85	c 22	===============================================================================
21.06/22.85	c 22	restarts              : 19
21.06/22.85	c 22	conflicts             : 17987         (2816 /sec)
21.06/22.85	c 22	decisions             : 32538         (0.62 % random) (5094 /sec)
21.06/22.85	c 22	propagations          : 2299487        (360025 /sec)
21.06/22.85	c 22	conflict literals     : 700042         (1.99 % deleted)
21.06/22.85	c 22	Memory used           : 245.72 MB
21.06/22.85	c 22	CPU time              : 6.38703 s
21.06/22.85	c 22	
21.06/22.85	c 22	SATISFIABLE
21.06/22.87	c 22	OK
21.06/22.87	c 22	FOUND: _COST <= 9
21.06/22.87	c 22	DECODING HOME/temp.out WITH HOME/temp.map
21.06/22.87	c 22	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
21.14/22.95	c 22	Decoding HOME/temp.out
21.36/23.16	c 23	OBJECTIVE _COST 9
21.36/23.16	o 9
21.36/23.17	v 25 11 28 16 25 22 13 0 24 18 19 27 2 3 22 26 21 19 1 24 18 3 25 9 20 21 11 8 20 21 7 11 24 24 19 26 18 28 14 14 25 23 19 9 14 16 28 21 15 25 11 4 13 25 1 21 26 27 22 24 7 25 24 20 10 27 23 28 10 4 13 6 18 13 3 9 23 20 5 15 26 17 15 8 20 2 20 2 28 3 17 26 19 28 3 17 28 17 7 21 6 8 19 27 27 27 1 22 12 10 6 26 23 23 12 19 4 5 24 21 25 27 24 17 12 22 5 16
21.36/23.17	c 23	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
21.36/23.19	c 23	OK
21.36/23.19	c 23	OBJECTIVE BOUND: 0 <= _COST <= 9
21.36/23.19	c 23	SEARCHING: _COST <= 4
21.36/23.19	c 23	============================[ Search Statistics ]==============================
21.36/23.19	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.36/23.19	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.36/23.19	c 23	===============================================================================
21.36/23.19	c 23	|     17987 |   20851  5835210 17364427 |  1945070    17987     39 | 61.692 % |
21.44/23.23	c 23	|     18089 |   20850  5835210 17364427 |  2139577    18089     39 | 65.627 % |
21.44/23.28	c 23	|     18241 |   20850  5835210 17364427 |  2353534    18241     39 | 65.627 % |
21.54/23.33	c 23	|     18466 |   20850  5835210 17364427 |  2588888    18466     38 | 65.627 % |
21.54/23.39	c 23	|     18804 |   20850  5835210 17364427 |  2847776    18804     38 | 65.627 % |
21.64/23.46	c 23	|     19311 |   20850  5835210 17364427 |  3132554    19311     38 | 65.627 % |
21.74/23.54	c 23	|     20070 |   20850  5835210 17364427 |  3445810    20070     37 | 65.627 % |
21.84/23.64	c 23	|     21211 |   20850  5835210 17364427 |  3790391    21211     36 | 65.627 % |
22.24/24.02	c 23	|     22920 |   20850  5835210 17364427 |  4169430    22920     39 | 65.627 % |
22.34/24.14	c 24	===============================================================================
22.34/24.14	c 24	restarts              : 28
22.34/24.14	c 24	conflicts             : 23116         (3145 /sec)
22.34/24.14	c 24	decisions             : 41696         (0.62 % random) (5673 /sec)
22.34/24.14	c 24	propagations          : 3040167        (413635 /sec)
22.34/24.14	c 24	conflict literals     : 898258         (2.20 % deleted)
22.34/24.14	c 24	Memory used           : 246.71 MB
22.34/24.14	c 24	CPU time              : 7.34988 s
22.34/24.14	c 24	
22.34/24.14	c 24	SATISFIABLE
22.34/24.16	c 24	OK
22.34/24.16	c 24	FOUND: _COST <= 4
22.34/24.16	c 24	DECODING HOME/temp.out WITH HOME/temp.map
22.34/24.16	c 24	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.39/24.23	c 24	Decoding HOME/temp.out
22.39/24.64	c 24	OBJECTIVE _COST 4
22.39/24.64	o 4
22.39/24.64	v 12 6 21 15 25 27 27 4 17 13 27 16 26 11 25 19 25 22 7 1 18 19 21 23 26 23 25 19 26 11 21 23 26 7 15 16 18 21 18 21 24 24 26 27 22 20 14 27 16 28 26 2 4 28 22 25 26 5 19 22 17 24 18 11 16 8 10 0 28 24 4 20 1 27 18 23 24 12 20 24 23 15 14 19 26 0 28 21 20 28 10 16 25 12 23 5 8 15 17 6 13 17 19 20 3 28 15 13 4 14 10 22 7 15 3 27 22 9 23 25 28 28 8 27 9 18 9 5
22.39/24.65	c 24	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
22.39/24.69	c 24	OK
22.39/24.69	c 24	OBJECTIVE BOUND: 0 <= _COST <= 4
22.39/24.69	c 24	SEARCHING: _COST <= 2
22.39/24.69	c 24	============================[ Search Statistics ]==============================
22.39/24.69	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.39/24.69	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.39/24.69	c 24	===============================================================================
22.39/24.69	c 24	|     23116 |   18709  5835210 17364427 |  1945070    23116     39 | 65.627 % |
22.91/24.72	c 24	|     23216 |   18709  5835210 17364427 |  2139577    23216     39 | 70.119 % |
22.91/24.75	c 24	|     23366 |   18709  5835210 17364427 |  2353534    23366     39 | 70.119 % |
22.91/24.79	c 24	|     23592 |   18709  5835210 17364427 |  2588888    23592     38 | 70.119 % |
23.01/24.84	c 24	|     23930 |   18709  5835210 17364427 |  2847776    23930     38 | 70.119 % |
23.01/24.89	c 24	|     24436 |   18709  5835210 17364427 |  3132554    24436     38 | 70.119 % |
23.11/24.96	c 24	|     25195 |   18709  5835210 17364427 |  3445810    25195     37 | 70.119 % |
23.21/25.07	c 24	|     26334 |   18709  5835210 17364427 |  3790391    26334     37 | 70.119 % |
23.42/25.29	c 25	|     28042 |   18709  5835210 17364427 |  4169430    28042     36 | 70.119 % |
23.71/25.55	c 25	|     30604 |   18709  5835210 17364427 |  4586373    30604     36 | 70.119 % |
24.01/25.89	c 25	|     34449 |   18709  5835210 17364427 |  5045010    34449     34 | 70.119 % |
24.70/26.53	c 26	|     40216 |   18709  5835210 17364427 |  5549511    40216     33 | 70.119 % |
25.90/27.76	c 27	|     48865 |   18709  5835210 17364427 |  6104462    48865     33 | 70.119 % |
28.19/30.09	c 29	|     61840 |   17637  5835210 17364427 |  6714909    61840     36 | 70.119 % |
32.27/34.17	c 34	|     81301 |   17637  5835210 17364427 |  7386400    81301     35 | 70.119 % |
40.33/42.27	c 42	|    110493 |   17637  5835210 17364427 |  8125040   110493     36 | 70.119 % |
61.23/63.21	c 63	|    154282 |   17606  5835210 17364427 |  8937544   154282     36 | 70.119 % |
114.36/116.67	c 116	|    219966 |   17585  5835210 17364427 |  9831298   219966     38 | 70.119 % |
239.83/242.72	c 242	|    318493 |   17565  5835210 17364427 | 10814428   318493     41 | 70.119 % |
490.16/494.38	c 494	|    466282 |   17519  5835210 17364427 | 11895871   466282     44 | 70.119 % |
1002.59/1009.32	c 1009	|    687966 |   16264   164974   466108 | 13085458   687961     46 | 70.119 % |
2158.17/2170.73	c 2170	|   1020491 |   16264   164974   466108 | 14394004  1020486     61 | 70.119 % |
3600.04/3613.61	c ERROR INTERRUPTED
3600.17/3613.73	c 3613	CPU 3597.57 (0.08 0.03 3597.49 2.53)
3600.17/3613.73	c 3613	END Sat Jul 12 21:28:16 2008

Verifier Data (download as text)

OK	2	2111
2 unsatisfied constraints, 2111 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-1113579-1215887282/watcher-1113579-1215887282 -o /tmp/evaluation-result-1113579-1215887282/solver-1113579-1215887282 -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-1113579-1215887282.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.74 2.63 2.50 4/80 17150
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=18572 CPUtime=0
/proc/17150/stat : 17150 (runsolver) D 17148 17150 16197 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45430855 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 212234464551 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/17150/statm: 4643 292 257 25 0 2626 0

[startup+0.0906919 s]
/proc/loadavg: 2.74 2.63 2.50 4/80 17150
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=12000 CPUtime=0
/proc/17150/stat : 17150 (sugar++) R 17148 17150 16197 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 45430855 12288000 180 996147200 4194304 4206940 548682068528 18446744073709551615 212248121392 0 0 4224 0 0 0 0 17 0 0 0
/proc/17150/statm: 3033 197 145 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.102831 s]
/proc/loadavg: 2.74 2.63 2.50 4/80 17150
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=12132 CPUtime=0
/proc/17150/stat : 17150 (sugar++) R 17148 17150 16197 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 45430855 12423168 249 996147200 4194304 4206940 548682068528 18446744073709551615 212234310369 0 0 4224 0 0 0 0 17 0 0 0
/proc/17150/statm: 3033 252 188 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12132

[startup+0.301864 s]
/proc/loadavg: 2.74 2.63 2.50 4/80 17150
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=12412 CPUtime=0
/proc/17150/stat : 17150 (sugar++) D 17148 17150 16197 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 45430855 12709888 393 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/17150/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701934 s]
/proc/loadavg: 2.74 2.63 2.50 4/80 17150
/proc/meminfo: memFree=1840664/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=16740 CPUtime=0.07
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 45430855 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50108 s]
/proc/loadavg: 2.68 2.62 2.50 5/91 17162
/proc/meminfo: memFree=1831360/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=16740 CPUtime=0.5
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 1296 5148 0 1 5 2 39 4 16 0 1 0 45430855 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17150/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16740

[startup+3.10235 s]
/proc/loadavg: 2.68 2.62 2.50 4/91 17172
/proc/meminfo: memFree=1824704/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=16740 CPUtime=0.5
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 1297 5148 0 1 5 2 39 4 15 0 1 0 45430855 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17150/statm: 4185 1104 409 3 0 764 0
[pid=17163] ppid=17150 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17150 17150 16197 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45430987 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 233 193 169 0 50 0
[pid=17164] ppid=17163 vsize=868516 CPUtime=1.74
/proc/17164/stat : 17164 (java) S 17163 17150 16197 0 -1 0 8023 0 1 0 167 7 0 0 18 0 9 0 45430988 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17164/statm: 217129 7106 2564 9 0 211676 0
[pid=17164/tid=17165] ppid=17163 vsize=868516 CPUtime=1.25
/proc/17164/task/17165/stat : 17165 (java) R 17163 17150 16197 0 -1 64 2849 0 1 0 121 4 0 0 21 0 9 0 45430989 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4127018503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17166] ppid=17163 vsize=868516 CPUtime=0.2
/proc/17164/task/17166/stat : 17166 (java) S 17163 17150 16197 0 -1 64 2973 0 0 0 18 2 0 0 16 0 9 0 45430990 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17167] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17167/stat : 17167 (java) S 17163 17150 16197 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17168] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17168/stat : 17168 (java) S 17163 17150 16197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17169] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17169/stat : 17169 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45430992 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17170] ppid=17163 vsize=868516 CPUtime=0.27
/proc/17164/task/17170/stat : 17170 (java) S 17163 17150 16197 0 -1 64 1509 0 0 0 27 0 0 0 16 0 9 0 45430992 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17171] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17171/stat : 17171 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45430992 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17172] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17172/stat : 17172 (java) S 17163 17150 16197 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45430992 889360384 7106 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 890612

[startup+6.30292 s]
/proc/loadavg: 2.71 2.63 2.50 3/91 17172
/proc/meminfo: memFree=1790912/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=16740 CPUtime=0.5
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 1297 5148 0 1 5 2 39 4 16 0 1 0 45430855 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4185 1104 409 3 0 764 0
[pid=17163] ppid=17150 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17150 17150 16197 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45430987 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 233 193 169 0 50 0
[pid=17164] ppid=17163 vsize=868516 CPUtime=4.84
/proc/17164/stat : 17164 (java) S 17163 17150 16197 0 -1 0 8866 0 1 0 455 29 0 0 18 0 9 0 45430988 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17164/statm: 217129 7111 2564 9 0 211676 0
[pid=17164/tid=17165] ppid=17163 vsize=868516 CPUtime=4.15
/proc/17164/task/17165/stat : 17165 (java) R 17163 17150 16197 0 -1 64 3687 0 1 0 393 22 0 0 23 0 9 0 45430989 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17166] ppid=17163 vsize=868516 CPUtime=0.39
/proc/17164/task/17166/stat : 17166 (java) S 17163 17150 16197 0 -1 64 2973 0 0 0 33 6 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17167] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17167/stat : 17167 (java) S 17163 17150 16197 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17168] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17168/stat : 17168 (java) S 17163 17150 16197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17169] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17169/stat : 17169 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17170] ppid=17163 vsize=868516 CPUtime=0.28
/proc/17164/task/17170/stat : 17170 (java) S 17163 17150 16197 0 -1 64 1514 0 0 0 28 0 0 0 16 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17171] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17171/stat : 17171 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17172] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17172/stat : 17172 (java) S 17163 17150 16197 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 890612

[startup+12.702 s]
/proc/loadavg: 2.73 2.63 2.50 3/91 17172
/proc/meminfo: memFree=1713024/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=16740 CPUtime=0.5
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 1297 5148 0 1 5 2 39 4 16 0 1 0 45430855 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4185 1104 409 3 0 764 0
[pid=17163] ppid=17150 vsize=5356 CPUtime=0
/proc/17163/stat : 17163 (sh) S 17150 17150 16197 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 45430987 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17163/statm: 1339 233 193 169 0 50 0
[pid=17164] ppid=17163 vsize=868516 CPUtime=11.18
/proc/17164/stat : 17164 (java) S 17163 17150 16197 0 -1 0 10984 0 1 0 1029 89 0 0 18 0 9 0 45430988 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17164/statm: 217129 7111 2564 9 0 211676 0
[pid=17164/tid=17165] ppid=17163 vsize=868516 CPUtime=9.99
/proc/17164/task/17165/stat : 17165 (java) R 17163 17150 16197 0 -1 64 5805 0 1 0 930 69 0 0 25 0 9 0 45430989 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17166] ppid=17163 vsize=868516 CPUtime=0.88
/proc/17164/task/17166/stat : 17166 (java) S 17163 17150 16197 0 -1 64 2973 0 0 0 70 18 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17164/tid=17167] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17167/stat : 17167 (java) S 17163 17150 16197 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17168] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17168/stat : 17168 (java) S 17163 17150 16197 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 45430990 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17169] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17169/stat : 17169 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17170] ppid=17163 vsize=868516 CPUtime=0.28
/proc/17164/task/17170/stat : 17170 (java) S 17163 17150 16197 0 -1 64 1514 0 0 0 28 0 0 0 16 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17171] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17171/stat : 17171 (java) S 17163 17150 16197 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17164/tid=17172] ppid=17163 vsize=868516 CPUtime=0
/proc/17164/task/17172/stat : 17172 (java) S 17163 17150 16197 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45430992 889360384 7111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 890612

[startup+25.5012 s]
/proc/loadavg: 2.70 2.63 2.50 3/82 17243
/proc/meminfo: memFree=1469512/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 15 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=253580 CPUtime=8.6
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 61129 0 0 0 817 43 0 0 23 0 1 0 45432242 259665920 61064 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 63395 61064 80 151 0 63241 0
Current children cumulated CPU time (s) 23.71
Current children cumulated vsize (KiB) 270584

[startup+51.1027 s]
/proc/loadavg: 2.60 2.61 2.50 3/82 17243
/proc/meminfo: memFree=1451080/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=272016 CPUtime=34.07
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 65736 0 0 0 3359 48 0 0 25 0 1 0 45432242 278544384 65671 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 68004 65671 80 151 0 67850 0
Current children cumulated CPU time (s) 49.18
Current children cumulated vsize (KiB) 289020

[startup+102.307 s]
/proc/loadavg: 2.61 2.62 2.51 3/82 17243
/proc/meminfo: memFree=1435848/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=287348 CPUtime=85.02
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 69456 0 0 0 8451 51 0 0 25 0 1 0 45432242 294244352 69391 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 71837 69391 80 151 0 71683 0
Current children cumulated CPU time (s) 100.13
Current children cumulated vsize (KiB) 304352

[startup+162.302 s]
/proc/loadavg: 2.65 2.63 2.52 3/82 17243
/proc/meminfo: memFree=1424520/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0

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

[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=436632 CPUtime=2893.93
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 105857 0 0 0 289283 110 0 0 25 0 1 0 45432242 447111168 105792 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 109158 105792 80 151 0 109004 0
Current children cumulated CPU time (s) 2909.04
Current children cumulated vsize (KiB) 453636

[startup+2982.3 s]
/proc/loadavg: 2.00 2.05 2.27 3/76 17362
/proc/meminfo: memFree=1019256/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=439444 CPUtime=2953.91
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 106554 0 0 0 295280 111 0 0 25 0 1 0 45432242 449990656 106489 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 109861 106489 80 151 0 109707 0
Current children cumulated CPU time (s) 2969.02
Current children cumulated vsize (KiB) 456448

[startup+3042.3 s]
/proc/loadavg: 2.00 2.04 2.25 3/76 17364
/proc/meminfo: memFree=1007160/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=442060 CPUtime=3013.88
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 107197 0 0 0 301276 112 0 0 25 0 1 0 45432242 452669440 107132 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 110515 107132 80 151 0 110361 0
Current children cumulated CPU time (s) 3028.99
Current children cumulated vsize (KiB) 459064

[startup+3102.3 s]
/proc/loadavg: 2.00 2.03 2.23 3/76 17364
/proc/meminfo: memFree=995768/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=444712 CPUtime=3073.86
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 107881 0 0 0 307273 113 0 0 25 0 1 0 45432242 455385088 107816 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 111178 107816 80 151 0 111024 0
Current children cumulated CPU time (s) 3088.97
Current children cumulated vsize (KiB) 461716

[startup+3162.3 s]
/proc/loadavg: 2.00 2.02 2.22 3/76 17364
/proc/meminfo: memFree=985464/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=447404 CPUtime=3133.83
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 108503 0 0 0 313269 114 0 0 25 0 1 0 45432242 458141696 108438 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 111851 108438 80 151 0 111697 0
Current children cumulated CPU time (s) 3148.94
Current children cumulated vsize (KiB) 464408

[startup+3222.3 s]
/proc/loadavg: 2.00 2.02 2.20 3/76 17364
/proc/meminfo: memFree=974904/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=449956 CPUtime=3193.8
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 109148 0 0 0 319265 115 0 0 25 0 1 0 45432242 460754944 109083 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 112489 109083 80 151 0 112335 0
Current children cumulated CPU time (s) 3208.91
Current children cumulated vsize (KiB) 466960

[startup+3282.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/76 17364
/proc/meminfo: memFree=966392/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=452468 CPUtime=3253.78
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 109807 0 0 0 325262 116 0 0 25 0 1 0 45432242 463327232 109742 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 113117 109742 80 151 0 112963 0
Current children cumulated CPU time (s) 3268.89
Current children cumulated vsize (KiB) 469472

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/76 17364
/proc/meminfo: memFree=960824/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=454844 CPUtime=3313.74
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 110423 0 0 0 331258 116 0 0 25 0 1 0 45432242 465760256 110358 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 113711 110358 80 151 0 113557 0
Current children cumulated CPU time (s) 3328.85
Current children cumulated vsize (KiB) 471848

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.16 3/76 17364
/proc/meminfo: memFree=958392/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=457148 CPUtime=3373.73
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 111011 0 0 0 337256 117 0 0 25 0 1 0 45432242 468119552 110946 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 114287 110946 80 151 0 114133 0
Current children cumulated CPU time (s) 3388.84
Current children cumulated vsize (KiB) 474152

[startup+3462.3 s]
/proc/loadavg: 2.04 2.01 2.15 3/76 17364
/proc/meminfo: memFree=955704/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=459820 CPUtime=3433.7
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 111676 0 0 0 343252 118 0 0 25 0 1 0 45432242 470855680 111611 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 114955 111611 80 151 0 114801 0
Current children cumulated CPU time (s) 3448.81
Current children cumulated vsize (KiB) 476824

[startup+3522.3 s]
/proc/loadavg: 2.06 2.02 2.14 3/76 17364
/proc/meminfo: memFree=953144/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=462096 CPUtime=3493.67
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 112271 0 0 0 349249 118 0 0 25 0 1 0 45432242 473186304 112206 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 115524 112206 80 151 0 115370 0
Current children cumulated CPU time (s) 3508.78
Current children cumulated vsize (KiB) 479100

[startup+3582.3 s]
/proc/loadavg: 2.06 2.03 2.14 3/76 17364
/proc/meminfo: memFree=950776/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=464404 CPUtime=3553.64
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 112858 0 0 0 355245 119 0 0 25 0 1 0 45432242 475549696 112793 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 116101 112793 80 151 0 115947 0
Current children cumulated CPU time (s) 3568.75
Current children cumulated vsize (KiB) 481408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.6 s]
/proc/loadavg: 2.09 2.04 2.14 3/76 17364
/proc/meminfo: memFree=949432/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=15.11
/proc/17150/stat : 17150 (sugar++) S 17148 17150 16197 0 -1 4194304 2036 44851 0 9 8 3 1374 126 16 0 1 0 45430855 17412096 1180 996147200 4194304 4206940 548682068528 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17150/statm: 4251 1180 414 3 0 830 0
[pid=17173] ppid=17150 vsize=465644 CPUtime=3584.93
/proc/17173/stat : 17173 (minisat-inc) R 17150 17150 16197 0 -1 4194304 113170 0 0 0 358374 119 0 0 25 0 1 0 45432242 476819456 113105 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17173/statm: 116411 113105 80 151 0 116257 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 482648

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

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

[startup+3613.71 s]
/proc/loadavg: 2.09 2.04 2.14 3/76 17364
/proc/meminfo: memFree=949432/2055920 swapFree=4192812/4192956
[pid=17150] ppid=17148 vsize=17004 CPUtime=3600.17
/proc/17150/stat : 17150 (sugar++) R 17148 17150 16197 0 -1 4194304 2061 158021 0 9 8 7 359749 253 16 0 1 0 45430855 17412096 1181 996147200 4194304 4206940 548682068528 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17150/statm: 4251 1181 415 3 0 830 0
Current children cumulated CPU time (s) 3600.17
Current children cumulated vsize (KiB) 17004

Child status: 0
Real time (s): 3613.74
CPU time (s): 3600.2
CPU user time (s): 3597.57
CPU system time (s): 2.6286
CPU usage (%): 99.6254
Max. virtual memory (cumulated for all children) (KiB): 890688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.57
system time used= 2.6286
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160137
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29978
involuntary context switches= 67330

runsolver used 4.6023 second user time and 11.8262 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 20:28:02
IDJOB=1113579
IDBENCH=61606
IDSOLVER=367
FILE ID=node14/1113579-1215887282
PBS_JOBID= 7903525
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-29.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-1113579-1215887282/watcher-1113579-1215887282 -o /tmp/evaluation-result-1113579-1215887282/solver-1113579-1215887282 -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-1113579-1215887282.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b8ab86f716b1f33c98e6ee849111388
RANDOM SEED=701026882

node14.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.270
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.270
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:       1841144 kB
Buffers:         22004 kB
Cached:          49464 kB
SwapCached:          0 kB
Active:         133604 kB
Inactive:        30604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1104 kB
Writeback:           0 kB
Mapped:         113084 kB
Slab:            35596 kB
Committed_AS:   990972 kB
PageTables:       2128 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= 66376 MiB
End job on node14 at 2008-07-12 21:28:18