Trace number 1113231

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)3 3600.31 3625.5

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-2-28.xml
MD5SUMcef54e86dcfce109125762a011634b06
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 benchmark1646.92
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints3541
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3541
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.03/0.28	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.28	c 0	BEGIN Sat Jul 12 18:33:54 2008
0.03/0.28	c 0	PID 19799
0.03/0.28	c 0	HOST node69.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-1113231-1215880433.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113231-1215880433.xml' 'HOME/temp.csp'
0.76/1.06	c 0	1 domains, 211 variables, 1 predicates, 0 relations, 3541 constraints
0.76/1.07	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.76/1.07	c 0	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.83/1.15	c 0	Parsing HOME/temp.csp
0.83/1.37	c 1	parsed 3754 expressions
0.83/1.37	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.41	c 1	MAX CSP: 3541 constraints
0.83/1.41	c 1	Converting to clausal form CSP
0.83/1.58	c 1	converted 730 (10%) expressions
0.83/1.63	c 1	converted 1460 (20%) expressions
0.83/1.66	c 1	converted 2190 (30%) expressions
0.83/1.69	c 1	converted 2920 (40%) expressions
0.83/1.71	c 1	converted 3649 (50%) expressions
0.83/1.72	c 1	converted 4379 (60%) expressions
0.83/1.78	c 1	converted 5109 (70%) expressions
0.83/1.80	c 1	converted 5839 (80%) expressions
0.83/1.81	c 1	converted 6569 (90%) expressions
1.83/2.17	c 1	converted 7298 (100%) expressions
1.83/2.17	c 2	CSP : 7293 integers, 0 booleans, 10622 clauses, largest domain size 5312
1.83/2.17	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/2.17	c 2	Propagation in CSP
2.03/2.32	c 2	3533 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.32	c 2	CSP : 7293 integers, 0 booleans, 10622 clauses, largest domain size 3542
2.03/2.32	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.33	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.45	c 2	CSP : 7293 integers, 7082 booleans, 17704 clauses, largest domain size 3542
2.12/2.45	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.56	c 2	730 (10%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
2.22/2.57	c 2	1459 (20%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
2.22/2.57	c 2	2188 (30%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
2.22/2.57	c 2	2918 (40%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
2.22/2.57	c 2	3647 (50%) CSP integer variables are encoded (5486 clauses, 69250 bytes)
2.22/2.59	c 2	4376 (60%) CSP integer variables are encoded (13471 clauses, 187504 bytes)
2.22/2.60	c 2	5106 (70%) CSP integer variables are encoded (20421 clauses, 291754 bytes)
2.32/2.61	c 2	5835 (80%) CSP integer variables are encoded (28382 clauses, 411169 bytes)
2.32/2.66	c 2	6564 (90%) CSP integer variables are encoded (68748 clauses, 1016659 bytes)
2.32/2.67	c 2	7293 (100%) CSP integer variables are encoded (79301 clauses, 1174954 bytes)
2.42/2.78	c 2	1771 (10%) CSP clauses are encoded (112959 clauses, 1769828 bytes)
2.52/2.86	c 2	3541 (20%) CSP clauses are encoded (146589 clauses, 2394888 bytes)
2.62/2.94	c 2	5312 (30%) CSP clauses are encoded (180247 clauses, 3021820 bytes)
2.72/3.01	c 2	7082 (40%) CSP clauses are encoded (213877 clauses, 3644396 bytes)
2.72/3.08	c 2	8852 (50%) CSP clauses are encoded (247507 clauses, 4276044 bytes)
2.82/3.15	c 2	10623 (60%) CSP clauses are encoded (281138 clauses, 4935684 bytes)
4.29/4.62	c 4	12393 (70%) CSP clauses are encoded (1082692 clauses, 22051889 bytes)
8.64/9.04	c 8	14164 (80%) CSP clauses are encoded (3454219 clauses, 72899619 bytes)
20.07/20.69	c 20	15934 (90%) CSP clauses are encoded (9806507 clauses, 208903012 bytes)
31.57/32.42	c 32	17704 (100%) CSP clauses are encoded (16100349 clauses, 344038060 bytes)
31.57/32.42	c 32	17704 CSP clauses encoded
31.57/32.42	c 32	Writing map file : HOME/temp.map
31.57/32.47	c 32	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.57/32.47	c 32	SAT : 93676 SAT variables, 16100349 SAT clauses, 344038060 bytes
31.57/32.47	c 32	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.66/32.51	c 32	OBJECTIVE minimize _COST
31.66/32.51	c 32	SOLVING HOME/temp.cnf
31.66/32.51	c 32	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
31.67/32.81	c 32	This is MiniSat 2.0 beta incremental
31.67/32.81	c 32	WARNING: for repeatability, setting FPU to use double precision
31.67/32.81	c 32	============================[ Problem Statistics ]=============================
31.67/32.81	c 32	|                                                                             |
31.67/32.81	c 32	|  Number of variables:  93676                                                |
31.67/32.81	c 32	|  Number of clauses:    16100349                                             |
38.77/40.03	c 39	|  Parsing time:         6.16         s                                       |
39.08/40.35	c 40	OK
39.08/40.35	c 40	OBJECTIVE BOUND: 0 <= _COST <= 
39.08/40.35	c 40	SEARCHING: _COST <= 1771
39.08/40.35	c 40	============================[ Search Statistics ]==============================
39.08/40.35	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.08/40.35	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.08/40.35	c 40	===============================================================================
39.08/40.35	c 40	|         0 |   93676 16100349 48056411 |  5366783        0    nan |  0.000 % |
40.66/41.97	c 41	===============================================================================
40.66/41.98	c 41	restarts              : 1
40.66/41.98	c 41	conflicts             : 1             (0 /sec)
40.66/41.98	c 41	decisions             : 4790          (0.46 % random) (596 /sec)
40.66/41.98	c 41	propagations          : 94399          (11739 /sec)
40.66/41.98	c 41	conflict literals     : 5              (0.00 % deleted)
40.66/41.98	c 41	Memory used           : 636.18 MB
40.66/41.98	c 41	CPU time              : 8.04178 s
40.66/41.98	c 41	
40.66/41.98	c 41	SATISFIABLE
40.75/42.01	c 41	OK
40.75/42.01	c 41	FOUND: _COST <= 1771
40.75/42.01	s SATISFIABLE
40.75/42.01	c 41	DECODING HOME/temp.out WITH HOME/temp.map
40.75/42.01	c 41	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
40.75/42.09	c 41	Decoding HOME/temp.out
40.77/42.35	c 42	OBJECTIVE _COST 1352
40.77/42.35	o 1352
40.77/42.36	v 14 15 16 25 17 18 18 19 20 20 21 22 23 24 26 26 17 17 18 18 19 20 21 22 22 23 24 25 26 26 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 24 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27
40.77/42.37	c 42	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
40.77/42.39	c 42	OK
40.77/42.39	c 42	OBJECTIVE BOUND: 0 <= _COST <= 1352
40.77/42.39	c 42	SEARCHING: _COST <= 676
40.77/42.39	c 42	============================[ Search Statistics ]==============================
40.77/42.39	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.77/42.39	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.77/42.39	c 42	===============================================================================
40.77/42.39	c 42	|         1 |   93676 16100349 48056411 |  5366783        1      5 |  0.000 % |
41.94/43.20	c 43	===============================================================================
41.94/43.21	c 43	restarts              : 2
41.94/43.21	c 43	conflicts             : 4             (0 /sec)
41.94/43.21	c 43	decisions             : 7061          (0.57 % random) (795 /sec)
41.94/43.21	c 43	propagations          : 193476         (21779 /sec)
41.94/43.21	c 43	conflict literals     : 33             (5.71 % deleted)
41.94/43.21	c 43	Memory used           : 639.94 MB
41.94/43.21	c 43	CPU time              : 8.88365 s
41.94/43.21	c 43	
41.94/43.21	c 43	SATISFIABLE
41.94/43.24	c 43	OK
41.94/43.24	c 43	FOUND: _COST <= 676
41.94/43.24	c 43	DECODING HOME/temp.out WITH HOME/temp.map
41.94/43.24	c 43	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.98/43.32	c 43	Decoding HOME/temp.out
41.98/43.58	c 43	OBJECTIVE _COST 676
41.98/43.58	o 676
41.98/43.59	v 15 1 0 26 2 3 7 11 4 5 6 8 25 21 9 10 5 3 9 4 0 1 2 3 5 27 6 7 8 9 10 11 12 27 27 13 27 27 27 27 14 27 15 27 16 27 16 17 27 27 18 27 27 19 27 22 23 27 23 20 24 26 26 26 27 26 20 22 23 24 25 25 27 24 20 24 24 27 23 20 24 27 27 26 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 25 27 27 24 27 27 27 27 27 27 27 27 27 24 27 27 27 27 24 27 27 27 27 27 27 24 24 24 24 24 27 24 24 26 26 26 26 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27 27
41.98/43.60	c 43	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
41.99/43.68	c 43	OK
41.99/43.68	c 43	OBJECTIVE BOUND: 0 <= _COST <= 676
41.99/43.68	c 43	SEARCHING: _COST <= 338
41.99/43.68	c 43	============================[ Search Statistics ]==============================
41.99/43.68	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.99/43.68	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.99/43.68	c 43	===============================================================================
41.99/43.68	c 43	|         4 |   66989 16100349 48056411 |  5366783        4      8 |  0.000 % |
43.01/44.39	c 44	===============================================================================
43.01/44.39	c 44	restarts              : 3
43.01/44.39	c 44	conflicts             : 84            (9 /sec)
43.01/44.39	c 44	decisions             : 9238          (0.58 % random) (954 /sec)
43.01/44.39	c 44	propagations          : 280314         (28956 /sec)
43.01/44.39	c 44	conflict literals     : 1112           (4.14 % deleted)
43.01/44.39	c 44	Memory used           : 644.10 MB
43.01/44.39	c 44	CPU time              : 9.68053 s
43.01/44.39	c 44	
43.01/44.39	c 44	SATISFIABLE
43.11/44.42	c 44	OK
43.11/44.42	c 44	FOUND: _COST <= 338
43.11/44.42	c 44	DECODING HOME/temp.out WITH HOME/temp.map
43.11/44.42	c 44	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
43.14/44.50	c 44	Decoding HOME/temp.out
43.14/44.96	c 44	OBJECTIVE _COST 338
43.14/44.96	o 338
43.14/44.97	v 2 10 9 25 21 3 16 24 0 1 8 22 27 5 27 25 25 15 13 27 26 17 6 11 10 14 5 23 8 24 9 16 18 27 27 19 27 27 27 27 11 27 10 27 13 27 22 26 27 27 6 27 27 12 27 27 26 27 7 8 14 12 15 21 21 12 12 18 19 23 7 24 26 24 26 8 26 26 20 4 21 23 23 26 4 27 27 26 27 26 26 23 27 27 27 27 27 27 23 27 23 27 27 27 27 20 20 23 23 20 27 27 27 27 27 27 23 27 27 9 26 23 27 27 14 23 24 26 26 20 11 12 12 13 18 13 15 20 23 22 20 21 22 26 23 23 23 23 27 27 15 23 27 20 27 23 27 27 27 27 27 20 23 23 26 19 27 26 27 20 27 17 18 23 20 23 20 26 23 26 23 23 23 23 23 23 27 27 27 23 23 20 26 26 26 26 26 26 26 26 26 26 27 26 26 20 26 23 27 20 23
43.14/44.98	c 44	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
43.79/45.12	c 44	OK
43.79/45.12	c 44	OBJECTIVE BOUND: 0 <= _COST <= 338
43.79/45.12	c 44	SEARCHING: _COST <= 169
43.79/45.12	c 44	============================[ Search Statistics ]==============================
43.79/45.12	c 44	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
43.79/45.12	c 44	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
43.79/45.12	c 44	===============================================================================
43.79/45.12	c 44	|        84 |   57573 16100349 48056411 |  5366783       84     13 |  0.000 % |
44.38/45.75	c 45	===============================================================================
44.38/45.75	c 45	restarts              : 4
44.38/45.75	c 45	conflicts             : 125           (12 /sec)
44.38/45.75	c 45	decisions             : 10423         (0.61 % random) (997 /sec)
44.38/45.75	c 45	propagations          : 431455         (41282 /sec)
44.38/45.75	c 45	conflict literals     : 1748           (6.02 % deleted)
44.38/45.75	c 45	Memory used           : 644.87 MB
44.38/45.75	c 45	CPU time              : 10.4514 s
44.38/45.75	c 45	
44.38/45.75	c 45	SATISFIABLE
44.38/45.79	c 45	OK
44.38/45.79	c 45	FOUND: _COST <= 169
44.38/45.79	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.38/45.79	c 45	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.47/45.87	c 45	Decoding HOME/temp.out
44.75/46.14	c 45	OBJECTIVE _COST 169
44.75/46.14	o 169
44.75/46.15	v 17 19 20 27 12 17 21 27 13 10 17 18 27 14 27 27 27 25 15 23 27 20 5 17 6 27 19 26 7 27 8 23 16 27 27 20 27 27 27 27 24 27 25 27 24 27 24 25 27 27 6 27 27 24 27 23 27 27 13 26 23 16 24 16 16 16 9 21 24 22 4 26 26 16 11 26 26 26 16 16 22 16 27 27 26 27 27 26 27 25 26 26 27 27 27 27 27 27 23 27 24 27 27 27 27 23 23 22 23 23 27 27 27 27 27 27 15 27 27 15 23 23 27 15 8 26 27 26 11 16 6 7 8 9 24 25 26 11 27 18 20 26 27 22 22 26 26 26 27 27 22 26 27 15 27 26 27 27 27 27 27 9 26 26 22 22 27 26 27 26 27 22 21 15 16 26 16 26 26 26 26 26 26 26 26 26 27 27 27 13 26 15 7 22 22 25 26 16 22 15 22 22 27 16 26 9 26 22 27 11 15
44.75/46.15	c 45	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
44.86/46.27	c 46	OK
44.86/46.27	c 46	OBJECTIVE BOUND: 0 <= _COST <= 169
44.86/46.27	c 46	SEARCHING: _COST <= 84
44.86/46.27	c 46	============================[ Search Statistics ]==============================
44.86/46.27	c 46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.86/46.27	c 46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.86/46.27	c 46	===============================================================================
44.86/46.27	c 46	|       125 |   51432 16100349 48056411 |  5366783      125     14 |  0.000 % |
45.15/46.57	c 46	===============================================================================
45.15/46.57	c 46	restarts              : 5
45.15/46.57	c 46	conflicts             : 166           (15 /sec)
45.15/46.57	c 46	decisions             : 11632         (0.59 % random) (1068 /sec)
45.15/46.57	c 46	propagations          : 506917         (46543 /sec)
45.15/46.57	c 46	conflict literals     : 2263           (5.75 % deleted)
45.15/46.57	c 46	Memory used           : 645.00 MB
45.15/46.57	c 46	CPU time              : 10.8913 s
45.15/46.57	c 46	
45.15/46.57	c 46	SATISFIABLE
45.26/46.60	c 46	OK
45.26/46.60	c 46	FOUND: _COST <= 84
45.26/46.60	c 46	DECODING HOME/temp.out WITH HOME/temp.map
45.26/46.60	c 46	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
45.26/46.68	c 46	Decoding HOME/temp.out
45.27/47.14	c 46	OBJECTIVE _COST 84
45.27/47.14	o 84
45.27/47.15	v 22 20 21 27 5 20 7 27 22 24 25 21 12 18 27 9 22 26 14 2 21 6 16 17 24 21 1 22 5 18 27 25 3 27 27 8 27 27 27 27 19 27 10 27 14 27 4 2 27 27 20 27 27 13 27 17 26 27 4 17 16 15 8 8 15 19 4 26 26 1 8 8 8 6 6 8 6 8 0 6 3 19 8 7 8 27 27 6 27 8 6 8 27 27 27 27 27 27 11 27 6 27 27 27 27 6 0 6 6 6 27 27 27 27 27 27 0 27 27 16 0 6 27 6 23 17 26 6 26 6 4 0 2 3 6 10 26 19 11 3 25 19 23 27 0 9 26 6 27 27 15 6 27 0 27 6 27 27 27 27 27 0 6 6 6 6 11 4 27 4 27 17 15 0 2 6 3 4 6 6 6 6 6 6 6 6 27 27 27 23 26 17 25 6 6 15 4 4 6 19 3 6 27 4 6 6 4 26 27 4 6
45.27/47.16	c 46	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
45.84/47.27	c 47	OK
45.84/47.27	c 47	OBJECTIVE BOUND: 0 <= _COST <= 84
45.84/47.27	c 47	SEARCHING: _COST <= 42
45.84/47.27	c 47	============================[ Search Statistics ]==============================
45.84/47.27	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.84/47.27	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.84/47.27	c 47	===============================================================================
45.84/47.27	c 47	|       166 |   46760 16100349 48056411 |  5366783      166     14 |  0.000 % |
46.03/47.46	c 47	===============================================================================
46.03/47.46	c 47	restarts              : 6
46.03/47.46	c 47	conflicts             : 191           (17 /sec)
46.03/47.46	c 47	decisions             : 12601         (0.60 % random) (1126 /sec)
46.03/47.46	c 47	propagations          : 577891         (51647 /sec)
46.03/47.46	c 47	conflict literals     : 2572           (5.55 % deleted)
46.03/47.46	c 47	Memory used           : 645.00 MB
46.03/47.46	c 47	CPU time              : 11.1893 s
46.03/47.46	c 47	
46.03/47.46	c 47	SATISFIABLE
46.03/47.49	c 47	OK
46.03/47.49	c 47	FOUND: _COST <= 42
46.03/47.49	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.03/47.49	c 47	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.12/47.57	c 47	Decoding HOME/temp.out
46.12/48.01	c 47	OBJECTIVE _COST 42
46.12/48.01	o 42
46.12/48.02	v 5 21 23 14 6 20 2 7 27 11 10 22 25 26 4 19 19 27 16 14 22 8 20 21 9 18 14 12 14 23 25 26 3 27 27 1 27 27 27 27 18 27 16 27 17 27 0 9 27 27 26 27 27 13 27 9 8 27 12 24 16 15 4 24 24 24 14 27 27 13 3 13 13 24 8 24 13 13 15 9 17 3 24 13 24 27 27 13 27 24 13 13 27 27 27 27 27 27 8 27 13 27 27 27 27 12 12 0 12 12 27 27 27 27 27 27 0 27 27 15 8 8 27 0 12 27 8 3 3 24 12 3 13 13 8 0 16 24 17 10 26 17 24 25 24 24 24 24 27 27 8 8 27 15 27 0 27 27 27 27 27 24 15 24 15 0 15 24 27 15 27 15 24 21 0 9 24 9 9 9 24 24 9 24 9 24 27 27 27 24 8 17 21 3 15 15 3 15 9 24 9 15 27 15 15 15 24 24 27 24 0
46.12/48.03	c 47	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
46.69/48.13	c 47	OK
46.69/48.13	c 47	OBJECTIVE BOUND: 0 <= _COST <= 42
46.69/48.13	c 47	SEARCHING: _COST <= 21
46.69/48.13	c 47	============================[ Search Statistics ]==============================
46.69/48.13	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.69/48.13	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.69/48.13	c 47	===============================================================================
46.69/48.13	c 47	|       191 |   42703 16100349 48056411 |  5366783      191     13 |  0.000 % |
46.78/48.24	c 48	|       291 |   42701 16100349 48056411 |  5903461      291     15 | 58.405 % |
46.88/48.37	c 48	===============================================================================
46.88/48.38	c 48	restarts              : 8
46.88/48.38	c 48	conflicts             : 416           (36 /sec)
46.88/48.38	c 48	decisions             : 14105         (0.57 % random) (1225 /sec)
46.88/48.38	c 48	propagations          : 691238         (60044 /sec)
46.88/48.38	c 48	conflict literals     : 6250           (5.03 % deleted)
46.88/48.38	c 48	Memory used           : 645.00 MB
46.88/48.38	c 48	CPU time              : 11.5122 s
46.88/48.38	c 48	
46.88/48.38	c 48	SATISFIABLE
46.98/48.41	c 48	OK
46.98/48.41	c 48	FOUND: _COST <= 21
46.98/48.41	c 48	DECODING HOME/temp.out WITH HOME/temp.map
46.98/48.41	c 48	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.98/48.49	c 48	Decoding HOME/temp.out
46.99/48.75	c 48	OBJECTIVE _COST 21
46.99/48.75	o 21
46.99/48.76	v 14 5 24 17 15 14 21 16 12 27 20 25 11 26 3 6 15 16 6 9 19 8 23 21 5 3 24 14 27 20 17 18 9 27 27 23 27 27 27 27 10 27 8 27 4 27 10 19 27 27 1 27 27 2 27 9 19 27 13 22 26 13 22 22 22 10 10 12 22 2 10 18 4 2 2 10 10 23 2 19 1 19 13 7 23 27 27 19 27 4 23 23 27 27 27 27 27 27 13 27 18 27 27 27 27 18 18 22 13 22 27 27 27 27 27 27 18 27 27 18 7 18 27 18 13 7 0 2 22 22 19 22 8 18 10 4 9 13 2 13 26 11 7 25 22 18 7 7 27 27 18 22 27 7 27 7 27 27 27 27 27 22 18 22 22 0 22 19 27 22 27 7 0 18 22 9 9 18 0 18 22 0 4 0 0 18 27 27 27 9 7 0 18 22 22 19 22 19 22 22 9 0 27 0 19 19 22 22 27 0 22
46.99/48.77	c 48	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
47.35/48.82	c 48	OK
47.35/48.82	c 48	OBJECTIVE BOUND: 0 <= _COST <= 21
47.35/48.82	c 48	SEARCHING: _COST <= 10
47.35/48.82	c 48	============================[ Search Statistics ]==============================
47.35/48.82	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.35/48.82	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.35/48.82	c 48	===============================================================================
47.35/48.82	c 48	|       416 |   38965 16100349 48056411 |  5366783      416     15 | 58.405 % |
47.45/48.91	c 48	===============================================================================
47.45/48.91	c 48	restarts              : 9
47.45/48.91	c 48	conflicts             : 463           (40 /sec)
47.45/48.91	c 48	decisions             : 15079         (0.58 % random) (1292 /sec)
47.45/48.91	c 48	propagations          : 747136         (64026 /sec)
47.45/48.91	c 48	conflict literals     : 6743           (5.72 % deleted)
47.45/48.91	c 48	Memory used           : 645.00 MB
47.45/48.91	c 48	CPU time              : 11.6692 s
47.45/48.91	c 48	
47.45/48.91	c 48	SATISFIABLE
47.45/48.94	c 48	OK
47.45/48.94	c 48	FOUND: _COST <= 10
47.45/48.94	c 48	DECODING HOME/temp.out WITH HOME/temp.map
47.45/48.94	c 48	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
47.49/49.02	c 48	Decoding HOME/temp.out
47.49/49.29	c 49	OBJECTIVE _COST 10
47.49/49.29	o 10
47.49/49.30	v 16 24 0 2 18 13 9 1 19 7 6 11 20 14 26 24 7 18 8 23 4 24 16 13 6 22 9 10 15 20 17 5 21 27 27 4 27 27 27 27 25 27 22 27 24 27 25 3 27 27 27 27 27 27 27 3 23 27 5 23 12 21 27 27 12 27 21 19 25 3 27 21 27 5 27 5 5 12 3 17 2 27 12 27 10 27 27 5 27 5 27 5 27 27 27 27 27 27 5 27 25 27 27 27 27 23 10 5 15 23 27 27 27 27 27 27 5 27 27 15 8 8 27 5 17 23 15 27 3 3 22 12 8 17 15 21 23 27 25 14 27 11 12 26 8 10 5 5 27 27 8 5 27 8 27 10 27 27 27 27 27 23 5 23 23 23 15 10 27 21 27 8 5 3 5 10 10 15 21 3 3 3 3 10 21 10 27 27 27 15 23 10 24 21 21 21 8 5 3 21 15 3 27 15 23 21 23 23 27 23 8
47.49/49.30	c 49	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
47.49/49.34	c 49	OK
47.49/49.34	c 49	OBJECTIVE BOUND: 0 <= _COST <= 10
47.49/49.34	c 49	SEARCHING: _COST <= 5
47.49/49.34	c 49	============================[ Search Statistics ]==============================
47.49/49.34	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
47.49/49.34	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
47.49/49.34	c 49	===============================================================================
47.49/49.34	c 49	|       463 |   35346 16100349 48056411 |  5366783      463     15 | 58.405 % |
47.49/49.39	c 49	|       563 |   35346 16100349 48056411 |  5903461      563     14 | 66.353 % |
47.93/49.45	c 49	|       714 |   35346 16100349 48056411 |  6493807      714     13 | 66.353 % |
48.03/49.51	c 49	|       939 |   35346 16100349 48056411 |  7143188      939     13 | 66.353 % |
48.03/49.58	c 49	|      1276 |   35346 16100349 48056411 |  7857506     1276     15 | 66.353 % |
48.22/49.71	c 49	|      1782 |   35346 16100349 48056411 |  8643257     1782     30 | 66.353 % |
48.42/49.93	c 49	|      2541 |   35346 16100349 48056411 |  9507583     2541     47 | 66.353 % |
48.82/50.40	c 50	|      3680 |   35346 16100349 48056411 | 10458341     3680     45 | 66.353 % |
48.92/50.45	c 50	===============================================================================
48.92/50.45	c 50	restarts              : 17
48.92/50.45	c 50	conflicts             : 3770          (294 /sec)
48.92/50.45	c 50	decisions             : 21488         (0.60 % random) (1675 /sec)
48.92/50.45	c 50	propagations          : 2053463        (160076 /sec)
48.92/50.45	c 50	conflict literals     : 166249         (1.57 % deleted)
48.92/50.45	c 50	Memory used           : 645.00 MB
48.92/50.45	c 50	CPU time              : 12.828 s
48.92/50.45	c 50	
48.92/50.45	c 50	SATISFIABLE
48.92/50.49	c 50	OK
48.92/50.49	c 50	FOUND: _COST <= 5
48.92/50.49	c 50	DECODING HOME/temp.out WITH HOME/temp.map
48.92/50.49	c 50	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.01/50.57	c 50	Decoding HOME/temp.out
49.31/50.83	c 50	OBJECTIVE _COST 5
49.31/50.83	o 5
49.31/50.84	v 23 25 10 21 4 25 11 22 9 26 27 2 6 18 5 8 11 24 9 18 16 20 6 17 27 12 25 10 5 15 23 21 1 27 27 14 27 27 27 27 20 27 27 27 7 27 19 0 27 27 16 27 27 22 27 12 13 27 13 19 24 14 19 19 19 22 14 26 1 24 7 24 24 24 24 24 24 24 4 24 7 24 22 19 24 27 27 24 27 20 24 24 27 27 27 27 27 27 24 27 24 27 27 27 27 3 15 3 24 19 27 27 27 27 27 27 24 27 27 15 17 24 27 15 19 3 17 7 24 24 20 15 24 3 16 13 1 19 7 22 7 13 19 3 17 17 3 15 27 27 3 3 27 19 27 3 27 27 27 27 27 17 13 3 17 3 17 17 27 1 27 15 12 3 12 17 3 17 17 17 3 1 3 12 12 1 27 27 27 1 17 13 15 12 12 3 12 3 0 0 13 3 27 3 3 13 3 15 27 24 17
49.31/50.85	c 50	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
49.31/50.87	c 50	OK
49.31/50.87	c 50	OBJECTIVE BOUND: 0 <= _COST <= 5
49.31/50.87	c 50	SEARCHING: _COST <= 2
49.31/50.87	c 50	============================[ Search Statistics ]==============================
49.31/50.87	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.31/50.87	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.31/50.87	c 50	===============================================================================
49.31/50.87	c 50	|      3770 |   31519 16100349 48056411 |  5366783     3770     44 | 66.353 % |
49.43/50.93	c 50	|      3870 |   31519 16100349 48056411 |  5903461     3870     43 | 70.143 % |
49.43/50.97	c 50	|      4021 |   31519 16100349 48056411 |  6493807     4021     42 | 70.143 % |
49.53/51.01	c 50	|      4246 |   31519 16100349 48056411 |  7143188     4246     41 | 70.143 % |
49.53/51.07	c 50	|      4583 |   31519 16100349 48056411 |  7857506     4583     40 | 70.143 % |
49.63/51.14	c 50	|      5091 |   31519 16100349 48056411 |  8643257     5091     38 | 70.143 % |
49.73/51.23	c 51	|      5851 |   31519 16100349 48056411 |  9507583     5851     36 | 70.143 % |
49.83/51.37	c 51	|      6991 |   31519 16100349 48056411 | 10458341     6991     35 | 70.143 % |
50.02/51.51	c 51	|      8699 |   31519 16100349 48056411 | 11504175     8699     32 | 70.143 % |
50.22/51.77	c 51	|     11261 |   31519 16100349 48056411 | 12654593    11261     30 | 70.143 % |
50.82/52.31	c 52	|     15105 |   31519 16100349 48056411 | 13920052    15105     31 | 70.143 % |
51.51/53.06	c 52	|     20872 |   31519 16100349 48056411 | 15312058    20872     30 | 70.143 % |
54.58/56.13	c 55	|     29522 |   31519 16100349 48056411 | 16843264    29522     43 | 70.143 % |
57.35/58.95	c 58	|     42496 |   31519 16100349 48056411 | 18527590    42496     45 | 70.143 % |
61.90/63.50	c 63	|     61957 |   29272 16100349 48056411 | 20380349    61957     43 | 70.143 % |
72.11/73.85	c 73	|     91150 |   29267 16100349 48056411 | 22418384    91150     47 | 70.143 % |
93.89/95.87	c 95	|    134940 |   29265 16100349 48056411 | 24660222   134940     55 | 70.143 % |
148.85/151.41	c 151	|    200624 |   29265 16100349 48056411 | 27126245   200624     61 | 70.143 % |
232.24/235.64	c 235	|    299150 |   29238 16100349 48056411 | 29838869   299150     54 | 70.143 % |
448.70/454.17	c 454	|    446940 |   29236 16100349 48056411 | 32822756   446940     66 | 70.143 % |
795.42/804.18	c 804	|    668624 |   29227 16100349 48056411 | 36105032   668624     65 | 70.143 % |
1896.52/1915.64	c 1915	|   1001150 |   27969   279677   787980 | 39715535  1001130     61 | 70.143 % |
3600.01/3625.21	c ERROR INTERRUPTED
3600.21/3625.43	c 3625	CPU 3595.43 (0.09 0.05 3595.34 4.66)
3600.21/3625.43	c 3625	END Sat Jul 12 19:34:19 2008

Verifier Data (download as text)

OK	3	3538
3 unsatisfied constraints, 3538 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-1113231-1215880433/watcher-1113231-1215880433 -o /tmp/evaluation-result-1113231-1215880433/solver-1113231-1215880433 -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-1113231-1215880433.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: 1.99 1.96 1.68 4/81 19799
/proc/meminfo: memFree=1933624/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=18572 CPUtime=0
/proc/19799/stat : 19799 (runsolver) D 19797 19799 18522 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44741241 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 237947645223 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19799/statm: 4643 292 257 25 0 2626 0

[startup+0.0334149 s]
/proc/loadavg: 1.99 1.96 1.68 4/81 19799
/proc/meminfo: memFree=1933624/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=124 CPUtime=0
/proc/19799/stat : 19799 (sugar++) D 19797 19799 18522 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 44741241 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 237945026025 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19799/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101423 s]
/proc/loadavg: 1.99 1.96 1.68 4/81 19799
/proc/meminfo: memFree=1933624/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=12412 CPUtime=0
/proc/19799/stat : 19799 (sugar++) D 19797 19799 18522 0 -1 4194304 422 0 3 0 0 0 0 0 18 0 1 0 44741241 12709888 393 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19799/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301443 s]
/proc/loadavg: 1.99 1.96 1.68 4/81 19799
/proc/meminfo: memFree=1933624/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.07
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1214 128 5 0 5 2 0 0 19 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701478 s]
/proc/loadavg: 1.99 1.96 1.68 4/81 19799
/proc/meminfo: memFree=1933624/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.07
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1214 128 5 0 5 2 0 0 19 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50154 s]
/proc/loadavg: 2.07 1.97 1.68 3/92 19811
/proc/meminfo: memFree=1917152/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.83
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1291 6767 5 1 5 2 72 4 15 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 16740

[startup+3.10266 s]
/proc/loadavg: 2.07 1.97 1.68 4/92 19821
/proc/meminfo: memFree=1909664/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.83
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1292 6767 5 1 5 2 72 4 15 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
[pid=19812] ppid=19799 vsize=5356 CPUtime=0
/proc/19812/stat : 19812 (sh) S 19799 19799 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44741349 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19812/statm: 1339 233 193 169 0 50 0
[pid=19813] ppid=19812 vsize=868504 CPUtime=1.99
/proc/19813/stat : 19813 (java) S 19812 19799 18522 0 -1 0 9384 0 2 0 189 10 0 0 18 0 9 0 44741349 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19813/statm: 217126 8440 2565 9 0 211673 0
[pid=19813/tid=19814] ppid=19812 vsize=868504 CPUtime=1.27
/proc/19813/task/19814/stat : 19814 (java) R 19812 19799 18522 0 -1 64 2938 0 2 0 122 5 0 0 22 0 9 0 44741350 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4127105267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19815] ppid=19812 vsize=868504 CPUtime=0.4
/proc/19813/task/19815/stat : 19815 (java) S 19812 19799 18522 0 -1 64 4235 0 0 0 38 2 0 0 16 0 9 0 44741351 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19816] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19816/stat : 19816 (java) S 19812 19799 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44741352 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19817] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19817/stat : 19817 (java) S 19812 19799 18522 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44741352 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19818] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19818/stat : 19818 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44741354 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19819] ppid=19812 vsize=868504 CPUtime=0.29
/proc/19813/task/19819/stat : 19819 (java) S 19812 19799 18522 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 44741354 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19820] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19820/stat : 19820 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44741354 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19821] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19821/stat : 19821 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44741354 889348096 8440 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 890600

[startup+6.30292 s]
/proc/loadavg: 2.07 1.97 1.68 4/92 19821
/proc/meminfo: memFree=1874024/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.84
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1292 6767 5 1 6 2 72 4 16 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
[pid=19812] ppid=19799 vsize=5356 CPUtime=0
/proc/19812/stat : 19812 (sh) S 19799 19799 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44741349 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19812/statm: 1339 233 193 169 0 50 0
[pid=19813] ppid=19812 vsize=868504 CPUtime=5.15
/proc/19813/stat : 19813 (java) S 19812 19799 18522 0 -1 0 10056 0 2 0 479 36 0 0 18 0 9 0 44741349 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19813/statm: 217126 8445 2565 9 0 211673 0
[pid=19813/tid=19814] ppid=19812 vsize=868504 CPUtime=4.23
/proc/19813/task/19814/stat : 19814 (java) R 19812 19799 18522 0 -1 64 3605 0 2 0 396 27 0 0 25 0 9 0 44741350 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19815] ppid=19812 vsize=868504 CPUtime=0.59
/proc/19813/task/19815/stat : 19815 (java) S 19812 19799 18522 0 -1 64 4235 0 0 0 53 6 0 0 16 0 9 0 44741351 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19816] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19816/stat : 19816 (java) S 19812 19799 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19817] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19817/stat : 19817 (java) S 19812 19799 18522 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19818] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19818/stat : 19818 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19819] ppid=19812 vsize=868504 CPUtime=0.29
/proc/19813/task/19819/stat : 19819 (java) S 19812 19799 18522 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19820] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19820/stat : 19820 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19821] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19821/stat : 19821 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 890600

[startup+12.7024 s]
/proc/loadavg: 2.06 1.97 1.69 3/92 19821
/proc/meminfo: memFree=1795368/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.84
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1292 6767 5 1 6 2 72 4 16 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
[pid=19812] ppid=19799 vsize=5356 CPUtime=0
/proc/19812/stat : 19812 (sh) S 19799 19799 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44741349 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19812/statm: 1339 233 193 169 0 50 0
[pid=19813] ppid=19812 vsize=868504 CPUtime=11.44
/proc/19813/stat : 19813 (java) S 19812 19799 18522 0 -1 0 11387 0 2 0 1056 88 0 0 18 0 9 0 44741349 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19813/statm: 217126 8445 2565 9 0 211673 0
[pid=19813/tid=19814] ppid=19812 vsize=868504 CPUtime=10.14
/proc/19813/task/19814/stat : 19814 (java) R 19812 19799 18522 0 -1 64 4936 0 2 0 942 72 0 0 25 0 9 0 44741350 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4126588093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19815] ppid=19812 vsize=868504 CPUtime=0.97
/proc/19813/task/19815/stat : 19815 (java) S 19812 19799 18522 0 -1 64 4235 0 0 0 84 13 0 0 16 0 9 0 44741351 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19816] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19816/stat : 19816 (java) S 19812 19799 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19817] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19817/stat : 19817 (java) S 19812 19799 18522 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19818] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19818/stat : 19818 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19819] ppid=19812 vsize=868504 CPUtime=0.29
/proc/19813/task/19819/stat : 19819 (java) S 19812 19799 18522 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19820] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19820/stat : 19820 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19821] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19821/stat : 19821 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 890600

[startup+25.5014 s]
/proc/loadavg: 2.05 1.97 1.69 4/92 19821
/proc/meminfo: memFree=1642856/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=16740 CPUtime=0.84
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 1292 6767 5 1 6 2 72 4 16 0 1 0 44741241 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4185 1104 409 3 0 764 0
[pid=19812] ppid=19799 vsize=5356 CPUtime=0
/proc/19812/stat : 19812 (sh) S 19799 19799 18522 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44741349 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19812/statm: 1339 233 193 169 0 50 0
[pid=19813] ppid=19812 vsize=868504 CPUtime=24.01
/proc/19813/stat : 19813 (java) S 19812 19799 18522 0 -1 0 14043 0 2 0 2201 200 0 0 18 0 9 0 44741349 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19813/statm: 217126 8445 2565 9 0 211673 0
[pid=19813/tid=19814] ppid=19812 vsize=868504 CPUtime=21.95
/proc/19813/task/19814/stat : 19814 (java) R 19812 19799 18522 0 -1 64 7592 0 2 0 2027 168 0 0 25 0 9 0 44741350 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4127051704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19815] ppid=19812 vsize=868504 CPUtime=1.74
/proc/19813/task/19815/stat : 19815 (java) S 19812 19799 18522 0 -1 64 4235 0 0 0 145 29 0 0 16 0 9 0 44741351 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19816] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19816/stat : 19816 (java) S 19812 19799 18522 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19817] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19817/stat : 19817 (java) S 19812 19799 18522 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44741352 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19818] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19818/stat : 19818 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19819] ppid=19812 vsize=868504 CPUtime=0.29
/proc/19813/task/19819/stat : 19819 (java) S 19812 19799 18522 0 -1 64 1523 0 0 0 28 1 0 0 16 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19820] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19820/stat : 19820 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19813/tid=19821] ppid=19812 vsize=868504 CPUtime=0
/proc/19813/task/19821/stat : 19821 (java) S 19812 19799 18522 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44741354 889348096 8445 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 890600

[startup+51.1015 s]
/proc/loadavg: 2.14 2.01 1.71 3/85 19904
/proc/meminfo: memFree=931104/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 15 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=660476 CPUtime=14.15
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 162900 0 0 0 1309 106 0 0 25 0 1 0 44744523 676327424 162831 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/19822/statm: 165119 162831 80 151 0 164965 0
Current children cumulated CPU time (s) 49.63
Current children cumulated vsize (KiB) 677612

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

[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=861052 CPUtime=2861.86
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 212502 0 0 0 286028 158 0 0 25 0 1 0 44744523 881717248 212433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 215263 212433 80 151 0 215109 0
Current children cumulated CPU time (s) 2897.34
Current children cumulated vsize (KiB) 878188

[startup+2982.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=682616/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=861676 CPUtime=2921.84
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 212638 0 0 0 292026 158 0 0 25 0 1 0 44744523 882356224 212569 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 215419 212569 80 151 0 215265 0
Current children cumulated CPU time (s) 2957.32
Current children cumulated vsize (KiB) 878812

[startup+3042.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=682488/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=861676 CPUtime=2981.82
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 212655 0 0 0 298024 158 0 0 25 0 1 0 44744523 882356224 212586 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 215419 212586 80 151 0 215265 0
Current children cumulated CPU time (s) 3017.3
Current children cumulated vsize (KiB) 878812

[startup+3102.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=681272/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=862084 CPUtime=3041.8
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 212746 0 0 0 304022 158 0 0 25 0 1 0 44744523 882774016 212677 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 215521 212677 80 151 0 215367 0
Current children cumulated CPU time (s) 3077.28
Current children cumulated vsize (KiB) 879220

[startup+3162.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=680440/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=862672 CPUtime=3101.77
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 212891 0 0 0 310019 158 0 0 25 0 1 0 44744523 883376128 212822 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 215668 212822 80 151 0 215514 0
Current children cumulated CPU time (s) 3137.25
Current children cumulated vsize (KiB) 879808

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=678968/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=864180 CPUtime=3161.76
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213217 0 0 0 316017 159 0 0 25 0 1 0 44744523 884920320 213148 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216045 213148 80 151 0 215891 0
Current children cumulated CPU time (s) 3197.24
Current children cumulated vsize (KiB) 881316

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=677816/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=864556 CPUtime=3221.74
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213316 0 0 0 322015 159 0 0 25 0 1 0 44744523 885305344 213247 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216139 213247 80 151 0 215985 0
Current children cumulated CPU time (s) 3257.22
Current children cumulated vsize (KiB) 881692

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=675896/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=865452 CPUtime=3281.72
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213533 0 0 0 328013 159 0 0 25 0 1 0 44744523 886222848 213464 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216363 213464 80 151 0 216209 0
Current children cumulated CPU time (s) 3317.2
Current children cumulated vsize (KiB) 882588

[startup+3402.31 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=674808/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=865616 CPUtime=3341.7
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213609 0 0 0 334011 159 0 0 25 0 1 0 44744523 886390784 213540 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216404 213540 80 151 0 216250 0
Current children cumulated CPU time (s) 3377.18
Current children cumulated vsize (KiB) 882752

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=674552/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=865900 CPUtime=3401.67
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213661 0 0 0 340008 159 0 0 25 0 1 0 44744523 886681600 213592 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216475 213592 80 151 0 216321 0
Current children cumulated CPU time (s) 3437.15
Current children cumulated vsize (KiB) 883036

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=672504/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=866472 CPUtime=3461.65
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213816 0 0 0 346006 159 0 0 25 0 1 0 44744523 887267328 213747 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216618 213747 80 151 0 216464 0
Current children cumulated CPU time (s) 3497.13
Current children cumulated vsize (KiB) 883608

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=672312/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=866632 CPUtime=3521.64
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213848 0 0 0 352004 160 0 0 25 0 1 0 44744523 887431168 213779 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216658 213779 80 151 0 216504 0
Current children cumulated CPU time (s) 3557.12
Current children cumulated vsize (KiB) 883768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.2 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=671224/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=35.48
/proc/19799/stat : 19799 (sugar++) S 19797 19799 18522 0 -1 4194304 2202 59388 9 12 9 5 3241 293 16 0 1 0 44741241 17547264 1214 996147200 4194304 4206940 548682068528 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19799/statm: 4284 1214 414 3 0 863 0
[pid=19822] ppid=19799 vsize=866752 CPUtime=3564.53
/proc/19822/stat : 19822 (minisat-inc) R 19799 19799 18522 0 -1 4194304 213862 0 0 0 356293 160 0 0 25 0 1 0 44744523 887554048 213793 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/19822/statm: 216688 213793 80 151 0 216534 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 883888

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

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

[startup+3625.4 s]
/proc/loadavg: 1.99 1.98 1.94 3/83 19961
/proc/meminfo: memFree=671224/2055920 swapFree=4180336/4192956
[pid=19799] ppid=19797 vsize=17136 CPUtime=3600.21
/proc/19799/stat : 19799 (sugar++) R 19797 19799 18522 0 -1 4194304 2226 273250 9 12 9 12 359534 466 16 0 1 0 44741241 17547264 1215 996147200 4194304 4206940 548682068528 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19799/statm: 4284 1215 415 3 0 863 0
Current children cumulated CPU time (s) 3600.21
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3625.5
CPU time (s): 3600.31
CPU user time (s): 3595.43
CPU system time (s): 4.87926
CPU usage (%): 99.3053
Max. virtual memory (cumulated for all children) (KiB): 890676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.43
system time used= 4.87926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275531
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52043
involuntary context switches= 157496

runsolver used 5.39018 second user time and 11.1103 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-12 18:33:53
IDJOB=1113231
IDBENCH=61548
IDSOLVER=367
FILE ID=node69/1113231-1215880433
PBS_JOBID= 7903493
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-2-28.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-1113231-1215880433/watcher-1113231-1215880433 -o /tmp/evaluation-result-1113231-1215880433/solver-1113231-1215880433 -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-1113231-1215880433.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cef54e86dcfce109125762a011634b06
RANDOM SEED=1432754568

node69.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.233
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.233
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:       1934104 kB
Buffers:          6528 kB
Cached:          41692 kB
SwapCached:       6724 kB
Active:          54188 kB
Inactive:        19180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1934104 kB
SwapTotal:     4192956 kB
SwapFree:      4180336 kB
Dirty:            1272 kB
Writeback:           0 kB
Mapped:          40908 kB
Slab:            33360 kB
Committed_AS:   263528 kB
PageTables:       2104 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= 66476 MiB
End job on node69 at 2008-07-12 19:34:21