Trace number 1115108

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 1049.54 1091.04

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-6_ext.xml
MD5SUMc1d4c718bd859caaf3561d3b5110e860
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 benchmark654.204
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul 13 04:12:15 2008
0.00/0.04	c 0	PID 21656
0.03/0.04	c 0	HOST node17.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1115108-1215915135.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1115108-1215915135.xml' 'HOME/temp.csp'
0.03/0.50	c 1	1 domains, 40 variables, 0 predicates, 753 relations, 753 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.48/0.60	c 1	Parsing HOME/temp.csp
0.48/0.79	c 1	parsed 1547 expressions
0.48/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.81	c 1	MAX CSP: 753 constraints
0.48/0.81	c 1	Converting to clausal form CSP
0.48/0.84	c 1	converted 231 (10%) expressions
0.48/0.84	c 1	converted 461 (20%) expressions
0.48/0.84	c 1	converted 691 (30%) expressions
0.48/0.86	c 1	converted 922 (40%) expressions
0.48/0.88	c 1	converted 1152 (50%) expressions
0.48/0.90	c 1	converted 1382 (60%) expressions
0.48/0.92	c 1	converted 1613 (70%) expressions
0.95/1.01	c 1	converted 1843 (80%) expressions
0.95/1.01	c 1	converted 2073 (90%) expressions
1.04/1.14	c 1	converted 2303 (100%) expressions
1.04/1.15	c 1	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 1130
1.04/1.15	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.15	c 1	Propagation in CSP
1.04/1.19	c 1	747 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.20	c 1	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 754
1.04/1.20	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.20	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.20	c 1	CSP : 1546 integers, 0 booleans, 2258 clauses, largest domain size 754
1.14/1.20	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.25	c 1	155 (10%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.14/1.26	c 1	310 (20%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.14/1.26	c 1	464 (30%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.14/1.26	c 1	619 (40%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.14/1.26	c 1	773 (50%) CSP integer variables are encoded (240 clauses, 2520 bytes)
1.14/1.27	c 1	928 (60%) CSP integer variables are encoded (1664 clauses, 21032 bytes)
1.14/1.27	c 1	1083 (70%) CSP integer variables are encoded (2795 clauses, 35735 bytes)
1.14/1.28	c 1	1237 (80%) CSP integer variables are encoded (8572 clauses, 110836 bytes)
1.14/1.28	c 1	1392 (90%) CSP integer variables are encoded (10898 clauses, 145397 bytes)
1.14/1.29	c 1	1546 (100%) CSP integer variables are encoded (12777 clauses, 173582 bytes)
1.24/1.34	c 1	226 (10%) CSP clauses are encoded (14018 clauses, 198342 bytes)
1.24/1.36	c 1	452 (20%) CSP clauses are encoded (15272 clauses, 224403 bytes)
1.24/1.38	c 1	678 (30%) CSP clauses are encoded (16538 clauses, 252932 bytes)
1.34/1.40	c 1	904 (40%) CSP clauses are encoded (20620 clauses, 325682 bytes)
1.34/1.47	c 1	1129 (50%) CSP clauses are encoded (55401 clauses, 957160 bytes)
1.34/1.50	c 2	1355 (60%) CSP clauses are encoded (65705 clauses, 1139622 bytes)
1.54/1.69	c 2	1581 (70%) CSP clauses are encoded (166275 clauses, 2985540 bytes)
1.93/2.05	c 2	1807 (80%) CSP clauses are encoded (321149 clauses, 5867287 bytes)
2.23/2.34	c 2	2033 (90%) CSP clauses are encoded (466101 clauses, 8962983 bytes)
2.72/2.87	c 3	2258 (100%) CSP clauses are encoded (750438 clauses, 15047445 bytes)
2.72/2.87	c 3	2258 CSP clauses encoded
2.72/2.87	c 3	Writing map file : HOME/temp.map
2.72/2.88	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.88	c 3	SAT : 14323 SAT variables, 750438 SAT clauses, 15047445 bytes
2.72/2.88	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.93	c 3	OBJECTIVE minimize _COST
2.81/2.93	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.81/2.93	c 3	SEARCHING: _COST <= 377
2.81/2.93	c 3	SOLVING HOME/temp.cnf
2.81/2.93	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.81/2.93	c 3	This is MiniSat 2.0 beta
2.81/2.93	c 3	WARNING: for repeatability, setting FPU to use double precision
2.81/2.93	c 3	============================[ Problem Statistics ]=============================
2.81/2.93	c 3	|                                                                             |
2.81/2.93	c 3	|  Number of variables:  14323                                                |
2.81/2.93	c 3	|  Number of clauses:    750439                                               |
3.07/3.28	c 3	|  Parsing time:         0.31         s                                       |
3.37/3.55	c 4	============================[ Search Statistics ]==============================
3.37/3.55	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.37/3.55	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.37/3.55	c 4	===============================================================================
3.37/3.55	c 4	|         0 |   10563   480548  1420061 |   160182        0    nan |  0.000 % |
3.37/3.59	c 4	===============================================================================
3.37/3.59	c 4	restarts              : 1
3.37/3.59	c 4	conflicts             : 1              (2 /sec)
3.37/3.59	c 4	decisions             : 38             (0.00 % random) (60 /sec)
3.37/3.59	c 4	propagations          : 14348          (22814 /sec)
3.37/3.59	c 4	conflict literals     : 14             (0.00 % deleted)
3.37/3.59	c 4	Memory used           : 32.58 MB
3.37/3.59	c 4	CPU time              : 0.628904 s
3.37/3.59	c 4	
3.47/3.60	c 4	SATISFIABLE
3.47/3.61	c 4	FOUND: _COST <= 377
3.47/3.61	s SATISFIABLE
3.47/3.61	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.47/3.61	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.47/3.68	c 4	Decoding HOME/temp.out
3.50/3.81	c 4	OBJECTIVE _COST 330
3.50/3.81	o 330
3.50/3.82	v 1 5 5 1 0 4 1 0 7 4 7 1 0 6 5 1 4 4 0 6 7 7 6 6 7 6 7 2 3 3 7 7 7 7 7 7 6 7 7 7
3.50/3.82	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.50/3.86	c 4	OBJECTIVE BOUND: 0 <= _COST <= 330
3.50/3.86	c 4	SEARCHING: _COST <= 165
3.50/3.86	c 4	SOLVING HOME/temp.cnf
3.50/3.86	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.50/3.87	c 4	This is MiniSat 2.0 beta
3.50/3.87	c 4	WARNING: for repeatability, setting FPU to use double precision
3.50/3.87	c 4	============================[ Problem Statistics ]=============================
3.50/3.87	c 4	|                                                                             |
3.50/3.87	c 4	|  Number of variables:  14323                                                |
3.50/3.87	c 4	|  Number of clauses:    750439                                               |
3.73/4.22	c 4	|  Parsing time:         0.31         s                                       |
4.34/4.59	c 5	============================[ Search Statistics ]==============================
4.34/4.59	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.34/4.59	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.34/4.59	c 5	===============================================================================
4.34/4.59	c 5	|         0 |    8161   279662   824397 |    93220        0    nan |  0.000 % |
4.45/4.64	c 5	|       101 |    8161   279662   824397 |   102542      101     63 | 43.022 % |
4.45/4.67	c 5	===============================================================================
4.45/4.67	c 5	restarts              : 2
4.45/4.67	c 5	conflicts             : 156            (207 /sec)
4.45/4.67	c 5	decisions             : 422            (0.95 % random) (561 /sec)
4.45/4.67	c 5	propagations          : 71980          (95733 /sec)
4.45/4.67	c 5	conflict literals     : 7889           (8.21 % deleted)
4.45/4.67	c 5	Memory used           : 33.10 MB
4.45/4.67	c 5	CPU time              : 0.751885 s
4.45/4.67	c 5	
4.45/4.68	c 5	SATISFIABLE
4.45/4.69	c 5	FOUND: _COST <= 165
4.45/4.69	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.45/4.69	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.54/4.76	c 5	Decoding HOME/temp.out
4.54/4.90	c 5	OBJECTIVE _COST 165
4.54/4.90	o 165
4.54/4.90	v 5 7 5 3 1 7 3 7 2 7 1 0 6 6 5 7 4 7 7 1 6 7 6 0 7 1 4 7 7 7 7 7 7 3 7 7 7 7 7 7
4.54/4.91	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.54/4.96	c 5	OBJECTIVE BOUND: 0 <= _COST <= 165
4.54/4.96	c 5	SEARCHING: _COST <= 82
4.54/4.96	c 5	SOLVING HOME/temp.cnf
4.54/4.96	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.97	c 5	This is MiniSat 2.0 beta
4.54/4.97	c 5	WARNING: for repeatability, setting FPU to use double precision
4.54/4.97	c 5	============================[ Problem Statistics ]=============================
4.54/4.97	c 5	|                                                                             |
4.54/4.97	c 5	|  Number of variables:  14323                                                |
4.54/4.97	c 5	|  Number of clauses:    750439                                               |
4.77/5.37	c 5	|  Parsing time:         0.35         s                                       |
5.48/5.79	c 6	============================[ Search Statistics ]==============================
5.48/5.79	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.48/5.79	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.48/5.79	c 6	===============================================================================
5.48/5.79	c 6	|         0 |    6914   159777   468400 |    53259        0    nan |  0.000 % |
5.58/5.84	c 6	|       103 |    6914   159777   468400 |    58584      103     57 | 51.728 % |
5.58/5.89	c 6	|       253 |    6914   159777   468400 |    64443      253     49 | 51.728 % |
5.68/5.90	c 6	===============================================================================
5.68/5.90	c 6	restarts              : 3
5.68/5.90	c 6	conflicts             : 262            (298 /sec)
5.68/5.90	c 6	decisions             : 533            (0.94 % random) (606 /sec)
5.68/5.90	c 6	propagations          : 186804         (212551 /sec)
5.68/5.90	c 6	conflict literals     : 12624          (18.67 % deleted)
5.68/5.90	c 6	Memory used           : 33.36 MB
5.68/5.90	c 6	CPU time              : 0.878866 s
5.68/5.90	c 6	
5.68/5.91	c 6	SATISFIABLE
5.68/5.91	c 6	FOUND: _COST <= 82
5.68/5.91	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.68/5.91	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.68/5.99	c 6	Decoding HOME/temp.out
5.71/6.12	c 6	OBJECTIVE _COST 82
5.71/6.12	o 82
5.71/6.13	v 6 7 3 7 1 2 5 3 7 7 7 0 0 5 6 7 7 2 1 4 3 7 1 7 0 5 1 0 0 4 7 7 7 7 3 7 7 7 7 7
5.71/6.13	c 6	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.71/6.18	c 6	OBJECTIVE BOUND: 0 <= _COST <= 82
5.71/6.18	c 6	SEARCHING: _COST <= 41
5.71/6.18	c 6	SOLVING HOME/temp.cnf
5.71/6.18	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.92/6.21	c 6	This is MiniSat 2.0 beta
5.92/6.21	c 6	WARNING: for repeatability, setting FPU to use double precision
5.92/6.21	c 6	============================[ Problem Statistics ]=============================
5.92/6.21	c 6	|                                                                             |
5.92/6.21	c 6	|  Number of variables:  14323                                                |
5.92/6.21	c 6	|  Number of clauses:    750439                                               |
6.20/6.59	c 7	|  Parsing time:         0.33         s                                       |
6.59/6.99	c 7	============================[ Search Statistics ]==============================
6.59/6.99	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/6.99	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/6.99	c 7	===============================================================================
6.59/6.99	c 7	|         0 |    5962    90530   263474 |    30176        0    nan |  0.000 % |
6.69/7.03	c 7	|       102 |    5962    90530   263474 |    33194      102     56 | 58.375 % |
6.69/7.06	c 7	|       252 |    5962    90530   263474 |    36513      252     53 | 58.375 % |
6.69/7.07	c 7	===============================================================================
6.69/7.07	c 7	restarts              : 3
6.69/7.07	c 7	conflicts             : 290            (359 /sec)
6.69/7.07	c 7	decisions             : 485            (1.24 % random) (600 /sec)
6.69/7.07	c 7	propagations          : 110485         (136760 /sec)
6.69/7.07	c 7	conflict literals     : 14810          (8.14 % deleted)
6.69/7.07	c 7	Memory used           : 33.52 MB
6.69/7.07	c 7	CPU time              : 0.807877 s
6.69/7.07	c 7	
6.69/7.07	c 7	SATISFIABLE
6.69/7.08	c 7	FOUND: _COST <= 41
6.69/7.08	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.69/7.08	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.79/7.24	c 7	Decoding HOME/temp.out
6.79/7.36	c 7	OBJECTIVE _COST 41
6.79/7.36	o 41
6.79/7.37	v 2 7 7 4 6 5 7 7 7 3 1 2 6 7 0 6 2 6 0 2 7 5 1 2 6 5 5 7 5 3 7 3 6 6 4 7 7 7 3 2
6.79/7.37	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.79/7.43	c 7	OBJECTIVE BOUND: 0 <= _COST <= 41
6.79/7.43	c 7	SEARCHING: _COST <= 20
6.79/7.43	c 7	SOLVING HOME/temp.cnf
6.79/7.43	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.79/7.43	c 7	This is MiniSat 2.0 beta
6.79/7.43	c 7	WARNING: for repeatability, setting FPU to use double precision
6.79/7.43	c 7	============================[ Problem Statistics ]=============================
6.79/7.43	c 7	|                                                                             |
6.79/7.43	c 7	|  Number of variables:  14323                                                |
6.79/7.43	c 7	|  Number of clauses:    750439                                               |
7.36/7.84	c 8	|  Parsing time:         0.36         s                                       |
7.75/8.25	c 8	============================[ Search Statistics ]==============================
7.75/8.25	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.75/8.25	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.75/8.25	c 8	===============================================================================
7.75/8.25	c 8	|         0 |    5096    51486   148919 |    17162        0    nan |  0.000 % |
7.85/8.31	c 8	|       100 |    5096    51486   148919 |    18878      100     53 | 64.421 % |
7.85/8.33	c 8	|       250 |    5096    51486   148919 |    20766      250     41 | 64.421 % |
7.85/8.36	c 8	===============================================================================
7.85/8.36	c 8	restarts              : 3
7.85/8.36	c 8	conflicts             : 368            (422 /sec)
7.85/8.36	c 8	decisions             : 564            (0.89 % random) (646 /sec)
7.85/8.36	c 8	propagations          : 220411         (252514 /sec)
7.85/8.36	c 8	conflict literals     : 14741          (16.21 % deleted)
7.85/8.36	c 8	Memory used           : 33.49 MB
7.85/8.36	c 8	CPU time              : 0.872867 s
7.85/8.36	c 8	
7.85/8.37	c 8	SATISFIABLE
7.85/8.37	c 8	FOUND: _COST <= 20
7.85/8.37	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.85/8.37	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.93/8.45	c 8	Decoding HOME/temp.out
7.93/8.69	c 9	OBJECTIVE _COST 20
7.93/8.69	o 20
7.93/8.69	v 7 4 5 7 2 6 2 6 3 7 1 7 4 7 6 1 1 3 1 7 7 7 5 2 4 5 1 3 7 7 3 7 7 3 7 6 7 7 7 7
8.24/8.72	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.24/8.75	c 9	OBJECTIVE BOUND: 0 <= _COST <= 20
8.24/8.75	c 9	SEARCHING: _COST <= 10
8.24/8.75	c 9	SOLVING HOME/temp.cnf
8.24/8.75	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.24/8.75	c 9	This is MiniSat 2.0 beta
8.24/8.75	c 9	WARNING: for repeatability, setting FPU to use double precision
8.24/8.75	c 9	============================[ Problem Statistics ]=============================
8.24/8.75	c 9	|                                                                             |
8.24/8.75	c 9	|  Number of variables:  14323                                                |
8.24/8.75	c 9	|  Number of clauses:    750439                                               |
8.28/9.15	c 9	|  Parsing time:         0.35         s                                       |
8.28/9.52	c 10	============================[ Search Statistics ]==============================
8.28/9.52	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.28/9.52	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.28/9.52	c 10	===============================================================================
8.28/9.52	c 10	|         0 |    4314    31329    90784 |    10443        0    nan |  0.000 % |
8.28/9.57	c 10	|       101 |    4314    31329    90784 |    11487      101     54 | 69.881 % |
8.28/9.60	c 10	|       251 |    4314    31329    90784 |    12636      251     35 | 69.881 % |
8.28/9.64	c 10	|       479 |    4314    31329    90784 |    13899      479     41 | 69.881 % |
8.28/9.69	c 10	|       816 |    4314    31329    90784 |    15289      816     46 | 69.881 % |
8.28/9.80	c 10	|      1322 |    4314    31329    90784 |    16818     1322     37 | 69.881 % |
9.41/9.91	c 10	|      2083 |    4314    31329    90784 |    18500     2083     35 | 69.881 % |
9.61/10.14	c 10	|      3222 |    4314    31329    90784 |    20350     3222     32 | 69.881 % |
10.01/10.52	c 11	|      4930 |    4314    31329    90784 |    22385     4930     32 | 69.881 % |
10.11/10.60	c 11	===============================================================================
10.11/10.60	c 11	restarts              : 9
10.11/10.60	c 11	conflicts             : 5387           (2997 /sec)
10.11/10.60	c 11	decisions             : 6392           (0.52 % random) (3556 /sec)
10.11/10.60	c 11	propagations          : 3743687        (2082457 /sec)
10.11/10.60	c 11	conflict literals     : 172017         (23.56 % deleted)
10.11/10.60	c 11	Memory used           : 33.10 MB
10.11/10.60	c 11	CPU time              : 1.79773 s
10.11/10.60	c 11	
10.11/10.61	c 11	SATISFIABLE
10.11/10.62	c 11	FOUND: _COST <= 10
10.11/10.62	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.11/10.62	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.14/10.74	c 11	Decoding HOME/temp.out
10.14/10.86	c 11	OBJECTIVE _COST 10
10.14/10.86	o 10
10.14/10.87	v 1 7 2 7 1 2 3 1 7 7 2 7 4 5 4 1 0 1 1 6 5 2 1 7 7 2 4 4 7 4 5 7 7 3 2 3 4 7 2 7
10.14/10.87	c 11	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.14/10.88	c 11	OBJECTIVE BOUND: 0 <= _COST <= 10
10.14/10.88	c 11	SEARCHING: _COST <= 5
10.14/10.88	c 11	SOLVING HOME/temp.cnf
10.14/10.88	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.14/10.88	c 11	This is MiniSat 2.0 beta
10.14/10.88	c 11	WARNING: for repeatability, setting FPU to use double precision
10.14/10.88	c 11	============================[ Problem Statistics ]=============================
10.14/10.88	c 11	|                                                                             |
10.14/10.88	c 11	|  Number of variables:  14323                                                |
10.14/10.88	c 11	|  Number of clauses:    750439                                               |
10.76/11.30	c 11	|  Parsing time:         0.37         s                                       |
11.16/11.70	c 12	============================[ Search Statistics ]==============================
11.16/11.70	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.16/11.70	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.16/11.70	c 12	===============================================================================
11.16/11.70	c 12	|         0 |    3551    20001    59084 |     6667        0    nan |  0.000 % |
11.16/11.74	c 12	|       100 |    3551    20001    59084 |     7333      100     65 | 75.208 % |
11.16/11.76	c 12	|       250 |    3551    20001    59084 |     8067      250     66 | 75.208 % |
11.26/11.80	c 12	|       476 |    3551    20001    59084 |     8873      476     45 | 75.208 % |
11.26/11.86	c 12	|       813 |    3551    20001    59084 |     9761      813     38 | 75.208 % |
11.36/11.94	c 12	|      1319 |    3551    20001    59084 |    10737     1319     34 | 75.208 % |
11.46/12.07	c 12	|      2078 |    3551    20001    59084 |    11810     2078     32 | 75.208 % |
11.66/12.28	c 12	|      3217 |    3551    20001    59084 |    12992     3217     30 | 75.208 % |
12.06/12.60	c 13	|      4925 |    3551    20001    59084 |    14291     4925     30 | 75.208 % |
12.55/13.14	c 13	|      7488 |    3551    20001    59084 |    15720     7488     29 | 75.208 % |
13.34/13.94	c 14	|     11332 |    3551    20001    59084 |    17292    11332     28 | 75.208 % |
14.94/15.50	c 16	|     17099 |    3551    20001    59084 |    19021    17099     27 | 75.208 % |
17.43/18.09	c 18	|     25748 |    3551    20001    59084 |    20923    25748     27 | 75.208 % |
22.00/22.69	c 23	|     38723 |    3551    20001    59084 |    23016    17913     28 | 75.208 % |
28.97/29.70	c 30	|     58184 |    3551    20001    59084 |    25317    14903     28 | 75.208 % |
40.21/40.96	c 41	|     87376 |    3551    20001    59084 |    27849    20574     28 | 75.208 % |
58.62/59.45	c 59	|    131166 |    3551    20001    59084 |    30634    36673     31 | 75.208 % |
87.77/88.75	c 89	|    196852 |    3551    20001    59084 |    33698    15621     33 | 75.208 % |
92.94/94.00	c 94	===============================================================================
92.94/94.00	c 94	restarts              : 18
92.94/94.00	c 94	conflicts             : 212650         (2573 /sec)
93.04/94.00	c 94	decisions             : 238033         (0.65 % random) (2880 /sec)
93.04/94.00	c 94	propagations          : 131207353      (1587574 /sec)
93.04/94.00	c 94	conflict literals     : 6402743        (30.78 % deleted)
93.04/94.00	c 94	Memory used           : 33.63 MB
93.04/94.00	c 94	CPU time              : 82.6464 s
93.04/94.00	c 94	
93.04/94.00	c 94	SATISFIABLE
93.04/94.01	c 94	FOUND: _COST <= 5
93.04/94.01	c 94	DECODING HOME/temp.out WITH HOME/temp.map
93.04/94.01	c 94	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
93.08/94.14	c 94	Decoding HOME/temp.out
93.08/94.38	c 94	OBJECTIVE _COST 5
93.08/94.38	o 5
93.08/94.38	v 6 6 2 7 1 7 2 6 7 7 7 0 6 7 5 1 3 6 7 6 6 2 1 0 4 2 4 2 7 4 6 7 7 3 5 2 4 6 4 0
93.08/94.41	c 94	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
93.08/94.47	c 94	OBJECTIVE BOUND: 0 <= _COST <= 5
93.08/94.47	c 94	SEARCHING: _COST <= 2
93.08/94.47	c 94	SOLVING HOME/temp.cnf
93.08/94.47	c 94	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
93.43/94.50	c 95	This is MiniSat 2.0 beta
93.43/94.50	c 95	WARNING: for repeatability, setting FPU to use double precision
93.43/94.50	c 95	============================[ Problem Statistics ]=============================
93.43/94.50	c 95	|                                                                             |
93.43/94.50	c 95	|  Number of variables:  14323                                                |
93.43/94.50	c 95	|  Number of clauses:    750439                                               |
93.43/94.90	c 95	|  Parsing time:         0.35         s                                       |
93.43/95.26	c 95	============================[ Search Statistics ]==============================
93.43/95.26	c 95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
93.43/95.26	c 95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
93.43/95.26	c 95	===============================================================================
93.43/95.26	c 95	|         0 |    2539    11465    36509 |     3821        0    nan |  0.000 % |
93.43/95.31	c 95	|       100 |    2539    11465    36509 |     4203      100     59 | 82.273 % |
93.43/95.33	c 95	|       250 |    2539    11465    36509 |     4624      250     51 | 82.273 % |
93.43/95.35	c 95	|       475 |    2539    11465    36509 |     5086      475     38 | 82.273 % |
93.43/95.40	c 95	|       813 |    2539    11465    36509 |     5595      813     31 | 82.273 % |
93.43/95.46	c 95	|      1320 |    2539    11465    36509 |     6154     1320     28 | 82.273 % |
93.43/95.57	c 96	|      2079 |    2539    11465    36509 |     6770     2079     25 | 82.273 % |
94.61/95.76	c 96	|      3218 |    2539    11465    36509 |     7447     3218     25 | 82.273 % |
94.81/95.99	c 96	|      4928 |    2539    11465    36509 |     8192     4928     27 | 82.273 % |
95.31/96.47	c 96	|      7492 |    2539    11465    36509 |     9011     7492     27 | 82.273 % |
96.10/97.22	c 97	|     11336 |    2539    11465    36509 |     9912    11336     27 | 82.273 % |
97.30/98.47	c 98	|     17103 |    2539    11465    36509 |    10903    17103     27 | 82.273 % |
99.39/100.55	c 101	|     25752 |    2539    11465    36509 |    11994    14180     27 | 82.273 % |
102.58/103.75	c 104	|     38729 |    2539    11465    36509 |    13193    14799     24 | 82.273 % |
107.36/108.52	c 109	|     58191 |    2539    11465    36509 |    14512    20078     24 | 82.273 % |
115.03/116.28	c 116	|     87383 |    2539    11465    36509 |    15964    19473     27 | 82.273 % |
128.77/130.00	c 130	|    131172 |    2539    11465    36509 |    17560    17700     26 | 82.273 % |
149.10/150.40	c 150	|    196856 |    2539    11465    36509 |    19316    14948     25 | 82.273 % |
182.76/184.30	c 184	|    295383 |    2539    11465    36509 |    21248    23560     27 | 82.273 % |
235.75/237.49	c 238	|    443172 |    2539    11465    36509 |    23372    16164     24 | 82.273 % |
316.32/318.34	c 318	|    664855 |    2539    11465    36509 |    25710    21480     24 | 82.273 % |
436.93/439.49	c 440	|    997381 |    2539    11465    36509 |    28281    20201     30 | 82.273 % |
632.89/637.25	c 637	|   1496169 |    2539    11465    36509 |    31109    20926     27 | 82.273 % |
929.29/949.81	c 950	|   2244351 |    2539    11465    36509 |    34220    43546     38 | 82.273 % |
1001.80/1035.19	c 1035	===============================================================================
1001.80/1035.19	c 1035	restarts              : 24
1001.80/1035.19	c 1035	conflicts             : 2415683        (2660 /sec)
1001.80/1035.19	c 1035	decisions             : 2698419        (0.77 % random) (2971 /sec)
1001.80/1035.19	c 1035	propagations          : 1278366392     (1407514 /sec)
1001.80/1035.19	c 1035	conflict literals     : 76827920       (26.97 % deleted)
1001.80/1035.19	c 1035	Memory used           : 39.93 MB
1001.80/1035.19	c 1035	CPU time              : 908.244 s
1001.80/1035.19	c 1035	
1001.80/1035.19	c 1035	SATISFIABLE
1001.88/1035.20	c 1035	FOUND: _COST <= 2
1001.88/1035.20	c 1035	DECODING HOME/temp.out WITH HOME/temp.map
1001.88/1035.20	c 1035	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1001.91/1035.30	c 1035	Decoding HOME/temp.out
1001.91/1035.44	c 1035	OBJECTIVE _COST 2
1001.91/1035.44	o 2
1001.91/1035.45	v 6 7 2 7 1 2 4 1 3 2 2 7 0 5 4 1 3 4 1 6 7 2 1 7 4 5 4 4 7 4 6 7 6 3 3 3 4 7 2 7
1001.91/1035.45	c 1035	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1001.91/1035.49	c 1036	OBJECTIVE BOUND: 0 <= _COST <= 2
1001.91/1035.49	c 1036	SEARCHING: _COST <= 1
1001.91/1035.49	c 1036	SOLVING HOME/temp.cnf
1001.91/1035.49	c 1036	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1001.91/1035.49	c 1036	This is MiniSat 2.0 beta
1001.91/1035.49	c 1036	WARNING: for repeatability, setting FPU to use double precision
1001.91/1035.49	c 1036	============================[ Problem Statistics ]=============================
1001.91/1035.49	c 1036	|                                                                             |
1001.91/1035.49	c 1036	|  Number of variables:  14323                                                |
1001.91/1035.49	c 1036	|  Number of clauses:    750439                                               |
1002.13/1035.95	c 1036	|  Parsing time:         0.38         s                                       |
1002.92/1036.42	c 1036	============================[ Search Statistics ]==============================
1002.92/1036.42	c 1036	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1002.92/1036.42	c 1036	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1002.92/1036.42	c 1036	===============================================================================
1002.92/1036.42	c 1036	|         0 |    1786     7451    26725 |     2483        0    nan |  0.000 % |
1002.92/1036.47	c 1036	|       101 |    1786     7451    26725 |     2732      101     59 | 87.531 % |
1002.92/1036.48	c 1037	|       252 |    1786     7451    26725 |     3005      252     33 | 87.531 % |
1003.01/1036.50	c 1037	|       477 |    1786     7451    26725 |     3305      477     25 | 87.531 % |
1003.01/1036.52	c 1037	|       815 |    1786     7451    26725 |     3636      815     21 | 87.531 % |
1003.01/1036.56	c 1037	|      1321 |    1786     7451    26725 |     3999     1321     18 | 87.531 % |
1003.11/1036.62	c 1037	|      2081 |    1786     7451    26725 |     4399     2081     19 | 87.531 % |
1003.18/1036.79	c 1037	|      3220 |    1786     7451    26725 |     4839     3220     20 | 87.531 % |
1003.47/1037.14	c 1037	|      4931 |    1786     7451    26725 |     5323     4931     25 | 87.531 % |
1003.63/1037.32	c 1037	===============================================================================
1003.63/1037.32	c 1037	restarts              : 9
1003.63/1037.32	c 1037	conflicts             : 5766           (3915 /sec)
1003.63/1037.32	c 1037	decisions             : 6964           (0.57 % random) (4728 /sec)
1003.63/1037.32	c 1037	propagations          : 1597675        (1084805 /sec)
1003.63/1037.32	c 1037	conflict literals     : 142544         (39.95 % deleted)
1003.63/1037.33	c 1037	Memory used           : 33.36 MB
1003.63/1037.33	c 1037	CPU time              : 1.47278 s
1003.63/1037.33	c 1037	
1003.63/1037.33	c 1037	SATISFIABLE
1003.63/1037.34	c 1037	FOUND: _COST <= 1
1003.63/1037.34	c 1037	DECODING HOME/temp.out WITH HOME/temp.map
1003.63/1037.34	c 1037	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1003.67/1037.43	c 1037	Decoding HOME/temp.out
1003.67/1037.61	c 1038	OBJECTIVE _COST 1
1003.67/1037.61	o 1
1003.67/1037.61	v 6 7 2 7 1 2 4 1 3 2 2 7 0 5 4 1 3 4 1 6 7 2 1 7 4 5 4 4 7 4 6 7 7 3 3 3 4 7 2 7
1003.67/1037.61	c 1038	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1003.67/1037.64	c 1038	OBJECTIVE BOUND: 0 <= _COST <= 1
1003.67/1037.64	c 1038	SEARCHING: _COST <= 0
1003.67/1037.64	c 1038	SOLVING HOME/temp.cnf
1003.67/1037.64	c 1038	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1003.67/1037.64	c 1038	This is MiniSat 2.0 beta
1003.67/1037.64	c 1038	WARNING: for repeatability, setting FPU to use double precision
1003.67/1037.64	c 1038	============================[ Problem Statistics ]=============================
1003.67/1037.64	c 1038	|                                                                             |
1003.67/1037.64	c 1038	|  Number of variables:  14323                                                |
1003.67/1037.64	c 1038	|  Number of clauses:    750439                                               |
1003.94/1038.13	c 1038	|  Parsing time:         0.40         s                                       |
1004.70/1038.60	c 1039	============================[ Search Statistics ]==============================
1004.70/1038.60	c 1039	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1004.70/1038.60	c 1039	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1004.70/1038.60	c 1039	===============================================================================
1004.70/1038.60	c 1039	|         0 |     280     4442    19203 |     1480        0    nan |  0.000 % |
1004.76/1038.67	c 1039	|       100 |     280     4442    19203 |     1628      100     11 | 98.045 % |
1004.76/1038.68	c 1039	|       251 |     280     4442    19203 |     1791      251     11 | 98.045 % |
1004.76/1038.69	c 1039	|       476 |     280     4442    19203 |     1970      476     11 | 98.045 % |
1004.82/1038.71	c 1039	|       814 |     280     4442    19203 |     2167      814     11 | 98.045 % |
1004.82/1038.74	c 1039	|      1320 |     280     4442    19203 |     2384     1320     10 | 98.045 % |
1004.82/1038.79	c 1039	|      2080 |     280     4442    19203 |     2623     2080     11 | 98.045 % |
1004.91/1038.86	c 1039	|      3221 |     280     4442    19203 |     2885     3221     11 | 98.045 % |
1005.09/1039.00	c 1039	|      4929 |     280     4442    19203 |     3173     4929     11 | 98.045 % |
1005.18/1039.18	c 1039	|      7493 |     280     4442    19203 |     3491     7493     12 | 98.045 % |
1005.60/1039.61	c 1040	|     11337 |     280     4442    19203 |     3840    11337     12 | 98.045 % |
1006.18/1040.33	c 1040	|     17103 |     280     4442    19203 |     4224    17103     12 | 98.045 % |
1007.16/1041.55	c 1042	|     25754 |     280     4442    19203 |     4646    16581     12 | 98.045 % |
1008.75/1043.59	c 1044	|     38730 |     279     4415    19100 |     5111     2504     10 | 98.052 % |
1010.75/1046.01	c 1046	|     58194 |     279     4415    19100 |     5622    12355     12 | 98.052 % |
1014.02/1049.88	c 1050	|     87387 |     278     4384    18987 |     6185    15251     12 | 98.059 % |
1019.25/1055.84	c 1056	|    131176 |     277     4359    18895 |     6803    14493     14 | 98.066 % |
1027.45/1065.47	c 1065	|    196860 |     277     4359    18895 |     7483    17415     13 | 98.066 % |
1039.93/1079.83	c 1080	|    295386 |     274     4280    18553 |     8232    15254     14 | 98.087 % |
1049.47/1091.02	c 1091	===============================================================================
1049.47/1091.02	c 1091	restarts              : 19
1049.47/1091.02	c 1091	conflicts             : 364372         (8006 /sec)
1049.47/1091.02	c 1091	decisions             : 425875         (1.44 % random) (9357 /sec)
1049.47/1091.02	c 1091	propagations          : 19604477       (430734 /sec)
1049.47/1091.02	c 1091	conflict literals     : 4936941        (31.01 % deleted)
1049.47/1091.02	c 1091	Memory used           : 33.28 MB
1049.47/1091.02	c 1091	CPU time              : 45.5141 s
1049.47/1091.02	c 1091	
1049.47/1091.02	c 1091	UNSATISFIABLE
1049.47/1091.03	c 1091	NOT FOUND: _COST <= 0
1049.47/1091.03	c 1091	OBJECTIVE _COST 1
1049.47/1091.03	s OPTIMUM FOUND
1049.47/1091.03	c 1091	CPU 1048.3 (0.05 0.02 1048.25 1.18)
1049.47/1091.03	c 1091	END Sun Jul 13 04:30:26 2008

Verifier Data (download as text)

OK	1	752
1 unsatisfied constraints, 752 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-1115108-1215915135/watcher-1115108-1215915135 -o /tmp/evaluation-result-1115108-1215915135/solver-1115108-1215915135 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1115108-1215915135.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.61 2.55 2.27 5/80 21656
/proc/meminfo: memFree=1784032/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=12268 CPUtime=0
/proc/21656/stat : 21656 (sugar) R 21654 21656 20774 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 48215937 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/21656/statm: 3067 316 241 3 0 167 0

[startup+0.046507 s]
/proc/loadavg: 2.61 2.55 2.27 5/80 21656
/proc/meminfo: memFree=1784032/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.03
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 838 0 0 0 3 0 0 0 20 0 1 0 48215937 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101664 s]
/proc/loadavg: 2.61 2.55 2.27 5/80 21656
/proc/meminfo: memFree=1784032/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.03
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 48215937 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301684 s]
/proc/loadavg: 2.61 2.55 2.27 5/80 21656
/proc/meminfo: memFree=1784032/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.03
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 48215937 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701911 s]
/proc/loadavg: 2.61 2.55 2.27 5/80 21656
/proc/meminfo: memFree=1784032/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.48
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 974 4841 0 1 3 0 41 4 15 0 1 0 48215937 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 2.61 2.55 2.27 5/91 21678
/proc/meminfo: memFree=1769800/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.48
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 974 4841 0 1 3 0 41 4 15 0 1 0 48215937 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3400 797 370 3 0 500 0
[pid=21669] ppid=21656 vsize=5356 CPUtime=0
/proc/21669/stat : 21669 (sh) S 21656 21656 20774 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 48215989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21669/statm: 1339 233 193 169 0 50 0
[pid=21670] ppid=21669 vsize=869392 CPUtime=0.96
/proc/21670/stat : 21670 (java) S 21669 21656 20774 0 -1 0 7034 0 1 0 91 5 0 0 18 0 9 0 48215989 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21670/statm: 217348 6205 2564 9 0 211895 0
[pid=21670/tid=21671] ppid=21669 vsize=869392 CPUtime=0.57
/proc/21670/task/21671/stat : 21671 (java) R 21669 21656 20774 0 -1 64 2761 0 1 0 55 2 0 0 19 0 9 0 48215990 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4127074999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21672] ppid=21669 vsize=869392 CPUtime=0.1
/proc/21670/task/21672/stat : 21672 (java) S 21669 21656 20774 0 -1 64 2067 0 0 0 9 1 0 0 16 0 9 0 48215991 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21673] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21673/stat : 21673 (java) S 21669 21656 20774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48215991 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21674] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21674/stat : 21674 (java) S 21669 21656 20774 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48215991 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21675] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21675/stat : 21675 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48215993 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21676] ppid=21669 vsize=869392 CPUtime=0.27
/proc/21670/task/21676/stat : 21676 (java) S 21669 21656 20774 0 -1 64 1513 0 0 0 26 1 0 0 16 0 9 0 48215993 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21677] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21677/stat : 21677 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48215993 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21678] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21678/stat : 21678 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48215993 890257408 6205 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 888348

[startup+2.90213 s]
/proc/loadavg: 2.61 2.55 2.27 3/91 21678
/proc/meminfo: memFree=1760840/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13600 CPUtime=0.48
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 974 4841 0 1 3 0 41 4 15 0 1 0 48215937 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3400 797 370 3 0 500 0
[pid=21669] ppid=21656 vsize=5356 CPUtime=0
/proc/21669/stat : 21669 (sh) S 21656 21656 20774 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 48215989 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21669/statm: 1339 233 193 169 0 50 0
[pid=21670] ppid=21669 vsize=869392 CPUtime=2.33
/proc/21670/stat : 21670 (java) S 21669 21656 20774 0 -1 0 7447 0 1 0 216 17 0 0 18 0 9 0 48215989 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21670/statm: 217348 6222 2567 9 0 211895 0
[pid=21670/tid=21671] ppid=21669 vsize=869392 CPUtime=1.84
/proc/21670/task/21671/stat : 21671 (java) S 21669 21656 20774 0 -1 64 3165 0 1 0 172 12 0 0 25 0 9 0 48215990 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21672] ppid=21669 vsize=869392 CPUtime=0.19
/proc/21670/task/21672/stat : 21672 (java) S 21669 21656 20774 0 -1 64 2067 0 0 0 16 3 0 0 16 0 9 0 48215991 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21673] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21673/stat : 21673 (java) S 21669 21656 20774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 48215991 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21674] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21674/stat : 21674 (java) S 21669 21656 20774 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 48215991 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21675] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21675/stat : 21675 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 48215993 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21676] ppid=21669 vsize=869392 CPUtime=0.28
/proc/21670/task/21676/stat : 21676 (java) S 21669 21656 20774 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 48215993 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21677] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21677/stat : 21677 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 48215993 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21670/tid=21678] ppid=21669 vsize=869392 CPUtime=0
/proc/21670/task/21678/stat : 21678 (java) S 21669 21656 20774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 48215993 890257408 6222 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 888348

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

[startup+3.00215 s]
/proc/loadavg: 2.61 2.55 2.27 3/91 21678
/proc/meminfo: memFree=1760840/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=2.81
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1075 12579 0 2 3 0 257 21 17 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 13732

[startup+3.10115 s]
/proc/loadavg: 2.61 2.55 2.27 3/91 21678
/proc/meminfo: memFree=1760840/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=2.81
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1075 12579 0 2 3 0 257 21 17 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 13732

[startup+6.30148 s]
/proc/loadavg: 2.64 2.56 2.28 4/83 21704
/proc/meminfo: memFree=1734536/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=5.92
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1424 49188 0 5 4 1 542 45 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 13732

[startup+12.702 s]
/proc/loadavg: 2.67 2.57 2.28 3/83 21752
/proc/meminfo: memFree=1734544/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=10.35
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1766 86080 0 8 4 1 961 69 15 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=21751] ppid=21656 vsize=5356 CPUtime=0
/proc/21751/stat : 21751 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48217025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21751/statm: 1339 232 193 169 0 50 0
[pid=21752] ppid=21751 vsize=34056 CPUtime=1.8
/proc/21752/stat : 21752 (minisat) R 21751 21656 20774 0 -1 4194304 8069 0 0 0 175 5 0 0 25 0 1 0 48217025 34873344 8055 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/21752/statm: 8514 8055 75 150 0 8361 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 53144

[startup+25.5023 s]
/proc/loadavg: 2.60 2.55 2.28 3/83 21752
/proc/meminfo: memFree=1734488/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=10.35
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1766 86080 0 8 4 1 961 69 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=21751] ppid=21656 vsize=5356 CPUtime=0
/proc/21751/stat : 21751 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48217025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21751/statm: 1339 232 193 169 0 50 0
[pid=21752] ppid=21751 vsize=34220 CPUtime=14.54
/proc/21752/stat : 21752 (minisat) R 21751 21656 20774 0 -1 4194304 8128 0 0 0 1449 5 0 0 25 0 1 0 48217025 35041280 8114 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/21752/statm: 8555 8114 75 150 0 8402 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 53308

[startup+51.1029 s]
/proc/loadavg: 2.60 2.56 2.29 3/83 21752
/proc/meminfo: memFree=1734424/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=10.35
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1766 86080 0 8 4 1 961 69 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=21751] ppid=21656 vsize=5356 CPUtime=0
/proc/21751/stat : 21751 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48217025 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21751/statm: 1339 232 193 169 0 50 0
[pid=21752] ppid=21751 vsize=34220 CPUtime=40.01
/proc/21752/stat : 21752 (minisat) R 21751 21656 20774 0 -1 4194304 8137 0 0 0 3996 5 0 0 25 0 1 0 48217025 35041280 8123 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21752/statm: 8555 8123 75 150 0 8402 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 53308

[startup+102.306 s]
/proc/loadavg: 2.55 2.56 2.30 4/83 21764
/proc/meminfo: memFree=1734424/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=93.43

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

/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=21763] ppid=21656 vsize=5356 CPUtime=0
/proc/21763/stat : 21763 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48225384 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21763/statm: 1339 232 193 169 0 50 0
[pid=21764] ppid=21763 vsize=38608 CPUtime=829.44
/proc/21764/stat : 21764 (minisat) R 21763 21656 20774 0 -1 4194304 9104 0 0 0 82927 17 0 0 25 0 1 0 48225388 39534592 9090 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/21764/statm: 9652 9090 75 150 0 9499 0
Current children cumulated CPU time (s) 922.87
Current children cumulated vsize (KiB) 57696

[startup+1002.3 s]
/proc/loadavg: 4.03 3.55 2.92 4/90 12044
/proc/meminfo: memFree=1698792/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=93.43
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 1880 98434 0 9 4 2 9258 79 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=21763] ppid=21656 vsize=5356 CPUtime=0
/proc/21763/stat : 21763 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 48225384 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21763/statm: 1339 232 193 169 0 50 0
[pid=21764] ppid=21763 vsize=40888 CPUtime=880.31
/proc/21764/stat : 21764 (minisat) R 21763 21656 20774 0 -1 4194304 9665 0 0 0 88012 19 0 0 25 0 1 0 48225388 41869312 9651 996147200 134512640 135127466 4294956256 18446744073709551615 134522635 0 0 4096 3 0 0 0 17 1 0 0
/proc/21764/statm: 10222 9651 75 150 0 10069 0
Current children cumulated CPU time (s) 973.74
Current children cumulated vsize (KiB) 59976

[startup+1062.3 s]
/proc/loadavg: 4.11 3.66 3.00 4/89 16007
/proc/meminfo: memFree=1697896/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=20.95
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8097 0 0 0 2092 3 0 0 25 0 1 0 48319702 34889728 8083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8083 75 150 0 8365 0
Current children cumulated CPU time (s) 1024.89
Current children cumulated vsize (KiB) 53160

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

[startup+1075.1 s]
/proc/loadavg: 4.17 3.69 3.02 5/90 16752
/proc/meminfo: memFree=1696480/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=32.03
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8098 0 0 0 3200 3 0 0 25 0 1 0 48319702 34889728 8084 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8084 75 150 0 8365 0
Current children cumulated CPU time (s) 1035.97
Current children cumulated vsize (KiB) 53160

[startup+1081.5 s]
/proc/loadavg: 4.15 3.70 3.02 4/89 17254
/proc/meminfo: memFree=1696304/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=37.39
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 3736 3 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134529414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1041.33
Current children cumulated vsize (KiB) 53160

[startup+1087.91 s]
/proc/loadavg: 4.06 3.69 3.02 4/89 17764
/proc/meminfo: memFree=1695600/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=42.81
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4277 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1046.75
Current children cumulated vsize (KiB) 53160

[startup+1089.5 s]
/proc/loadavg: 4.06 3.69 3.03 4/89 17819
/proc/meminfo: memFree=1695472/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=44.22
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4418 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1048.16
Current children cumulated vsize (KiB) 53160

[startup+1090.3 s]
/proc/loadavg: 4.06 3.69 3.03 4/90 17885
/proc/meminfo: memFree=1695016/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=44.93
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4489 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1048.87
Current children cumulated vsize (KiB) 53160

[startup+1090.7 s]
/proc/loadavg: 4.06 3.69 3.03 4/90 17885
/proc/meminfo: memFree=1695016/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=45.27
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4523 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1049.21
Current children cumulated vsize (KiB) 53160

[startup+1090.9 s]
/proc/loadavg: 4.06 3.69 3.03 4/90 17885
/proc/meminfo: memFree=1695016/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=45.44
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4540 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1049.38
Current children cumulated vsize (KiB) 53160

[startup+1091 s]
/proc/loadavg: 4.06 3.69 3.03 4/90 17885
/proc/meminfo: memFree=1695016/2055920 swapFree=4181420/4192956
[pid=21656] ppid=21654 vsize=13732 CPUtime=1003.94
/proc/21656/stat : 21656 (sugar) S 21654 21656 20774 0 -1 4194304 2108 124549 0 11 5 2 100274 113 16 0 1 0 48215937 14061568 823 996147200 4194304 4206940 548682068592 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21656/statm: 3433 823 374 3 0 533 0
[pid=14457] ppid=21656 vsize=5356 CPUtime=0
/proc/14457/stat : 14457 (sh) S 21656 21656 20774 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 48319701 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14457/statm: 1339 232 193 169 0 50 0
[pid=14458] ppid=14457 vsize=34072 CPUtime=45.53
/proc/14458/stat : 14458 (minisat) R 14457 21656 20774 0 -1 4194304 8099 0 0 0 4549 4 0 0 25 0 1 0 48319702 34889728 8085 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/14458/statm: 8518 8085 75 150 0 8365 0
Current children cumulated CPU time (s) 1049.47
Current children cumulated vsize (KiB) 53160

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.38419e-07
#  lost CPU user time (s): 2.38419e-07
#  lost CPU system time (s): 1.49012e-08

Real time (s): 1091.04
CPU time (s): 1049.54
CPU user time (s): 1048.32
CPU system time (s): 1.22181
CPU usage (%): 96.1963
Max. virtual memory (cumulated for all children) (KiB): 888348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1048.32
system time used= 1.22181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135121
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7860
involuntary context switches= 45264

runsolver used 1.00585 second user time and 3.45847 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-13 04:12:15
IDJOB=1115108
IDBENCH=61817
IDSOLVER=368
FILE ID=node17/1115108-1215915135
PBS_JOBID= 7903778
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-6_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1115108-1215915135/watcher-1115108-1215915135 -o /tmp/evaluation-result-1115108-1215915135/solver-1115108-1215915135 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1115108-1215915135.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c1d4c718bd859caaf3561d3b5110e860
RANDOM SEED=124620985

node17.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.240
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.240
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:       1784768 kB
Buffers:         38012 kB
Cached:          92580 kB
SwapCached:       5340 kB
Active:         153860 kB
Inactive:        62472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784768 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:         101968 kB
Slab:            39964 kB
Committed_AS:  1091848 kB
PageTables:       2032 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= 66404 MiB
End job on node17 at 2008-07-13 04:30:26