Trace number 1114667

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)1 3600.15 3618.42

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-28_ext.xml
MD5SUM50cdd26d21317f876d407b961b70bb73
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2245.49
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints334
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension334
Number of constraints which are defined in intension0
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.07/0.71	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.07/0.71	c 0	BEGIN Sun Jul 13 01:20:43 2008
0.07/0.71	c 0	PID 17236
0.07/0.71	c 0	HOST node6.alineos.net
0.07/0.71	c 0	CONVERTING HOME/instance-1114667-1215904843.xml TO HOME/temp.csp
0.07/0.71	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114667-1215904843.xml' 'HOME/temp.csp'
0.48/1.42	c 1	1 domains, 40 variables, 0 predicates, 334 relations, 334 constraints
0.48/1.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.48/1.49	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/1.57	c 1	Parsing HOME/temp.csp
0.51/1.86	c 2	parsed 709 expressions
0.51/1.88	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/1.88	c 2	MAX CSP: 334 constraints
0.51/1.88	c 2	Converting to clausal form CSP
0.51/1.91	c 2	converted 105 (10%) expressions
0.51/1.91	c 2	converted 210 (20%) expressions
0.51/1.92	c 2	converted 314 (30%) expressions
0.51/1.98	c 2	converted 419 (40%) expressions
0.51/2.01	c 2	converted 523 (50%) expressions
0.51/2.03	c 2	converted 628 (60%) expressions
0.51/2.04	c 2	converted 733 (70%) expressions
0.51/2.06	c 2	converted 837 (80%) expressions
0.51/2.08	c 2	converted 942 (90%) expressions
1.18/2.29	c 2	converted 1046 (100%) expressions
1.18/2.30	c 2	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 502
1.18/2.30	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/2.30	c 2	Propagation in CSP
1.28/2.33	c 2	329 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/2.33	c 2	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 335
1.28/2.33	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/2.33	c 2	Simplifing CSP by introducing new Boolean variables
1.28/2.33	c 2	CSP : 708 integers, 0 booleans, 1001 clauses, largest domain size 335
1.28/2.33	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.28/2.39	c 2	71 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.28/2.40	c 2	142 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.38/2.40	c 2	213 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.38/2.40	c 2	284 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.38/2.40	c 2	354 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.38/2.40	c 2	425 (60%) CSP integer variables are encoded (1221 clauses, 14373 bytes)
1.38/2.40	c 2	496 (70%) CSP integer variables are encoded (1593 clauses, 19209 bytes)
1.38/2.41	c 2	567 (80%) CSP integer variables are encoded (4522 clauses, 57286 bytes)
1.38/2.41	c 2	638 (90%) CSP integer variables are encoded (4931 clauses, 62603 bytes)
1.38/2.41	c 2	708 (100%) CSP integer variables are encoded (5518 clauses, 70234 bytes)
1.38/2.49	c 2	101 (10%) CSP clauses are encoded (12026 clauses, 211814 bytes)
1.48/2.53	c 2	201 (20%) CSP clauses are encoded (18475 clauses, 365051 bytes)
1.48/2.57	c 2	301 (30%) CSP clauses are encoded (24751 clauses, 515601 bytes)
1.48/2.60	c 2	401 (40%) CSP clauses are encoded (27648 clauses, 580633 bytes)
1.57/2.61	c 2	501 (50%) CSP clauses are encoded (34882 clauses, 709854 bytes)
1.57/2.62	c 2	601 (60%) CSP clauses are encoded (37208 clauses, 749814 bytes)
1.77/2.83	c 3	701 (70%) CSP clauses are encoded (145808 clauses, 2725796 bytes)
1.77/2.84	c 3	801 (80%) CSP clauses are encoded (148412 clauses, 2770658 bytes)
1.77/2.85	c 3	901 (90%) CSP clauses are encoded (154446 clauses, 2878299 bytes)
1.77/2.89	c 3	1001 (100%) CSP clauses are encoded (175940 clauses, 3268508 bytes)
1.77/2.89	c 3	1001 CSP clauses encoded
1.77/2.89	c 3	Writing map file : HOME/temp.map
1.88/2.90	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.90	c 3	SAT : 6226 SAT variables, 175940 SAT clauses, 3268508 bytes
1.88/2.90	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.88/2.96	c 3	OBJECTIVE minimize _COST
1.88/2.96	c 3	SOLVING HOME/temp.cnf
1.88/2.96	c 3	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.88/2.96	c 3	This is MiniSat 2.0 beta incremental
1.88/2.96	c 3	WARNING: for repeatability, setting FPU to use double precision
1.88/2.96	c 3	============================[ Problem Statistics ]=============================
1.88/2.96	c 3	|                                                                             |
1.88/2.96	c 3	|  Number of variables:  6226                                                 |
1.88/2.96	c 3	|  Number of clauses:    175940                                               |
1.89/3.05	c 3	|  Parsing time:         0.07         s                                       |
1.89/3.05	c 3	OK
1.89/3.05	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
1.89/3.05	c 3	SEARCHING: _COST <= 167
1.89/3.05	c 3	============================[ Search Statistics ]==============================
1.89/3.05	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/3.05	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/3.05	c 3	===============================================================================
1.89/3.05	c 3	|         0 |    6226   175940   549001 |    58646        0    nan |  0.000 % |
1.89/3.07	c 3	===============================================================================
1.89/3.07	c 3	restarts              : 1
1.89/3.07	c 3	conflicts             : 0             (0 /sec)
1.89/3.07	c 3	decisions             : 33            (0.00 % random) (359 /sec)
1.89/3.07	c 3	propagations          : 6226           (67684 /sec)
1.89/3.07	c 3	conflict literals     : 0              ( nan % deleted)
1.89/3.07	c 3	Memory used           : 9.44 MB
1.89/3.07	c 3	CPU time              : 0.091986 s
1.89/3.07	c 3	
1.89/3.07	c 3	SATISFIABLE
1.89/3.07	c 3	OK
1.89/3.07	c 3	FOUND: _COST <= 167
1.89/3.07	s SATISFIABLE
1.89/3.07	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.89/3.07	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.90/3.15	c 3	Decoding HOME/temp.out
2.11/3.23	c 3	OBJECTIVE _COST 167
2.11/3.23	o 167
2.11/3.23	v 16 16 16 0 13 18 6 13 10 13 7 9 3 17 11 10 14 15 17 12 18 18 18 18 15 15 17 18 18 18 18 18 17 16 18 18 18 18 18 18
2.11/3.24	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.11/3.28	c 3	OK
2.11/3.28	c 3	OBJECTIVE BOUND: 0 <= _COST <= 167
2.11/3.28	c 3	SEARCHING: _COST <= 83
2.11/3.28	c 3	============================[ Search Statistics ]==============================
2.11/3.29	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.11/3.29	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.11/3.29	c 3	===============================================================================
2.11/3.29	c 3	|         0 |    6226   175940   549001 |    58646        0    nan |  0.000 % |
2.11/3.29	c 3	===============================================================================
2.11/3.29	c 3	restarts              : 2
2.11/3.29	c 3	conflicts             : 5             (48 /sec)
2.11/3.29	c 3	decisions             : 61            (0.00 % random) (587 /sec)
2.11/3.29	c 3	propagations          : 12875          (123817 /sec)
2.11/3.29	c 3	conflict literals     : 195            (9.30 % deleted)
2.11/3.29	c 3	Memory used           : 9.57 MB
2.11/3.29	c 3	CPU time              : 0.103984 s
2.11/3.29	c 3	
2.11/3.29	c 3	SATISFIABLE
2.11/3.29	c 3	OK
2.11/3.29	c 3	FOUND: _COST <= 83
2.11/3.29	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.11/3.30	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.17/3.38	c 3	Decoding HOME/temp.out
2.17/3.46	c 3	OBJECTIVE _COST 83
2.17/3.46	o 83
2.17/3.46	v 16 15 10 7 7 17 7 2 15 16 14 12 8 1 17 0 10 15 15 5 14 8 10 2 6 14 16 0 6 18 18 18 17 16 18 18 18 18 18 18
2.17/3.47	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.17/3.51	c 3	OK
2.17/3.51	c 3	OBJECTIVE BOUND: 0 <= _COST <= 83
2.17/3.51	c 3	SEARCHING: _COST <= 41
2.17/3.52	c 3	============================[ Search Statistics ]==============================
2.17/3.53	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.17/3.53	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.17/3.53	c 3	===============================================================================
2.17/3.53	c 3	|         5 |    4723   175940   549001 |    58646        5     39 |  0.000 % |
2.17/3.54	c 3	|       105 |    4723   175940   549001 |    64511      105     23 | 37.666 % |
2.17/3.56	c 3	|       255 |    4723   175940   549001 |    70962      255     37 | 37.666 % |
2.43/3.62	c 3	|       480 |    4723   175940   549001 |    78058      480     31 | 37.666 % |
2.43/3.65	c 3	===============================================================================
2.43/3.65	c 3	restarts              : 6
2.43/3.65	c 3	conflicts             : 701           (2782 /sec)
2.43/3.65	c 3	decisions             : 1180          (0.76 % random) (4683 /sec)
2.43/3.65	c 3	propagations          : 253174         (1004814 /sec)
2.43/3.65	c 3	conflict literals     : 25777          (18.92 % deleted)
2.43/3.65	c 3	Memory used           : 9.83 MB
2.43/3.65	c 3	CPU time              : 0.251961 s
2.43/3.65	c 3	
2.43/3.65	c 3	SATISFIABLE
2.43/3.66	c 3	OK
2.43/3.66	c 3	FOUND: _COST <= 41
2.43/3.66	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.43/3.66	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.49/3.74	c 3	Decoding HOME/temp.out
2.49/3.82	c 4	OBJECTIVE _COST 41
2.49/3.82	o 41
2.49/3.82	v 8 3 18 18 12 18 15 18 18 18 17 15 17 12 4 2 1 8 1 16 14 18 18 12 3 15 17 0 15 16 8 18 18 11 18 18 18 1 10 0
2.49/3.82	c 4	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.49/3.87	c 4	OK
2.49/3.87	c 4	OBJECTIVE BOUND: 0 <= _COST <= 41
2.49/3.87	c 4	SEARCHING: _COST <= 20
2.49/3.87	c 4	============================[ Search Statistics ]==============================
2.49/3.88	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/3.88	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/3.88	c 4	===============================================================================
2.49/3.88	c 4	|       701 |    3881   175940   549001 |    58646      701     37 | 37.666 % |
2.69/3.90	c 4	|       802 |    3881   175940   549001 |    64511      802     35 | 46.532 % |
2.69/3.92	c 4	|       952 |    3881   175940   549001 |    70962      952     37 | 46.532 % |
2.69/3.97	c 4	|      1177 |    3881   175940   549001 |    78058     1177     35 | 46.532 % |
2.79/4.03	c 4	|      1515 |    3881   175940   549001 |    85864     1515     36 | 46.532 % |
2.89/4.13	c 4	|      2023 |    3881   175940   549001 |    94451     2023     33 | 46.532 % |
3.10/4.31	c 4	|      2782 |    3329    59285   207434 |   103896     2782     35 | 46.532 % |
3.29/4.51	c 4	|      3921 |    3329    59285   207434 |   114285     3921     31 | 46.532 % |
3.59/4.82	c 5	|      5630 |    3329    59285   207434 |   125714     5630     32 | 46.532 % |
4.09/5.33	c 5	|      8193 |    3329    59285   207434 |   138285     8193     30 | 46.532 % |
5.08/6.30	c 6	|     12039 |    3329    59285   207434 |   152114    12039     32 | 46.532 % |
6.48/7.76	c 7	|     17805 |    3329    59285   207434 |   167325    17805     32 | 46.532 % |
9.46/10.79	c 10	|     26454 |    3329    59285   207434 |   184058    26454     31 | 46.532 % |
15.43/16.74	c 16	|     39428 |    3329    59285   207434 |   202464    39428     31 | 46.532 % |
26.19/27.59	c 27	|     58891 |    3329    59285   207434 |   222710    58891     32 | 46.532 % |
46.78/48.20	c 48	|     88083 |    3329    59285   207434 |   244981    88083     36 | 46.532 % |
91.46/93.18	c 93	|    131872 |    3329    59285   207434 |   269479   131872     36 | 46.532 % |
165.90/167.96	c 168	|    197556 |    3329    59285   207434 |   296427   197556     35 | 46.532 % |
323.74/326.52	c 326	|    296082 |    3329    59285   207434 |   326070   296082     34 | 46.532 % |
521.48/525.29	c 525	|    443871 |    3329    59285   207434 |   358677   131880     33 | 46.532 % |
1004.63/1010.80	c 1011	|    665554 |    3329    59285   207434 |   394545   353563     44 | 46.532 % |
1053.30/1059.64	c 1059	===============================================================================
1053.30/1059.64	c 1059	restarts              : 27
1053.30/1059.64	c 1059	conflicts             : 683444        (650 /sec)
1053.30/1059.64	c 1059	decisions             : 746058        (0.59 % random) (710 /sec)
1053.30/1059.64	c 1059	propagations          : 241051298      (229417 /sec)
1053.30/1059.64	c 1059	conflict literals     : 27129844       (39.45 % deleted)
1053.30/1059.64	c 1059	Memory used           : 89.82 MB
1053.30/1059.64	c 1059	CPU time              : 1050.71 s
1053.30/1059.64	c 1059	
1053.30/1059.64	c 1059	SATISFIABLE
1053.30/1059.64	c 1059	OK
1053.30/1059.64	c 1059	FOUND: _COST <= 20
1053.30/1059.64	c 1059	DECODING HOME/temp.out WITH HOME/temp.map
1053.30/1059.64	c 1059	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1053.36/1059.73	c 1059	Decoding HOME/temp.out
1053.36/1059.81	c 1060	OBJECTIVE _COST 20
1053.36/1059.81	o 20
1053.36/1059.81	v 16 18 16 18 15 8 12 18 10 18 0 3 13 8 4 17 18 18 2 3 5 18 16 1 18 13 2 17 18 11 10 3 12 17 18 1 6 10 0 6
1053.36/1059.81	c 1060	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1053.65/1060.04	c 1060	OK
1053.65/1060.04	c 1060	OBJECTIVE BOUND: 0 <= _COST <= 20
1053.65/1060.04	c 1060	SEARCHING: _COST <= 10
1053.65/1060.04	c 1060	============================[ Search Statistics ]==============================
1053.65/1060.04	c 1060	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1053.65/1060.04	c 1060	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1053.65/1060.04	c 1060	===============================================================================
1053.65/1060.04	c 1060	|    683444 |    2895    42808   159284 |    14269   371453     44 | 46.532 % |
1067.78/1074.23	c 1074	|    683544 |    2895    42808   159284 |    15696    17306     46 | 53.502 % |
1067.78/1074.28	c 1074	|    683696 |    2895    42808   159284 |    17265    17458     46 | 53.502 % |
1067.88/1074.36	c 1074	|    683922 |    2895    42808   159284 |    18992    17684     46 | 53.502 % |
1067.98/1074.45	c 1074	|    684259 |    2895    42808   159284 |    20891    18021     46 | 53.502 % |
1068.08/1074.57	c 1074	|    684766 |    2895    42808   159284 |    22980    18528     45 | 53.502 % |
1068.28/1074.78	c 1074	|    685526 |    2895    42808   159284 |    25278    19288     45 | 53.502 % |
1068.57/1075.07	c 1075	|    686667 |    2895    42808   159284 |    27806    20429     44 | 53.502 % |
1069.07/1075.56	c 1075	|    688377 |    2895    42808   159284 |    30587    22139     43 | 53.502 % |
1069.86/1076.34	c 1076	|    690940 |    2895    42808   159284 |    33646    24702     41 | 53.502 % |
1071.16/1077.63	c 1077	|    694785 |    2895    42808   159284 |    37010    28547     39 | 53.502 % |
1073.45/1079.91	c 1080	|    700551 |    2895    42808   159284 |    40712    34313     39 | 53.502 % |
1076.94/1083.49	c 1083	|    709202 |    2895    42808   159284 |    44783    42964     38 | 53.502 % |
1082.51/1089.05	c 1089	|    722176 |    2895    42808   159284 |    49261    19784     33 | 53.502 % |
1091.36/1097.97	c 1098	|    741637 |    2895    42808   159284 |    54187    39245     32 | 53.502 % |
1108.28/1114.92	c 1115	|    770829 |    2895    42808   159284 |    59606    24920     35 | 53.502 % |
1135.34/1142.16	c 1142	|    814618 |    2895    42808   159284 |    65567    20534     34 | 53.502 % |
1180.23/1187.21	c 1187	|    880303 |    2895    42808   159284 |    72123    35186     35 | 53.502 % |
1253.97/1261.36	c 1261	|    978829 |    2895    42808   159284 |    79336    73401     38 | 53.502 % |
1365.93/1373.81	c 1374	|   1126618 |    2895    42808   159284 |    87269    20937     35 | 53.502 % |
1375.58/1383.58	c 1383	===============================================================================
1375.58/1383.58	c 1383	restarts              : 47
1375.58/1383.58	c 1383	conflicts             : 1148840       (837 /sec)
1375.58/1383.58	c 1383	decisions             : 1258581       (0.61 % random) (917 /sec)
1375.58/1383.58	c 1383	propagations          : 408082518      (297250 /sec)
1375.58/1383.58	c 1383	conflict literals     : 44461753       (37.69 % deleted)
1375.58/1383.58	c 1383	Memory used           : 89.82 MB
1375.58/1383.58	c 1383	CPU time              : 1372.86 s
1375.58/1383.58	c 1383	
1375.58/1383.58	c 1383	SATISFIABLE
1375.58/1383.58	c 1383	OK
1375.58/1383.58	c 1383	FOUND: _COST <= 10
1375.58/1383.58	c 1383	DECODING HOME/temp.out WITH HOME/temp.map
1375.58/1383.58	c 1383	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1375.67/1383.77	c 1383	Decoding HOME/temp.out
1375.77/1383.87	c 1384	OBJECTIVE _COST 10
1375.77/1383.87	o 10
1375.77/1383.87	v 0 18 15 18 18 18 14 4 10 12 6 18 14 8 12 6 8 5 14 12 18 0 13 12 18 6 5 13 18 7 8 10 14 11 18 18 6 10 1 17
1375.85/1384.01	c 1384	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1375.85/1384.09	c 1384	OK
1375.85/1384.09	c 1384	OBJECTIVE BOUND: 0 <= _COST <= 10
1375.85/1384.09	c 1384	SEARCHING: _COST <= 5
1375.85/1384.09	c 1384	============================[ Search Statistics ]==============================
1375.85/1384.09	c 1384	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1375.85/1384.09	c 1384	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1375.85/1384.09	c 1384	===============================================================================
1375.85/1384.09	c 1384	|   1148840 |    2531    34001   133945 |    11333    43159     38 | 53.502 % |
1375.99/1384.28	c 1384	|   1148940 |    2531    34001   133945 |    12467    13655     38 | 59.349 % |
1376.09/1384.33	c 1384	|   1149090 |    2531    34001   133945 |    13713    13805     38 | 59.349 % |
1376.09/1384.39	c 1384	|   1149316 |    2531    34001   133945 |    15085    14031     38 | 59.349 % |
1376.19/1384.47	c 1384	|   1149654 |    2531    34001   133945 |    16593    14369     38 | 59.349 % |
1376.39/1384.62	c 1384	|   1150162 |    2531    34001   133945 |    18252    14877     38 | 59.349 % |
1376.59/1384.83	c 1385	|   1150921 |    2531    34001   133945 |    20078    15636     37 | 59.349 % |
1376.88/1385.16	c 1385	|   1152060 |    2531    34001   133945 |    22086    16775     37 | 59.349 % |
1377.38/1385.66	c 1385	|   1153768 |    2531    34001   133945 |    24294    18483     36 | 59.349 % |
1378.17/1386.42	c 1386	|   1156332 |    2531    34001   133945 |    26724    21047     35 | 59.349 % |
1379.36/1387.69	c 1387	|   1160177 |    2531    34001   133945 |    29396    24892     34 | 59.349 % |
1381.34/1389.63	c 1389	|   1165944 |    2531    34001   133945 |    32336    30659     33 | 59.349 % |
1384.81/1393.17	c 1393	|   1174594 |    2531    34001   133945 |    35569    15340     28 | 59.349 % |
1389.57/1397.96	c 1398	|   1187572 |    2531    34001   133945 |    39126    28318     34 | 59.349 % |
1398.29/1406.80	c 1407	|   1207033 |    2531    34001   133945 |    43039    16625     31 | 59.349 % |
1411.88/1420.41	c 1420	|   1236225 |    2531    34001   133945 |    47343    45817     34 | 59.349 % |
1434.09/1442.85	c 1443	|   1280016 |    2531    34001   133945 |    52077    51513     33 | 59.349 % |
1469.08/1478.11	c 1478	|   1345700 |    2531    34001   133945 |    57285    34273     38 | 59.349 % |
1524.09/1533.66	c 1533	|   1444227 |    2531    34001   133945 |    63014    38132     33 | 59.349 % |
1610.05/1620.39	c 1620	|   1592016 |    2531    34001   133945 |    69315    28290     33 | 59.349 % |
1749.74/1761.24	c 1761	|   1813699 |    2531    34001   133945 |    76247    15410     45 | 59.349 % |
1967.45/1980.88	c 1981	|   2146226 |    2531    34001   133945 |    83871    26722     36 | 59.349 % |
2028.62/2042.55	c 2042	===============================================================================
2028.62/2042.55	c 2042	restarts              : 69
2028.62/2042.55	c 2042	conflicts             : 2237764       (1105 /sec)
2028.62/2042.55	c 2042	decisions             : 2444562       (0.63 % random) (1207 /sec)
2028.62/2042.55	c 2042	propagations          : 774061735      (382129 /sec)
2028.62/2042.55	c 2042	conflict literals     : 90994230       (35.65 % deleted)
2028.62/2042.55	c 2042	Memory used           : 89.82 MB
2028.62/2042.55	c 2042	CPU time              : 2025.66 s
2028.62/2042.55	c 2042	
2028.62/2042.55	c 2042	SATISFIABLE
2028.62/2042.55	c 2042	OK
2028.62/2042.55	c 2042	FOUND: _COST <= 5
2028.62/2042.55	c 2042	DECODING HOME/temp.out WITH HOME/temp.map
2028.62/2042.55	c 2042	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2028.70/2042.64	c 2042	Decoding HOME/temp.out
2028.79/2042.74	c 2042	OBJECTIVE _COST 5
2028.79/2042.75	o 5
2028.79/2042.75	v 0 18 1 3 8 12 7 14 18 0 1 18 17 2 3 4 7 16 16 3 18 18 10 0 7 14 8 10 18 10 5 15 0 1 2 18 2 4 16 0
2028.79/2042.79	c 2042	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2028.91/2043.72	c 2043	OK
2028.91/2043.72	c 2043	OBJECTIVE BOUND: 0 <= _COST <= 5
2028.91/2043.72	c 2043	SEARCHING: _COST <= 2
2028.91/2043.72	c 2043	============================[ Search Statistics ]==============================
2028.91/2043.72	c 2043	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2028.91/2043.72	c 2043	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2028.91/2043.72	c 2043	===============================================================================
2028.91/2043.72	c 2043	|   2237764 |    2187    28974   119891 |     9658    46314     44 | 59.349 % |
2029.10/2043.93	c 2044	|   2237865 |    2187    28974   119891 |    10623     8033     32 | 64.874 % |
2029.10/2043.96	c 2044	|   2238018 |    2187    28974   119891 |    11686     8186     32 | 64.874 % |
2029.20/2044.00	c 2044	|   2238243 |    2187    28974   119891 |    12854     8411     33 | 64.874 % |
2029.20/2044.08	c 2044	|   2238580 |    2187    28974   119891 |    14140     8748     33 | 64.874 % |
2029.30/2044.18	c 2044	|   2239087 |    2187    28974   119891 |    15554     9255     33 | 64.874 % |
2029.50/2044.34	c 2044	|   2239848 |    2187    28974   119891 |    17109    10016     35 | 64.874 % |
2029.69/2044.59	c 2044	|   2240987 |    2187    28974   119891 |    18820    11155     36 | 64.874 % |
2030.18/2045.07	c 2045	|   2242695 |    2187    28974   119891 |    20702    12863     39 | 64.874 % |
2030.78/2045.67	c 2045	|   2245260 |    2187    28974   119891 |    22773    15428     40 | 64.874 % |
2031.78/2046.68	c 2046	|   2249104 |    2187    28974   119891 |    25050    19272     40 | 64.874 % |
2033.65/2048.57	c 2048	|   2254872 |    2187    28974   119891 |    27555    25040     39 | 64.874 % |
2036.83/2051.71	c 2051	|   2263522 |    2187    28974   119891 |    30310    13564     37 | 64.874 % |
2041.58/2056.54	c 2056	|   2276498 |    2187    28974   119891 |    33342    26540     45 | 64.874 % |
2050.60/2065.63	c 2065	|   2295959 |    2187    28974   119891 |    36676    21187     46 | 64.874 % |
2063.49/2078.67	c 2078	|   2325152 |    2187    28974   119891 |    40343    21725     37 | 64.874 % |
2083.11/2098.46	c 2098	|   2368942 |    2187    28974   119891 |    44378    34364     44 | 64.874 % |
2115.41/2131.07	c 2131	|   2434627 |    2187    28974   119891 |    48816    32460     36 | 64.874 % |
2163.59/2179.64	c 2179	|   2533153 |    2187    28974   119891 |    53697    51437     33 | 64.874 % |
2242.49/2259.26	c 2259	|   2680942 |    2187    28974   119891 |    59067    27415     31 | 64.874 % |
2344.00/2361.69	c 2361	===============================================================================
2344.00/2361.69	c 2361	restarts              : 89
2344.00/2361.69	c 2361	conflicts             : 2855387       (1220 /sec)
2344.00/2361.69	c 2361	decisions             : 3129069       (0.65 % random) (1337 /sec)
2344.00/2361.69	c 2361	propagations          : 979004333      (418229 /sec)
2344.00/2361.69	c 2361	conflict literals     : 113695004      (35.04 % deleted)
2344.00/2361.69	c 2361	Memory used           : 89.82 MB
2344.00/2361.69	c 2361	CPU time              : 2340.83 s
2344.00/2361.69	c 2361	
2344.00/2361.69	c 2361	SATISFIABLE
2344.00/2361.69	c 2361	OK
2344.00/2361.69	c 2361	FOUND: _COST <= 2
2344.00/2361.69	c 2361	DECODING HOME/temp.out WITH HOME/temp.map
2344.00/2361.69	c 2361	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2344.09/2361.83	c 2362	Decoding HOME/temp.out
2344.09/2361.94	c 2362	OBJECTIVE _COST 2
2344.09/2361.94	o 2
2344.09/2361.94	v 16 14 16 13 9 2 14 16 2 12 16 16 17 6 2 12 15 17 8 18 14 18 18 8 15 13 18 18 8 13 5 8 11 11 18 0 11 14 17 3
2344.09/2361.94	c 2362	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2344.09/2361.99	c 2362	OK
2344.09/2361.99	c 2362	OBJECTIVE BOUND: 0 <= _COST <= 2
2344.09/2361.99	c 2362	SEARCHING: _COST <= 1
2344.09/2361.99	c 2362	============================[ Search Statistics ]==============================
2344.09/2361.99	c 2362	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2344.09/2361.99	c 2362	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2344.09/2361.99	c 2362	===============================================================================
2344.09/2361.99	c 2362	|   2855387 |    1722    25105   109676 |     8368    63689     38 | 64.874 % |
2344.52/2362.25	c 2362	|   2855487 |    1722    25105   109676 |     9205     7717     37 | 72.343 % |
2344.52/2362.29	c 2362	|   2855637 |    1722    25105   109676 |    10125     7867     37 | 72.343 % |
2344.62/2362.34	c 2362	|   2855862 |    1722    25105   109676 |    11138     8092     37 | 72.343 % |
2344.72/2362.40	c 2362	|   2856200 |    1722    25105   109676 |    12252     8430     37 | 72.343 % |
2344.82/2362.53	c 2362	|   2856706 |    1722    25105   109676 |    13477     8936     38 | 72.343 % |
2345.02/2362.72	c 2362	|   2857465 |    1722    25105   109676 |    14825     9695     38 | 72.343 % |
2345.32/2363.01	c 2363	|   2858606 |    1722    25105   109676 |    16307    10836     39 | 72.343 % |
2345.61/2363.36	c 2363	|   2860317 |    1722    25105   109676 |    17938    12547     40 | 72.343 % |
2346.22/2363.93	c 2364	|   2862882 |    1722    25105   109676 |    19732    15112     42 | 72.343 % |
2347.32/2365.05	c 2365	|   2866726 |    1722    25105   109676 |    21705    18956     41 | 72.343 % |
2349.21/2366.91	c 2367	|   2872492 |    1722    25105   109676 |    23875    24722     41 | 72.343 % |
2351.81/2369.56	c 2369	|   2881141 |    1722    25105   109676 |    26263    16736     37 | 72.343 % |
2356.31/2374.02	c 2374	|   2894115 |    1722    25105   109676 |    28889    29710     39 | 72.343 % |
2364.01/2381.77	c 2381	|   2913576 |    1722    25105   109676 |    31778    29352     41 | 72.343 % |
2365.61/2383.31	c 2383	===============================================================================
2365.61/2383.31	c 2383	restarts              : 104
2365.61/2383.31	c 2383	conflicts             : 2917096       (1235 /sec)
2365.61/2383.31	c 2383	decisions             : 3200368       (0.65 % random) (1355 /sec)
2365.61/2383.31	c 2383	propagations          : 993372934      (420534 /sec)
2365.61/2383.31	c 2383	conflict literals     : 116241950      (34.93 % deleted)
2365.61/2383.31	c 2383	Memory used           : 89.82 MB
2365.61/2383.31	c 2383	CPU time              : 2362.17 s
2365.61/2383.31	c 2383	
2365.61/2383.31	c 2383	SATISFIABLE
2365.61/2383.32	c 2383	OK
2365.61/2383.32	c 2383	FOUND: _COST <= 1
2365.61/2383.32	c 2383	DECODING HOME/temp.out WITH HOME/temp.map
2365.61/2383.32	c 2383	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2365.63/2383.42	c 2383	Decoding HOME/temp.out
2365.63/2383.53	c 2383	OBJECTIVE _COST 1
2365.63/2383.53	o 1
2365.63/2383.53	v 1 8 15 7 7 18 15 13 16 6 3 17 3 4 0 12 7 17 16 3 18 8 9 6 10 4 12 13 18 8 13 16 0 4 18 17 0 16 17 0
2365.63/2383.54	c 2383	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2365.82/2383.62	c 2383	OK
2365.82/2383.62	c 2383	OBJECTIVE BOUND: 0 <= _COST <= 1
2365.82/2383.62	c 2383	SEARCHING: _COST <= 0
2365.82/2383.62	c 2383	============================[ Search Statistics ]==============================
2365.82/2383.62	c 2383	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2365.82/2383.62	c 2383	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2365.82/2383.62	c 2383	===============================================================================
2365.82/2383.62	c 2383	|   2917096 |    1388    23314   105304 |     7771    32872     41 | 72.343 % |
2365.92/2383.72	c 2383	|   2917196 |    1388    23314   105304 |     8548     7886     32 | 77.708 % |
2365.92/2383.75	c 2383	|   2917347 |    1388    23314   105304 |     9403     8037     32 | 77.708 % |
2366.01/2383.81	c 2384	|   2917573 |    1388    23314   105304 |    10343     8263     32 | 77.708 % |
2366.01/2383.89	c 2384	|   2917910 |    1388    23314   105304 |    11378     8600     33 | 77.708 % |
2366.21/2384.00	c 2384	|   2918416 |    1388    23314   105304 |    12515     9106     33 | 77.708 % |
2366.31/2384.18	c 2384	|   2919175 |    1388    23314   105304 |    13767     9865     33 | 77.708 % |
2366.61/2384.43	c 2384	|   2920315 |    1388    23314   105304 |    15144    11005     35 | 77.708 % |
2366.92/2384.80	c 2385	|   2922023 |    1388    23314   105304 |    16658    12713     36 | 77.708 % |
2367.61/2385.43	c 2385	|   2924586 |    1388    23314   105304 |    18324    15276     38 | 77.708 % |
2368.61/2386.48	c 2386	|   2928431 |    1388    23314   105304 |    20156    19121     39 | 77.708 % |
2370.61/2388.46	c 2388	|   2934198 |    1388    23314   105304 |    22172    24888     41 | 77.708 % |
2373.41/2391.27	c 2391	|   2942847 |    1388    23314   105304 |    24389    18611     42 | 77.708 % |
2378.41/2396.29	c 2396	|   2955821 |    1388    23314   105304 |    26828    15686     41 | 77.708 % |
2384.70/2402.57	c 2402	|   2975283 |    1388    23314   105304 |    29511    15176     59 | 77.708 % |
2395.39/2413.28	c 2413	|   3004475 |    1388    23314   105304 |    32462    23234     64 | 77.708 % |
2410.18/2428.07	c 2428	|   3048265 |    1388    23314   105304 |    35709    15895     59 | 77.708 % |
2436.47/2454.32	c 2454	|   3113949 |    1388    23314   105304 |    39279    27452     68 | 77.708 % |
2476.15/2494.08	c 2494	|   3212475 |    1388    23314   105304 |    43207    32759     60 | 77.708 % |
2544.63/2562.58	c 2562	|   3360265 |    1388    23314   105304 |    47528    43469     65 | 77.708 % |
2647.89/2665.89	c 2666	|   3581950 |    1388    23314   105304 |    52281    36539     67 | 77.708 % |
2805.02/2823.02	c 2823	|   3914476 |    1388    23314   105304 |    57509    21974     61 | 77.708 % |
3057.72/3075.80	c 3076	|   4413265 |    1388    23314   105304 |    63260    39656     62 | 77.708 % |
3452.05/3470.30	c 3470	|   5161447 |    1388    23314   105304 |    69586    37641     63 | 77.708 % |
3600.09/3618.41	c ERROR INTERRUPTED
3600.09/3618.42	c 3618	CPU 3599.31 (0.07 0.03 3599.24 0.77)
3600.09/3618.42	c 3618	END Sun Jul 13 02:21:01 2008

Verifier Data (download as text)

OK	1	333
1 unsatisfied constraints, 333 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-1114667-1215904843/watcher-1114667-1215904843 -o /tmp/evaluation-result-1114667-1215904843/solver-1114667-1215904843 -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-1114667-1215904843.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.86 2.66 2.41 5/80 17236
/proc/meminfo: memFree=1846708/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=18572 CPUtime=0
/proc/17236/stat : 17236 (runsolver) D 17234 17236 16939 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 47187491 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17236/statm: 4643 292 257 25 0 2626 0

[startup+0.00811298 s]
/proc/loadavg: 2.86 2.66 2.41 5/80 17236
/proc/meminfo: memFree=1846708/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=18572 CPUtime=0
/proc/17236/stat : 17236 (runsolver) D 17234 17236 16939 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 47187491 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 268582841639 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17236/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101126 s]
/proc/loadavg: 2.86 2.66 2.41 5/80 17236
/proc/meminfo: memFree=1846708/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=12272 CPUtime=0
/proc/17236/stat : 17236 (sugar++) D 17234 17236 16939 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 47187491 12566528 364 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/17236/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301152 s]
/proc/loadavg: 2.86 2.66 2.41 5/80 17236
/proc/meminfo: memFree=1846708/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=12808 CPUtime=0.01
/proc/17236/stat : 17236 (sugar++) R 17234 17236 16939 0 -1 4194304 557 0 0 0 1 0 0 0 18 0 1 0 47187491 13115392 525 996147200 4194304 4206940 548682068528 18446744073709551615 268600544795 0 0 4224 0 0 0 0 17 0 0 0
/proc/17236/statm: 3202 526 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.701198 s]
/proc/loadavg: 2.86 2.66 2.41 5/80 17236
/proc/meminfo: memFree=1846708/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16344 CPUtime=0.07
/proc/17236/stat : 17236 (sugar++) R 17234 17236 16939 0 -1 4194304 1009 0 0 0 5 2 0 0 18 0 1 0 47187491 16736256 977 996147200 4194304 4206940 548682068528 18446744073709551615 268591739122 0 0 4224 0 0 0 0 17 0 0 0
/proc/17236/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16344

[startup+1.5011 s]
/proc/loadavg: 2.86 2.66 2.41 3/84 17241
/proc/meminfo: memFree=1841940/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16740 CPUtime=0.51
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1279 4745 0 1 6 2 39 4 17 0 1 0 47187491 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16740

[startup+3.10128 s]
/proc/loadavg: 2.86 2.66 2.41 4/91 17258
/proc/meminfo: memFree=1828572/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=1.9
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1518 13315 0 2 7 2 170 11 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 16872

[startup+6.30166 s]
/proc/loadavg: 2.79 2.65 2.41 3/82 17289
/proc/meminfo: memFree=1830052/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 15 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=10328 CPUtime=2.67
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 2483 0 0 0 266 1 0 0 25 0 1 0 47187788 10575872 2425 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 2582 2425 79 151 0 2428 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 27200

[startup+12.7014 s]
/proc/loadavg: 2.72 2.64 2.41 3/82 17289
/proc/meminfo: memFree=1828580/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=12112 CPUtime=9.04
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 2927 0 0 0 903 1 0 0 25 0 1 0 47187788 12402688 2869 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 3028 2869 79 151 0 2874 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 28984

[startup+25.5029 s]
/proc/loadavg: 2.71 2.64 2.41 3/82 17289
/proc/meminfo: memFree=1824484/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=16060 CPUtime=21.78
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 3911 0 0 0 2175 3 0 0 25 0 1 0 47187788 16445440 3853 996147200 134512640 135134323 4294956192 18446744073709551615 134531850 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 4015 3853 79 151 0 3861 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 32932

[startup+51.1029 s]
/proc/loadavg: 2.66 2.63 2.41 3/82 17289
/proc/meminfo: memFree=1817252/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=23500 CPUtime=47.25
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 5762 0 0 0 4720 5 0 0 25 0 1 0 47187788 24064000 5704 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 5875 5704 79 151 0 5721 0
Current children cumulated CPU time (s) 49.66
Current children cumulated vsize (KiB) 40372

[startup+102.307 s]
/proc/loadavg: 2.56 2.61 2.42 4/82 17289
/proc/meminfo: memFree=1808228/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=32544 CPUtime=98.21
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 7970 0 0 0 9814 7 0 0 25 0 1 0 47187788 33325056 7912 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 8136 7912 79 151 0 7982 0
Current children cumulated CPU time (s) 100.62
Current children cumulated vsize (KiB) 49416

[startup+162.303 s]
/proc/loadavg: 2.54 2.59 2.42 3/82 17289
/proc/meminfo: memFree=1799844/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=40768 CPUtime=157.91
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 10063 0 0 0 15782 9 0 0 25 0 1 0 47187788 41746432 10005 996147200 134512640 135134323 4294956192 18446744073709551615 134529056 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 10192 10005 79 151 0 10038 0
Current children cumulated CPU time (s) 160.32
Current children cumulated vsize (KiB) 57640

[startup+222.303 s]
/proc/loadavg: 2.71 2.63 2.44 3/82 17289
/proc/meminfo: memFree=1792228/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=48748 CPUtime=217.62
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 11935 0 0 0 21751 11 0 0 25 0 1 0 47187788 49917952 11877 996147200 134512640 135134323 4294956192 18446744073709551615 134529106 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 12187 11877 79 151 0 12033 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 65620

[startup+282.303 s]
/proc/loadavg: 2.61 2.62 2.45 3/82 17289
/proc/meminfo: memFree=1786340/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=54472 CPUtime=277.34
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 13373 0 0 0 27721 13 0 0 25 0 1 0 47187788 55779328 13315 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 13618 13315 79 151 0 13464 0
Current children cumulated CPU time (s) 279.75
Current children cumulated vsize (KiB) 71344

[startup+342.302 s]
/proc/loadavg: 2.62 2.61 2.46 3/82 17289
/proc/meminfo: memFree=1781412/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=59244 CPUtime=337.05
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 14586 0 0 0 33691 14 0 0 25 0 1 0 47187788 60665856 14528 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 14811 14528 79 151 0 14657 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 76116

[startup+402.302 s]
/proc/loadavg: 2.47 2.57 2.45 3/82 17289
/proc/meminfo: memFree=1776868/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=64244 CPUtime=396.76
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 15698 0 0 0 39661 15 0 0 25 0 1 0 47187788 65785856 15640 996147200 134512640 135134323 4294956192 18446744073709551615 134524678 0 0 4096 3 0 0 0 17 1 0 0
/proc/17259/statm: 16061 15640 79 151 0 15907 0
Current children cumulated CPU time (s) 399.17
Current children cumulated vsize (KiB) 81116

[startup+462.302 s]
/proc/loadavg: 2.46 2.54 2.45 3/82 17289
/proc/meminfo: memFree=1776740/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=2.41
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 1695 24716 0 5 7 2 213 19 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0

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

[pid=17259] ppid=17236 vsize=91976 CPUtime=2840.92
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 284064 28 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 2844.3
Current children cumulated vsize (KiB) 108848

[startup+2922.3 s]
/proc/loadavg: 2.48 2.63 2.61 3/82 17345
/proc/meminfo: memFree=1746788/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=2900.9
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 290062 28 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 2904.28
Current children cumulated vsize (KiB) 108848

[startup+2982.3 s]
/proc/loadavg: 2.29 2.55 2.59 3/75 17381
/proc/meminfo: memFree=1810652/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=2960.87
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 296045 42 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 2964.25
Current children cumulated vsize (KiB) 108848

[startup+3042.3 s]
/proc/loadavg: 2.11 2.45 2.55 3/75 17381
/proc/meminfo: memFree=1810908/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3020.85
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 302043 42 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 3024.23
Current children cumulated vsize (KiB) 108848

[startup+3102.3 s]
/proc/loadavg: 2.04 2.36 2.51 3/75 17381
/proc/meminfo: memFree=1810844/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3080.82
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 308040 42 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 3084.2
Current children cumulated vsize (KiB) 108848

[startup+3162.3 s]
/proc/loadavg: 2.01 2.30 2.48 3/75 17381
/proc/meminfo: memFree=1810716/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3140.8
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22501 0 0 0 314038 42 0 0 25 0 1 0 47187788 94183424 22433 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22433 79 151 0 22840 0
Current children cumulated CPU time (s) 3144.18
Current children cumulated vsize (KiB) 108848

[startup+3222.3 s]
/proc/loadavg: 2.00 2.24 2.44 3/75 17381
/proc/meminfo: memFree=1810716/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3200.77
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 320035 42 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3204.15
Current children cumulated vsize (KiB) 108848

[startup+3282.3 s]
/proc/loadavg: 2.00 2.19 2.41 3/75 17381
/proc/meminfo: memFree=1810652/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3260.75
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 326033 42 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531982 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3264.13
Current children cumulated vsize (KiB) 108848

[startup+3342.3 s]
/proc/loadavg: 2.00 2.16 2.39 3/75 17381
/proc/meminfo: memFree=1810588/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3320.72
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 332030 42 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3324.1
Current children cumulated vsize (KiB) 108848

[startup+3402.31 s]
/proc/loadavg: 2.00 2.12 2.36 3/75 17381
/proc/meminfo: memFree=1810524/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3380.71
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 338028 43 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134532052 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3384.09
Current children cumulated vsize (KiB) 108848

[startup+3462.3 s]
/proc/loadavg: 2.00 2.10 2.33 3/75 17383
/proc/meminfo: memFree=1810524/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3440.68
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 344025 43 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3444.06
Current children cumulated vsize (KiB) 108848

[startup+3522.3 s]
/proc/loadavg: 2.00 2.08 2.31 3/75 17383
/proc/meminfo: memFree=1810524/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3500.65
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 350022 43 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3504.03
Current children cumulated vsize (KiB) 108848

[startup+3582.3 s]
/proc/loadavg: 2.00 2.06 2.29 3/75 17383
/proc/meminfo: memFree=1810396/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3560.62
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 356019 43 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3564
Current children cumulated vsize (KiB) 108848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.4 s]
/proc/loadavg: 2.00 2.05 2.27 3/75 17383
/proc/meminfo: memFree=1810268/2055924 swapFree=4181092/4192956
[pid=17236] ppid=17234 vsize=16872 CPUtime=3.38
/proc/17236/stat : 17236 (sugar++) S 17234 17236 16939 0 -1 4194304 2046 43745 0 10 7 3 296 32 16 0 1 0 47187491 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17236/statm: 4218 1122 414 3 0 797 0
[pid=17259] ppid=17236 vsize=91976 CPUtime=3596.71
/proc/17259/stat : 17259 (minisat-inc) R 17236 17236 16939 0 -1 4194304 22502 0 0 0 359628 43 0 0 25 0 1 0 47187788 94183424 22434 996147200 134512640 135134323 4294956192 18446744073709551615 134532126 0 0 4096 3 0 0 0 17 0 0 0
/proc/17259/statm: 22994 22434 79 151 0 22840 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 108848

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

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

Child status: 0
Real time (s): 3618.42
CPU time (s): 3600.15
CPU user time (s): 3599.33
CPU system time (s): 0.821875
CPU usage (%): 99.495
Max. virtual memory (cumulated for all children) (KiB): 890592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.33
system time used= 0.821875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68372
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5187
involuntary context switches= 74218

runsolver used 3.73143 second user time and 9.74052 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-13 01:20:43
IDJOB=1114667
IDBENCH=61762
IDSOLVER=367
FILE ID=node6/1114667-1215904843
PBS_JOBID= 7903704
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-28_ext.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-1114667-1215904843/watcher-1114667-1215904843 -o /tmp/evaluation-result-1114667-1215904843/solver-1114667-1215904843 -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-1114667-1215904843.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50cdd26d21317f876d407b961b70bb73
RANDOM SEED=2067706749

node6.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.232
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.232
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:      2055924 kB
MemFree:       1847188 kB
Buffers:         23012 kB
Cached:          60144 kB
SwapCached:       5380 kB
Active:         119612 kB
Inactive:        47552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1847188 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:         100496 kB
Slab:            26632 kB
Committed_AS:  1032788 kB
PageTables:       2080 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= 66480 MiB
End job on node6 at 2008-07-13 02:21:03