Trace number 1112208

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 56.4534 56.9344

General information on the benchmark

Namecsp/queensKnights/
normalized-queensKnights-50-5-add.xml
MD5SUM2557765bf29994b12cfaa173ab96dd25
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark21.1378
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1235
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1235
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 13:58:08 2008
0.00/0.04	c 0	PID 18730
0.03/0.05	c 0	HOST node31.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112208-1215863888.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112208-1215863888.xml' 'HOME/temp.csp'
0.03/0.54	c 1	2 domains, 55 variables, 3 predicates, 0 relations, 1235 constraints
0.03/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.64	c 1	Parsing HOME/temp.csp
0.51/0.82	c 1	parsed 1295 expressions
0.51/0.82	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.84	c 1	MAX CSP: 1235 constraints
0.51/0.84	c 1	Converting to clausal form CSP
0.93/1.01	c 1	converted 254 (10%) expressions
0.93/1.05	c 1	converted 507 (20%) expressions
0.93/1.08	c 1	converted 760 (30%) expressions
0.93/1.10	c 1	converted 1014 (40%) expressions
1.03/1.11	c 1	converted 1267 (50%) expressions
1.03/1.13	c 1	converted 1520 (60%) expressions
1.03/1.15	c 1	converted 1774 (70%) expressions
1.03/1.17	c 1	converted 2027 (80%) expressions
1.03/1.18	c 1	converted 2280 (90%) expressions
1.22/1.35	c 1	converted 2533 (100%) expressions
1.22/1.35	c 1	CSP : 2545 integers, 2465 booleans, 8689 clauses, largest domain size 2500
1.22/1.35	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.35	c 1	Propagation in CSP
1.33/1.45	c 1	1229 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.45	c 1	CSP : 2545 integers, 2465 booleans, 8689 clauses, largest domain size 2500
1.33/1.45	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.45	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.53	c 2	CSP : 2545 integers, 7413 booleans, 13637 clauses, largest domain size 2500
1.42/1.53	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.59	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.63	c 2	255 (10%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.52/1.63	c 2	509 (20%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.52/1.63	c 2	764 (30%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.52/1.63	c 2	1018 (40%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.52/1.63	c 2	1273 (50%) CSP integer variables are encoded (14890 clauses, 201356 bytes)
1.52/1.64	c 2	1527 (60%) CSP integer variables are encoded (18315 clauses, 252731 bytes)
1.52/1.64	c 2	1782 (70%) CSP integer variables are encoded (20364 clauses, 283466 bytes)
1.52/1.65	c 2	2036 (80%) CSP integer variables are encoded (22758 clauses, 319376 bytes)
1.52/1.65	c 2	2291 (90%) CSP integer variables are encoded (28418 clauses, 404276 bytes)
1.52/1.67	c 2	2545 (100%) CSP integer variables are encoded (38509 clauses, 555641 bytes)
1.62/1.76	c 2	1364 (10%) CSP clauses are encoded (70219 clauses, 1171211 bytes)
1.71/1.85	c 2	2728 (20%) CSP clauses are encoded (102677 clauses, 1828307 bytes)
1.82/1.92	c 2	4092 (30%) CSP clauses are encoded (135452 clauses, 2494204 bytes)
1.82/1.99	c 2	5455 (40%) CSP clauses are encoded (169742 clauses, 3198216 bytes)
1.92/2.07	c 2	6819 (50%) CSP clauses are encoded (204944 clauses, 3927289 bytes)
2.02/2.14	c 2	8183 (60%) CSP clauses are encoded (242256 clauses, 4733118 bytes)
2.11/2.22	c 2	9546 (70%) CSP clauses are encoded (281095 clauses, 5585039 bytes)
2.21/2.31	c 2	10910 (80%) CSP clauses are encoded (322673 clauses, 6501263 bytes)
2.51/2.69	c 3	12274 (90%) CSP clauses are encoded (538799 clauses, 11049276 bytes)
6.98/7.13	c 7	13637 (100%) CSP clauses are encoded (2356509 clauses, 49881849 bytes)
6.98/7.13	c 7	13637 CSP clauses encoded
6.98/7.13	c 7	Writing map file : HOME/temp.map
6.98/7.16	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.98/7.16	c 7	SAT : 48467 SAT variables, 2356509 SAT clauses, 49881849 bytes
6.98/7.16	c 7	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.98/7.18	c 7	OBJECTIVE minimize _COST
6.98/7.18	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
6.98/7.18	c 7	SEARCHING: _COST <= 618
6.98/7.18	c 7	SOLVING HOME/temp.cnf
6.98/7.18	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.98/7.18	c 7	This is MiniSat 2.0 beta
6.98/7.18	c 7	WARNING: for repeatability, setting FPU to use double precision
6.98/7.18	c 7	============================[ Problem Statistics ]=============================
6.98/7.18	c 7	|                                                                             |
6.98/7.18	c 7	|  Number of variables:  48467                                                |
6.98/7.18	c 7	|  Number of clauses:    2356510                                              |
8.17/8.36	c 8	|  Parsing time:         1.02         s                                       |
9.46/9.61	c 10	============================[ Search Statistics ]==============================
9.46/9.61	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.46/9.61	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.46/9.61	c 10	===============================================================================
9.46/9.61	c 10	|         0 |   41680  1639265  4923384 |   546421        0    nan |  0.000 % |
9.86/10.04	c 10	===============================================================================
9.86/10.04	c 10	restarts              : 1
9.86/10.04	c 10	conflicts             : 12             (4 /sec)
9.86/10.04	c 10	decisions             : 6846           (1.12 % random) (2547 /sec)
9.86/10.04	c 10	propagations          : 138315         (51464 /sec)
9.86/10.04	c 10	conflict literals     : 103            (0.00 % deleted)
9.86/10.04	c 10	Memory used           : 94.49 MB
9.86/10.04	c 10	CPU time              : 2.68759 s
9.86/10.04	c 10	
9.86/10.06	c 10	SATISFIABLE
9.86/10.08	c 10	FOUND: _COST <= 618
9.86/10.08	s SATISFIABLE
9.86/10.08	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.86/10.08	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.96/10.16	c 10	Decoding HOME/temp.out
9.96/10.33	c 10	OBJECTIVE _COST 548
9.96/10.33	o 548
9.96/10.33	v 31 11 32 36 33 44 40 47 40 45 13 39 34 38 42 44 37 43 45 40 47 41 48 46 49 49 49 49 46 48 49 49 49 49 49 49 49 49 49 48 49 49 49 49 49 49 48 49 49 49 2499 2398 2499 2349 2449
9.96/10.33	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.96/10.34	c 10	OBJECTIVE BOUND: 0 <= _COST <= 548
9.96/10.34	c 10	SEARCHING: _COST <= 274
9.96/10.34	c 10	SOLVING HOME/temp.cnf
9.96/10.34	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.96/10.35	c 10	This is MiniSat 2.0 beta
9.96/10.35	c 10	WARNING: for repeatability, setting FPU to use double precision
9.96/10.35	c 10	============================[ Problem Statistics ]=============================
9.96/10.35	c 10	|                                                                             |
9.96/10.35	c 10	|  Number of variables:  48467                                                |
9.96/10.35	c 10	|  Number of clauses:    2356510                                              |
11.34/11.57	c 12	|  Parsing time:         1.05         s                                       |
13.04/13.24	c 13	============================[ Search Statistics ]==============================
13.04/13.24	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.04/13.24	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.04/13.24	c 13	===============================================================================
13.04/13.24	c 13	|         0 |   37447  1113423  3358213 |   371141        0    nan |  0.000 % |
13.33/13.54	c 14	===============================================================================
13.33/13.54	c 14	restarts              : 1
13.33/13.54	c 14	conflicts             : 22             (7 /sec)
13.33/13.54	c 14	decisions             : 4238           (1.37 % random) (1410 /sec)
13.33/13.54	c 14	propagations          : 127997         (42573 /sec)
13.33/13.54	c 14	conflict literals     : 319            (0.31 % deleted)
13.33/13.54	c 14	Memory used           : 95.46 MB
13.33/13.54	c 14	CPU time              : 3.00654 s
13.33/13.54	c 14	
13.33/13.56	c 14	SATISFIABLE
13.33/13.57	c 14	FOUND: _COST <= 274
13.33/13.57	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.33/13.57	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.43/13.65	c 14	Decoding HOME/temp.out
13.43/13.82	c 14	OBJECTIVE _COST 274
13.43/13.82	o 274
13.43/13.83	v 34 28 29 18 29 44 30 6 31 8 36 39 10 35 33 20 32 37 26 24 22 42 38 42 34 25 43 45 41 41 44 39 47 40 48 46 49 49 49 49 49 47 46 49 48 49 49 48 49 46 2449 2499 2499 2499 2449
13.43/13.83	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.43/13.84	c 14	OBJECTIVE BOUND: 0 <= _COST <= 274
13.43/13.84	c 14	SEARCHING: _COST <= 137
13.43/13.84	c 14	SOLVING HOME/temp.cnf
13.43/13.84	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.43/13.84	c 14	This is MiniSat 2.0 beta
13.43/13.84	c 14	WARNING: for repeatability, setting FPU to use double precision
13.43/13.84	c 14	============================[ Problem Statistics ]=============================
13.43/13.84	c 14	|                                                                             |
13.43/13.84	c 14	|  Number of variables:  48467                                                |
13.43/13.84	c 14	|  Number of clauses:    2356510                                              |
14.82/15.10	c 15	|  Parsing time:         1.09         s                                       |
16.61/16.90	c 17	============================[ Search Statistics ]==============================
16.61/16.90	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.61/16.90	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.61/16.90	c 17	===============================================================================
16.61/16.90	c 17	|         0 |   35270   793614  2405180 |   264538        0    nan |  0.000 % |
16.90/17.15	c 17	===============================================================================
16.90/17.15	c 17	restarts              : 1
16.90/17.15	c 17	conflicts             : 46             (15 /sec)
16.90/17.15	c 17	decisions             : 2847           (1.23 % random) (908 /sec)
16.90/17.15	c 17	propagations          : 134513         (42900 /sec)
16.90/17.15	c 17	conflict literals     : 1014           (0.29 % deleted)
16.90/17.15	c 17	Memory used           : 96.95 MB
16.90/17.15	c 17	CPU time              : 3.13552 s
16.90/17.15	c 17	
16.90/17.18	c 17	SATISFIABLE
16.90/17.19	c 17	FOUND: _COST <= 137
16.90/17.19	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.90/17.19	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.02/17.27	c 17	Decoding HOME/temp.out
17.02/17.44	c 17	OBJECTIVE _COST 137
17.02/17.44	o 137
17.02/17.45	v 21 28 30 31 2 35 4 41 5 24 33 42 37 1 32 9 12 6 23 36 15 40 44 39 28 25 41 29 36 34 44 38 43 45 42 48 46 47 47 49 46 47 46 46 47 46 49 46 47 48 2449 2498 2499 2499 2449
17.02/17.45	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.02/17.46	c 17	OBJECTIVE BOUND: 0 <= _COST <= 137
17.02/17.46	c 17	SEARCHING: _COST <= 68
17.02/17.46	c 17	SOLVING HOME/temp.cnf
17.02/17.46	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.02/17.46	c 17	This is MiniSat 2.0 beta
17.02/17.46	c 17	WARNING: for repeatability, setting FPU to use double precision
17.02/17.46	c 17	============================[ Problem Statistics ]=============================
17.02/17.46	c 17	|                                                                             |
17.02/17.46	c 17	|  Number of variables:  48467                                                |
17.02/17.46	c 17	|  Number of clauses:    2356510                                              |
18.50/18.75	c 19	|  Parsing time:         1.14         s                                       |
20.29/20.51	c 21	============================[ Search Statistics ]==============================
20.29/20.51	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.29/20.51	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.29/20.51	c 21	===============================================================================
20.29/20.51	c 21	|         0 |   33614   605133  1844636 |   201711        0    nan |  0.000 % |
20.49/20.73	c 21	|       101 |   33614   605133  1844636 |   221882      101     54 | 30.646 % |
20.59/20.86	c 21	|       251 |   33614   605133  1844636 |   244070      251     66 | 30.646 % |
20.79/21.03	c 21	|       476 |   33614   605133  1844636 |   268477      476     43 | 30.646 % |
20.89/21.10	c 21	===============================================================================
20.89/21.10	c 21	restarts              : 4
20.89/21.10	c 21	conflicts             : 508            (146 /sec)
20.89/21.10	c 21	decisions             : 4054           (1.28 % random) (1167 /sec)
20.89/21.10	c 21	propagations          : 546645         (157377 /sec)
20.89/21.10	c 21	conflict literals     : 21378          (1.92 % deleted)
20.89/21.10	c 21	Memory used           : 96.68 MB
20.89/21.10	c 21	CPU time              : 3.47347 s
20.89/21.10	c 21	
20.89/21.12	c 21	SATISFIABLE
20.89/21.14	c 21	FOUND: _COST <= 68
20.89/21.14	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.89/21.14	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.93/21.22	c 21	Decoding HOME/temp.out
20.93/21.39	c 21	OBJECTIVE _COST 68
20.93/21.39	o 68
20.93/21.39	v 9 26 16 43 21 23 13 48 44 38 40 22 46 45 42 34 28 15 49 46 20 37 48 45 48 46 49 47 29 12 43 35 11 36 49 10 27 17 48 25 45 1 39 33 36 32 14 31 41 4 2499 2499 2499 2449 2499
20.93/21.40	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.93/21.40	c 21	OBJECTIVE BOUND: 0 <= _COST <= 68
20.93/21.40	c 21	SEARCHING: _COST <= 34
20.93/21.40	c 21	SOLVING HOME/temp.cnf
20.93/21.40	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.93/21.41	c 21	This is MiniSat 2.0 beta
20.93/21.41	c 21	WARNING: for repeatability, setting FPU to use double precision
20.93/21.41	c 21	============================[ Problem Statistics ]=============================
20.93/21.41	c 21	|                                                                             |
20.93/21.41	c 21	|  Number of variables:  48467                                                |
20.93/21.41	c 21	|  Number of clauses:    2356510                                              |
22.47/22.70	c 23	|  Parsing time:         1.13         s                                       |
24.16/24.42	c 24	============================[ Search Statistics ]==============================
24.16/24.42	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.16/24.42	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.16/24.42	c 24	===============================================================================
24.16/24.42	c 24	|         0 |   32213   504378  1546540 |   168126        0    nan |  0.000 % |
24.36/24.64	c 25	|       102 |   32213   504378  1546540 |   184938      102     64 | 33.536 % |
24.46/24.76	c 25	|       253 |   32213   504378  1546540 |   203432      253     34 | 33.536 % |
24.56/24.83	c 25	===============================================================================
24.56/24.84	c 25	restarts              : 3
24.56/24.84	c 25	conflicts             : 315            (97 /sec)
24.56/24.84	c 25	decisions             : 2458           (1.10 % random) (757 /sec)
24.56/24.84	c 25	propagations          : 356694         (109802 /sec)
24.56/24.84	c 25	conflict literals     : 12715          (1.71 % deleted)
24.56/24.84	c 25	Memory used           : 96.47 MB
24.56/24.84	c 25	CPU time              : 3.24851 s
24.56/24.84	c 25	
24.56/24.86	c 25	SATISFIABLE
24.56/24.87	c 25	FOUND: _COST <= 34
24.56/24.87	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.56/24.87	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.64/24.95	c 25	Decoding HOME/temp.out
24.64/25.12	c 25	OBJECTIVE _COST 34
24.64/25.12	o 34
24.64/25.13	v 26 49 49 46 45 37 40 23 4 31 28 34 36 14 9 47 41 5 35 24 13 18 25 21 32 38 15 33 27 43 2 42 22 48 1 44 48 0 29 39 47 11 19 16 30 49 12 49 17 20 2499 2449 2449 2499 2499
24.64/25.13	c 25	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.64/25.14	c 25	OBJECTIVE BOUND: 0 <= _COST <= 34
24.64/25.14	c 25	SEARCHING: _COST <= 17
24.64/25.14	c 25	SOLVING HOME/temp.cnf
24.64/25.14	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.64/25.14	c 25	This is MiniSat 2.0 beta
24.64/25.14	c 25	WARNING: for repeatability, setting FPU to use double precision
24.64/25.14	c 25	============================[ Problem Statistics ]=============================
24.64/25.14	c 25	|                                                                             |
24.64/25.14	c 25	|  Number of variables:  48467                                                |
24.64/25.14	c 25	|  Number of clauses:    2356510                                              |
26.14/26.46	c 26	|  Parsing time:         1.16         s                                       |
27.83/28.13	c 28	============================[ Search Statistics ]==============================
27.83/28.13	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.83/28.13	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.83/28.13	c 28	===============================================================================
27.83/28.13	c 28	|         0 |   30912   450656  1389260 |   150218        0    nan |  0.000 % |
28.03/28.32	c 28	|       100 |   30912   450656  1389260 |   165240      100     74 | 36.221 % |
28.13/28.44	c 28	|       251 |   30912   450656  1389260 |   181764      251     76 | 36.221 % |
28.23/28.56	c 29	|       478 |   30912   450656  1389260 |   199941      478     61 | 36.221 % |
28.43/28.71	c 29	|       816 |   30912   450656  1389260 |   219935      816     71 | 36.221 % |
29.03/29.34	c 29	|      1322 |   30912   450656  1389260 |   241928     1322     94 | 36.221 % |
29.33/29.65	c 30	|      2083 |   30912   450656  1389260 |   266121     2083     66 | 36.221 % |
29.33/29.70	c 30	===============================================================================
29.33/29.70	c 30	restarts              : 7
29.33/29.70	c 30	conflicts             : 2108           (481 /sec)
29.33/29.70	c 30	decisions             : 5545           (0.88 % random) (1264 /sec)
29.33/29.70	c 30	propagations          : 1378315        (314229 /sec)
29.33/29.70	c 30	conflict literals     : 138343         (3.11 % deleted)
29.33/29.70	c 30	Memory used           : 97.11 MB
29.33/29.70	c 30	CPU time              : 4.38633 s
29.33/29.70	c 30	
29.42/29.72	c 30	SATISFIABLE
29.42/29.74	c 30	FOUND: _COST <= 17
29.42/29.74	c 30	DECODING HOME/temp.out WITH HOME/temp.map
29.42/29.74	c 30	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
29.46/29.82	c 30	Decoding HOME/temp.out
29.46/29.99	c 30	OBJECTIVE _COST 17
29.46/29.99	o 17
29.46/29.99	v 1 18 43 31 47 44 19 34 39 49 40 45 14 9 30 25 5 11 24 16 28 42 17 41 33 4 48 46 3 36 42 15 37 10 32 35 2 23 21 38 27 12 20 33 8 26 22 7 13 29 2499 2499 2499 2499 2499
29.46/29.99	c 30	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
29.47/30.00	c 30	OBJECTIVE BOUND: 0 <= _COST <= 17
29.47/30.00	c 30	SEARCHING: _COST <= 8
29.47/30.00	c 30	SOLVING HOME/temp.cnf
29.47/30.00	c 30	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.47/30.01	c 30	This is MiniSat 2.0 beta
29.47/30.01	c 30	WARNING: for repeatability, setting FPU to use double precision
29.47/30.01	c 30	============================[ Problem Statistics ]=============================
29.47/30.01	c 30	|                                                                             |
29.47/30.01	c 30	|  Number of variables:  48467                                                |
29.47/30.01	c 30	|  Number of clauses:    2356510                                              |
31.00/31.31	c 31	|  Parsing time:         1.15         s                                       |
32.60/32.91	c 33	============================[ Search Statistics ]==============================
32.60/32.91	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.60/32.91	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.60/32.91	c 33	===============================================================================
32.60/32.91	c 33	|         0 |   29523   419535  1300055 |   139845        0    nan |  0.000 % |
32.79/33.12	c 33	|       101 |   29523   419535  1300055 |   153829      101     60 | 39.086 % |
32.99/33.31	c 33	|       252 |   29523   419535  1300055 |   169212      252     78 | 39.086 % |
33.19/33.51	c 34	|       477 |   29523   419535  1300055 |   186133      477    100 | 39.086 % |
33.29/33.68	c 34	|       815 |   29523   419535  1300055 |   204747      815     65 | 39.086 % |
33.88/34.23	c 34	|      1321 |   29523   419535  1300055 |   225221     1321     93 | 39.086 % |
34.28/34.65	c 35	|      2080 |   29523   419535  1300055 |   247743     2080     63 | 39.086 % |
34.28/34.69	c 35	===============================================================================
34.28/34.69	c 35	restarts              : 7
34.28/34.69	c 35	conflicts             : 2098           (465 /sec)
34.28/34.69	c 35	decisions             : 5067           (0.71 % random) (1123 /sec)
34.28/34.69	c 35	propagations          : 2164401        (479772 /sec)
34.28/34.69	c 35	conflict literals     : 131840         (2.53 % deleted)
34.28/34.69	c 35	Memory used           : 97.14 MB
34.28/34.69	c 35	CPU time              : 4.51131 s
34.28/34.69	c 35	
34.38/34.71	c 35	SATISFIABLE
34.38/34.73	c 35	FOUND: _COST <= 8
34.38/34.73	c 35	DECODING HOME/temp.out WITH HOME/temp.map
34.38/34.73	c 35	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.43/34.81	c 35	Decoding HOME/temp.out
34.43/34.98	c 35	OBJECTIVE _COST 8
34.43/34.98	o 8
34.43/34.98	v 37 18 38 30 42 16 26 35 2 32 13 9 14 5 3 23 15 31 6 41 33 4 27 39 45 25 44 8 43 48 21 28 36 34 40 20 29 47 7 46 49 11 19 1 22 12 17 0 10 24 2499 2499 2499 2498 2498
34.43/34.99	c 35	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.43/34.99	c 35	OBJECTIVE BOUND: 0 <= _COST <= 8
34.43/34.99	c 35	SEARCHING: _COST <= 4
34.43/34.99	c 35	SOLVING HOME/temp.cnf
34.43/34.99	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.43/35.00	c 35	This is MiniSat 2.0 beta
34.43/35.00	c 35	WARNING: for repeatability, setting FPU to use double precision
34.43/35.00	c 35	============================[ Problem Statistics ]=============================
34.43/35.00	c 35	|                                                                             |
34.69/35.00	c 35	|  Number of variables:  48467                                                |
34.69/35.00	c 35	|  Number of clauses:    2356510                                              |
35.98/36.32	c 36	|  Parsing time:         1.15         s                                       |
37.57/37.92	c 38	============================[ Search Statistics ]==============================
37.57/37.92	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.57/37.92	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.57/37.92	c 38	===============================================================================
37.57/37.93	c 38	|         0 |   28280   403885  1256830 |   134628        0    nan |  0.000 % |
37.77/38.16	c 38	|       100 |   28280   403885  1256830 |   148091      100     66 | 41.651 % |
37.97/38.32	c 38	|       251 |   28280   403885  1256830 |   162900      251     93 | 41.651 % |
38.26/38.61	c 39	|       477 |   28280   403885  1256830 |   179190      477     93 | 41.651 % |
38.46/38.80	c 39	|       814 |   28280   403885  1256830 |   197109      814     69 | 41.651 % |
38.96/39.33	c 39	|      1320 |   28280   403885  1256830 |   216820     1320     98 | 41.651 % |
39.56/39.98	c 40	|      2081 |   28280   403885  1256830 |   238502     2081     94 | 41.651 % |
40.45/40.90	c 41	|      3222 |   28280   403885  1256830 |   262352     3222     64 | 41.651 % |
40.65/41.06	c 41	===============================================================================
40.65/41.06	c 41	restarts              : 8
40.65/41.06	c 41	conflicts             : 3475           (592 /sec)
40.65/41.06	c 41	decisions             : 6742           (0.76 % random) (1149 /sec)
40.65/41.06	c 41	propagations          : 4171698        (710910 /sec)
40.65/41.06	c 41	conflict literals     : 234771         (3.56 % deleted)
40.65/41.06	c 41	Memory used           : 97.32 MB
40.65/41.06	c 41	CPU time              : 5.86811 s
40.65/41.06	c 41	
40.65/41.08	c 41	SATISFIABLE
40.65/41.10	c 41	FOUND: _COST <= 4
40.65/41.10	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.65/41.10	c 41	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.76/41.18	c 41	Decoding HOME/temp.out
40.76/41.35	c 41	OBJECTIVE _COST 4
40.76/41.35	o 4
40.76/41.35	v 0 30 39 23 25 6 22 14 2 37 49 26 43 35 13 20 33 8 27 42 12 17 47 34 32 28 10 3 40 31 48 21 19 46 5 45 11 7 4 36 44 9 1 15 18 38 41 24 29 16 2498 2498 2499 2499 2397
40.76/41.36	c 41	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
40.76/41.36	c 41	OBJECTIVE BOUND: 0 <= _COST <= 4
40.76/41.36	c 41	SEARCHING: _COST <= 2
40.76/41.36	c 41	SOLVING HOME/temp.cnf
40.76/41.36	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.76/41.36	c 41	This is MiniSat 2.0 beta
40.76/41.36	c 41	WARNING: for repeatability, setting FPU to use double precision
40.76/41.36	c 41	============================[ Problem Statistics ]=============================
40.76/41.36	c 41	|                                                                             |
40.76/41.37	c 41	|  Number of variables:  48467                                                |
40.76/41.37	c 41	|  Number of clauses:    2356510                                              |
42.24/42.69	c 43	|  Parsing time:         1.15         s                                       |
43.82/44.29	c 44	============================[ Search Statistics ]==============================
43.82/44.29	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.82/44.29	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.82/44.29	c 44	===============================================================================
43.82/44.29	c 44	|         0 |   27043   394235  1231589 |   131411        0    nan |  0.000 % |
44.02/44.49	c 45	|       100 |   27043   394235  1231589 |   144552      100     43 | 44.203 % |
44.22/44.68	c 45	|       250 |   27043   394235  1231589 |   159008      250     64 | 44.203 % |
44.52/44.91	c 45	|       475 |   27043   394235  1231589 |   174908      475     61 | 44.203 % |
44.62/45.09	c 45	|       812 |   27043   394235  1231589 |   192399      812     44 | 44.203 % |
44.82/45.20	c 45	===============================================================================
44.82/45.20	c 45	restarts              : 5
44.82/45.20	c 45	conflicts             : 979            (269 /sec)
44.82/45.20	c 45	decisions             : 2742           (0.91 % random) (752 /sec)
44.82/45.20	c 45	propagations          : 616737         (169227 /sec)
44.82/45.20	c 45	conflict literals     : 44389          (14.61 % deleted)
44.82/45.20	c 45	Memory used           : 96.45 MB
44.82/45.20	c 45	CPU time              : 3.64445 s
44.82/45.20	c 45	
44.82/45.22	c 45	SATISFIABLE
44.82/45.24	c 45	FOUND: _COST <= 2
44.82/45.24	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.82/45.24	c 45	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.87/45.32	c 45	Decoding HOME/temp.out
44.87/45.68	c 46	OBJECTIVE _COST 2
44.87/45.68	o 2
44.87/45.68	v 11 17 30 18 35 4 16 19 32 7 27 3 0 2 10 8 22 46 44 38 41 39 42 24 26 34 40 6 23 36 5 25 13 20 37 48 33 15 29 43 45 49 1 12 14 9 28 47 31 21 2498 2397 2298 2399 2499
44.87/45.69	c 46	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.87/45.71	c 46	OBJECTIVE BOUND: 0 <= _COST <= 2
44.87/45.71	c 46	SEARCHING: _COST <= 1
44.87/45.71	c 46	SOLVING HOME/temp.cnf
44.87/45.71	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.87/45.71	c 46	This is MiniSat 2.0 beta
44.87/45.71	c 46	WARNING: for repeatability, setting FPU to use double precision
44.87/45.71	c 46	============================[ Problem Statistics ]=============================
44.87/45.71	c 46	|                                                                             |
44.87/45.72	c 46	|  Number of variables:  48467                                                |
44.87/45.72	c 46	|  Number of clauses:    2356510                                              |
46.59/47.05	c 47	|  Parsing time:         1.18         s                                       |
48.18/48.65	c 49	============================[ Search Statistics ]==============================
48.18/48.65	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.18/48.65	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.18/48.65	c 49	===============================================================================
48.18/48.65	c 49	|         0 |   25808   387555  1215253 |   129185        0    nan |  0.000 % |
48.38/48.86	c 49	|       100 |   25808   387555  1215253 |   142103      100     70 | 46.751 % |
48.58/49.02	c 49	|       250 |   25808   387555  1215253 |   156313      250     66 | 46.751 % |
48.77/49.29	c 49	|       475 |   25808   387555  1215253 |   171945      475    108 | 46.751 % |
49.07/49.57	c 50	|       812 |   25808   387555  1215253 |   189139      812     87 | 46.751 % |
49.37/49.84	c 50	|      1318 |   25808   387555  1215253 |   208053     1318     66 | 46.751 % |
50.17/50.60	c 51	|      2077 |   25808   387555  1215253 |   228859     2077     70 | 46.752 % |
50.96/51.46	c 51	|      3217 |   25808   387555  1215253 |   251745     3217     49 | 46.751 % |
51.06/51.50	c 52	===============================================================================
51.06/51.50	c 52	restarts              : 8
51.06/51.50	c 52	conflicts             : 3251           (579 /sec)
51.06/51.50	c 52	decisions             : 6377           (1.03 % random) (1136 /sec)
51.06/51.50	c 52	propagations          : 3964410        (706524 /sec)
51.06/51.50	c 52	conflict literals     : 158864         (7.50 % deleted)
51.06/51.50	c 52	Memory used           : 96.48 MB
51.06/51.50	c 52	CPU time              : 5.61115 s
51.06/51.50	c 52	
51.06/51.52	c 52	SATISFIABLE
51.06/51.54	c 52	FOUND: _COST <= 1
51.06/51.54	c 52	DECODING HOME/temp.out WITH HOME/temp.map
51.06/51.54	c 52	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.16/51.62	c 52	Decoding HOME/temp.out
51.27/51.79	c 52	OBJECTIVE _COST 1
51.27/51.79	o 1
51.27/51.80	v 1 40 27 30 20 18 10 28 23 19 42 25 31 33 48 38 5 43 47 26 22 11 17 41 46 49 14 3 45 37 29 36 44 15 13 2 39 35 0 32 4 9 7 34 24 6 12 16 21 8 2445 2493 2441 2449 2497
51.37/51.80	c 52	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
51.37/51.85	c 52	OBJECTIVE BOUND: 0 <= _COST <= 1
51.37/51.85	c 52	SEARCHING: _COST <= 0
51.37/51.85	c 52	SOLVING HOME/temp.cnf
51.37/51.85	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.37/51.86	c 52	This is MiniSat 2.0 beta
51.37/51.86	c 52	WARNING: for repeatability, setting FPU to use double precision
51.37/51.86	c 52	============================[ Problem Statistics ]=============================
51.37/51.86	c 52	|                                                                             |
51.37/51.86	c 52	|  Number of variables:  48467                                                |
51.37/51.86	c 52	|  Number of clauses:    2356510                                              |
52.61/53.18	c 53	|  Parsing time:         1.16         s                                       |
54.20/54.75	c 55	============================[ Search Statistics ]==============================
54.20/54.75	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.20/54.75	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.20/54.75	c 55	===============================================================================
54.20/54.75	c 55	|         0 |   22107   381387  1200449 |   127129        0    nan |  0.000 % |
54.40/54.96	c 55	|       100 |   22107   381387  1200449 |   139841      100     52 | 54.388 % |
54.59/55.11	c 55	|       250 |   22107   381387  1200449 |   153826      250     58 | 54.388 % |
54.79/55.38	c 55	|       475 |   22107   381387  1200449 |   169208      475     45 | 54.388 % |
54.99/55.56	c 56	|       813 |   22107   381387  1200449 |   186129      813     33 | 54.388 % |
55.39/55.91	c 56	|      1319 |   22107   381387  1200449 |   204742     1319     23 | 54.388 % |
55.89/56.45	c 56	|      2078 |   22105   381194  1199678 |   225216     1559     20 | 54.392 % |
56.29/56.88	c 57	===============================================================================
56.29/56.88	c 57	restarts              : 7
56.29/56.88	c 57	conflicts             : 2604           (537 /sec)
56.29/56.88	c 57	decisions             : 4479           (1.41 % random) (923 /sec)
56.29/56.88	c 57	propagations          : 4471832        (921787 /sec)
56.29/56.89	c 57	conflict literals     : 37831          (13.85 % deleted)
56.29/56.89	c 57	Memory used           : 96.53 MB
56.29/56.89	c 57	CPU time              : 4.85126 s
56.29/56.89	c 57	
56.29/56.89	c 57	UNSATISFIABLE
56.39/56.90	c 57	NOT FOUND: _COST <= 0
56.39/56.90	c 57	OBJECTIVE _COST 1
56.39/56.90	s OPTIMUM FOUND
56.39/56.90	c 57	CPU 53.76 (0.05 0.03 53.71 2.61)
56.39/56.90	c 57	END Sat Jul 12 13:59:05 2008

Verifier Data (download as text)

OK	1	1234
1 unsatisfied constraints, 1234 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-1112208-1215863888/watcher-1112208-1215863888 -o /tmp/evaluation-result-1112208-1215863888/solver-1112208-1215863888 -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-1112208-1215863888.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.00 2.00 2.00 4/81 18730
/proc/meminfo: memFree=1134304/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=12268 CPUtime=0
/proc/18730/stat : 18730 (sugar) R 18728 18730 17954 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43090880 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18730/statm: 3067 316 241 3 0 167 0

[startup+0.0500521 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18730
/proc/meminfo: memFree=1134304/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.03
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 43090880 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101448 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18730
/proc/meminfo: memFree=1134304/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.03
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43090880 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30146 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18730
/proc/meminfo: memFree=1134304/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.03
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43090880 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701498 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18730
/proc/meminfo: memFree=1134304/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.51
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 974 4806 0 1 3 0 45 3 16 0 1 0 43090880 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18730/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18752
/proc/meminfo: memFree=1120840/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.51
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 974 4806 0 1 3 0 45 3 15 0 1 0 43090880 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18730/statm: 3400 797 370 3 0 500 0
[pid=18743] ppid=18730 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18730 18730 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43090936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 233 193 169 0 50 0
[pid=18744] ppid=18743 vsize=868608 CPUtime=0.91
/proc/18744/stat : 18744 (java) S 18743 18730 17954 0 -1 0 7905 0 1 0 88 3 0 0 18 0 9 0 43090936 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18744/statm: 217152 7132 2539 9 0 211727 0
[pid=18744/tid=18745] ppid=18743 vsize=868608 CPUtime=0.53
/proc/18744/task/18745/stat : 18745 (java) R 18743 18730 17954 0 -1 64 2681 0 1 0 53 0 0 0 25 0 9 0 43090937 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18746] ppid=18743 vsize=868608 CPUtime=0.14
/proc/18744/task/18746/stat : 18746 (java) R 18743 18730 17954 0 -1 64 3055 0 0 0 14 0 0 0 16 0 9 0 43090938 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18747] ppid=18743 vsize=868608 CPUtime=0
/proc/18744/task/18747/stat : 18747 (java) S 18743 18730 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43090939 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18748] ppid=18743 vsize=868608 CPUtime=0
/proc/18744/task/18748/stat : 18748 (java) S 18743 18730 17954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43090939 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18749] ppid=18743 vsize=868608 CPUtime=0
/proc/18744/task/18749/stat : 18749 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43090940 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18750] ppid=18743 vsize=868608 CPUtime=0.2
/proc/18744/task/18750/stat : 18750 (java) S 18743 18730 17954 0 -1 64 1475 0 0 0 20 0 0 0 16 0 9 0 43090940 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18751] ppid=18743 vsize=868608 CPUtime=0
/proc/18744/task/18751/stat : 18751 (java) S 18743 18730 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43090941 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18752] ppid=18743 vsize=868608 CPUtime=0
/proc/18744/task/18752/stat : 18752 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43090941 889454592 7132 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887564

[startup+3.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18752
/proc/meminfo: memFree=1109000/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.51
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 974 4806 0 1 3 0 45 3 15 0 1 0 43090880 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18730/statm: 3400 797 370 3 0 500 0
[pid=18743] ppid=18730 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18730 18730 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43090936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 233 193 169 0 50 0
[pid=18744] ppid=18743 vsize=868532 CPUtime=2.51
/proc/18744/stat : 18744 (java) S 18743 18730 17954 0 -1 0 8472 0 1 0 236 15 0 0 18 0 9 0 43090936 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18744/statm: 217133 7195 2564 9 0 211680 0
[pid=18744/tid=18745] ppid=18743 vsize=868532 CPUtime=1.89
/proc/18744/task/18745/stat : 18745 (java) R 18743 18730 17954 0 -1 64 3198 0 1 0 180 9 0 0 25 0 9 0 43090937 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18746] ppid=18743 vsize=868532 CPUtime=0.32
/proc/18744/task/18746/stat : 18746 (java) S 18743 18730 17954 0 -1 64 3073 0 0 0 29 3 0 0 16 0 9 0 43090938 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18747] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18747/stat : 18747 (java) S 18743 18730 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43090939 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18748] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18748/stat : 18748 (java) S 18743 18730 17954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43090939 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18749] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18749/stat : 18749 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43090940 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18750] ppid=18743 vsize=868532 CPUtime=0.25
/proc/18744/task/18750/stat : 18750 (java) S 18743 18730 17954 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 43090940 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18751] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18751/stat : 18751 (java) S 18743 18730 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43090941 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18752] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18752/stat : 18752 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43090941 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887488

[startup+6.30198 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 18752
/proc/meminfo: memFree=1081672/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13600 CPUtime=0.51
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 974 4806 0 1 3 0 45 3 15 0 1 0 43090880 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18730/statm: 3400 797 370 3 0 500 0
[pid=18743] ppid=18730 vsize=5356 CPUtime=0
/proc/18743/stat : 18743 (sh) S 18730 18730 17954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43090936 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18743/statm: 1339 233 193 169 0 50 0
[pid=18744] ppid=18743 vsize=868532 CPUtime=5.67
/proc/18744/stat : 18744 (java) S 18743 18730 17954 0 -1 0 9256 0 1 0 535 32 0 0 18 0 9 0 43090936 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18744/statm: 217133 7195 2564 9 0 211680 0
[pid=18744/tid=18745] ppid=18743 vsize=868532 CPUtime=4.92
/proc/18744/task/18745/stat : 18745 (java) R 18743 18730 17954 0 -1 64 3982 0 1 0 469 23 0 0 25 0 9 0 43090937 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18746] ppid=18743 vsize=868532 CPUtime=0.48
/proc/18744/task/18746/stat : 18746 (java) S 18743 18730 17954 0 -1 64 3073 0 0 0 40 8 0 0 16 0 9 0 43090938 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18747] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18747/stat : 18747 (java) S 18743 18730 17954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43090939 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18748] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18748/stat : 18748 (java) S 18743 18730 17954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43090939 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18749] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18749/stat : 18749 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 43090940 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18750] ppid=18743 vsize=868532 CPUtime=0.25
/proc/18744/task/18750/stat : 18750 (java) S 18743 18730 17954 0 -1 64 1507 0 0 0 25 0 0 0 16 0 9 0 43090940 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18751] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18751/stat : 18751 (java) S 18743 18730 17954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43090941 889376768 7195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18744/tid=18752] ppid=18743 vsize=868532 CPUtime=0
/proc/18744/task/18752/stat : 18752 (java) S 18743 18730 17954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43090941 889376768 7195 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) 887488

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18766
/proc/meminfo: memFree=986248/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=10.21
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 1210 42727 0 3 4 1 954 62 16 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18765] ppid=18730 vsize=5356 CPUtime=0
/proc/18765/stat : 18765 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43091914 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18765/statm: 1339 232 193 169 0 50 0
[pid=18766] ppid=18765 vsize=97752 CPUtime=2.33
/proc/18766/stat : 18766 (minisat) R 18765 18730 17954 0 -1 4194304 24134 0 0 0 217 16 0 0 25 0 1 0 43091914 100098048 24120 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/18766/statm: 24438 24120 71 150 0 24285 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 116840

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18814
/proc/meminfo: memFree=1075080/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=24.9
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 1670 157167 0 7 4 1 2340 145 16 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18813] ppid=18730 vsize=5356 CPUtime=0
/proc/18813/stat : 18813 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43093394 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18813/statm: 1339 232 193 169 0 50 0
[pid=18814] ppid=18813 vsize=31524 CPUtime=0.34
/proc/18814/stat : 18814 (minisat) R 18813 18730 17954 0 -1 4194304 7546 0 0 0 30 4 0 0 22 0 1 0 43093394 32280576 7532 996147200 134512640 135127466 4294956256 18446744073709551615 134513776 0 0 4096 3 0 0 0 17 1 0 0
/proc/18814/statm: 7881 7532 62 150 0 7728 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 50612

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18862
/proc/meminfo: memFree=985224/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=45.32
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 2126 272301 0 11 5 2 4299 226 15 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18861] ppid=18730 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43095451 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=98788 CPUtime=5.34
/proc/18862/stat : 18862 (minisat) R 18861 18730 17954 0 -1 4194304 24397 0 0 0 520 14 0 0 25 0 1 0 43095451 101158912 24383 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18862/statm: 24697 24383 76 150 0 24544 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 117876

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

[startup+54.3021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18874
/proc/meminfo: memFree=985416/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=51.38
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 2240 300928 0 12 5 3 4886 244 16 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18873] ppid=18730 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43096065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=98600 CPUtime=2.42
/proc/18874/stat : 18874 (minisat) R 18873 18730 17954 0 -1 4194304 24344 0 0 0 227 15 0 0 25 0 1 0 43096066 100966400 24330 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/18874/statm: 24650 24330 71 150 0 24497 0
Current children cumulated CPU time (s) 53.8
Current children cumulated vsize (KiB) 117688

[startup+55.9023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18874
/proc/meminfo: memFree=985224/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=51.38
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 2240 300928 0 12 5 3 4886 244 15 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18873] ppid=18730 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43096065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=98844 CPUtime=4.01
/proc/18874/stat : 18874 (minisat) R 18873 18730 17954 0 -1 4194304 24397 0 0 0 386 15 0 0 25 0 1 0 43096066 101216256 24383 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18874/statm: 24711 24383 76 150 0 24558 0
Current children cumulated CPU time (s) 55.39
Current children cumulated vsize (KiB) 117932

[startup+56.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18874
/proc/meminfo: memFree=985224/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=51.38
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 2240 300928 0 12 5 3 4886 244 15 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18873] ppid=18730 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43096065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=98844 CPUtime=4.81
/proc/18874/stat : 18874 (minisat) R 18873 18730 17954 0 -1 4194304 24397 0 0 0 466 15 0 0 25 0 1 0 43096066 101216256 24383 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18874/statm: 24711 24383 76 150 0 24558 0
Current children cumulated CPU time (s) 56.19
Current children cumulated vsize (KiB) 117932

[startup+56.9026 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18874
/proc/meminfo: memFree=985224/2055920 swapFree=4177576/4192956
[pid=18730] ppid=18728 vsize=13732 CPUtime=51.38
/proc/18730/stat : 18730 (sugar) S 18728 18730 17954 0 -1 4194304 2240 300928 0 12 5 3 4886 244 15 0 1 0 43090880 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18730/statm: 3433 839 374 3 0 533 0
[pid=18873] ppid=18730 vsize=5356 CPUtime=0
/proc/18873/stat : 18873 (sh) S 18730 18730 17954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43096065 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18873/statm: 1339 232 193 169 0 50 0
[pid=18874] ppid=18873 vsize=0 CPUtime=5.01
/proc/18874/stat : 18874 (minisat) R 18873 18730 17954 0 -1 4194308 24406 0 0 0 485 16 0 0 25 0 1 0 43096066 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.39
Current children cumulated vsize (KiB) 19088

Child status: 0
Real time (s): 56.9344
CPU time (s): 56.4534
CPU user time (s): 53.7728
CPU system time (s): 2.68059
CPU usage (%): 99.1552
Max. virtual memory (cumulated for all children) (KiB): 887564

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

runsolver used 0.06499 second user time and 0.219966 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 13:58:08
IDJOB=1112208
IDBENCH=61379
IDSOLVER=368
FILE ID=node31/1112208-1215863888
PBS_JOBID= 7903464
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2557765bf29994b12cfaa173ab96dd25
RANDOM SEED=2108397834

node31.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.236
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.236
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:       1134784 kB
Buffers:         56448 kB
Cached:          91832 kB
SwapCached:       8392 kB
Active:         800568 kB
Inactive:        74216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134784 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         742032 kB
Slab:            29740 kB
Committed_AS:   946292 kB
PageTables:       3476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node31 at 2008-07-12 13:59:05