Trace number 1114780

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+minisatMSAT (TO)5 3600.08 3621.92

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-11_ext.xml
MD5SUMfc1c9e94735324d0f1178548c93d4e5d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
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 02:15:23 2008
0.00/0.04	c 0	PID 14865
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1114780-1215908122.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114780-1215908122.xml' 'HOME/temp.csp'
0.03/0.64	c 0	1 domains, 40 variables, 0 predicates, 338 relations, 338 constraints
0.03/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.69	c 0	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.62/0.77	c 0	Parsing HOME/temp.csp
0.91/1.05	c 1	parsed 717 expressions
0.91/1.05	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.06	c 1	MAX CSP: 338 constraints
0.91/1.06	c 1	Converting to clausal form CSP
0.91/1.09	c 1	converted 106 (10%) expressions
0.91/1.09	c 1	converted 212 (20%) expressions
0.91/1.09	c 1	converted 318 (30%) expressions
1.00/1.16	c 1	converted 424 (40%) expressions
1.00/1.19	c 1	converted 529 (50%) expressions
1.10/1.21	c 1	converted 635 (60%) expressions
1.10/1.23	c 1	converted 741 (70%) expressions
1.10/1.24	c 1	converted 847 (80%) expressions
1.10/1.26	c 1	converted 953 (90%) expressions
1.29/1.47	c 1	converted 1058 (100%) expressions
1.29/1.47	c 1	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 508
1.29/1.47	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.47	c 1	Propagation in CSP
1.40/1.52	c 1	334 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.52	c 1	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 339
1.40/1.52	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.52	c 1	CSP : 716 integers, 0 booleans, 1013 clauses, largest domain size 339
1.40/1.52	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.58	c 1	72 (10%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.58	c 1	144 (20%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.58	c 1	215 (30%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.58	c 1	287 (40%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.58	c 1	358 (50%) CSP integer variables are encoded (680 clauses, 7340 bytes)
1.40/1.59	c 1	430 (60%) CSP integer variables are encoded (1231 clauses, 14503 bytes)
1.40/1.59	c 1	502 (70%) CSP integer variables are encoded (3255 clauses, 40815 bytes)
1.40/1.59	c 1	573 (80%) CSP integer variables are encoded (4569 clauses, 57897 bytes)
1.40/1.59	c 1	645 (90%) CSP integer variables are encoded (4985 clauses, 63305 bytes)
1.40/1.60	c 1	716 (100%) CSP integer variables are encoded (5581 clauses, 71053 bytes)
1.50/1.67	c 1	102 (10%) CSP clauses are encoded (11993 clauses, 211781 bytes)
1.60/1.71	c 1	203 (20%) CSP clauses are encoded (18377 clauses, 363309 bytes)
1.60/1.75	c 1	304 (30%) CSP clauses are encoded (24872 clauses, 518915 bytes)
1.60/1.78	c 1	406 (40%) CSP clauses are encoded (28008 clauses, 589296 bytes)
1.60/1.79	c 1	507 (50%) CSP clauses are encoded (35383 clauses, 721079 bytes)
1.71/1.88	c 1	608 (60%) CSP clauses are encoded (68234 clauses, 1303449 bytes)
1.90/2.03	c 1	710 (70%) CSP clauses are encoded (148918 clauses, 2784825 bytes)
1.90/2.04	c 2	811 (80%) CSP clauses are encoded (151605 clauses, 2831181 bytes)
1.90/2.05	c 2	912 (90%) CSP clauses are encoded (157736 clauses, 2940575 bytes)
1.90/2.09	c 2	1013 (100%) CSP clauses are encoded (179743 clauses, 3340182 bytes)
1.90/2.09	c 2	1013 CSP clauses encoded
1.90/2.09	c 2	Writing map file : HOME/temp.map
1.90/2.10	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.10	c 2	SAT : 6297 SAT variables, 179743 SAT clauses, 3340182 bytes
1.90/2.10	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.11	c 2	OBJECTIVE minimize _COST
2.00/2.11	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.00/2.11	c 2	SEARCHING: _COST <= 169
2.00/2.11	c 2	SOLVING HOME/temp.cnf
2.00/2.11	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.00/2.11	c 2	This is MiniSat 2.0 beta
2.00/2.11	c 2	WARNING: for repeatability, setting FPU to use double precision
2.00/2.11	c 2	============================[ Problem Statistics ]=============================
2.00/2.11	c 2	|                                                                             |
2.00/2.11	c 2	|  Number of variables:  6297                                                 |
2.00/2.11	c 2	|  Number of clauses:    179744                                               |
2.00/2.20	c 2	|  Parsing time:         0.08         s                                       |
2.02/2.23	c 2	============================[ Search Statistics ]==============================
2.02/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.02/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.02/2.23	c 2	===============================================================================
2.02/2.23	c 2	|         0 |    4776   123105   395091 |    41035        0    nan |  0.000 % |
2.02/2.24	c 2	===============================================================================
2.02/2.24	c 2	restarts              : 1
2.02/2.24	c 2	conflicts             : 0              (0 /sec)
2.02/2.24	c 2	decisions             : 40             (0.00 % random) (339 /sec)
2.02/2.24	c 2	propagations          : 6297           (53373 /sec)
2.02/2.24	c 2	conflict literals     : 0              ( nan % deleted)
2.02/2.24	c 2	Memory used           : 9.29 MB
2.02/2.24	c 2	CPU time              : 0.117982 s
2.02/2.24	c 2	
2.02/2.24	c 2	SATISFIABLE
2.02/2.25	c 2	FOUND: _COST <= 169
2.02/2.25	s SATISFIABLE
2.02/2.25	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.02/2.25	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.15/2.32	c 2	Decoding HOME/temp.out
2.15/2.43	c 2	OBJECTIVE _COST 169
2.15/2.43	o 169
2.15/2.43	v 18 14 15 11 16 8 14 0 9 15 14 13 14 12 12 18 15 18 16 15 8 13 17 18 17 17 8 17 17 16 18 18 18 18 18 18 15 18 18 18
2.15/2.43	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.15/2.45	c 2	OBJECTIVE BOUND: 0 <= _COST <= 169
2.15/2.45	c 2	SEARCHING: _COST <= 84
2.15/2.45	c 2	SOLVING HOME/temp.cnf
2.15/2.45	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.15/2.45	c 2	This is MiniSat 2.0 beta
2.15/2.45	c 2	WARNING: for repeatability, setting FPU to use double precision
2.15/2.45	c 2	============================[ Problem Statistics ]=============================
2.15/2.45	c 2	|                                                                             |
2.15/2.46	c 2	|  Number of variables:  6297                                                 |
2.15/2.46	c 2	|  Number of clauses:    179744                                               |
2.34/2.54	c 2	|  Parsing time:         0.07         s                                       |
2.34/2.59	c 2	============================[ Search Statistics ]==============================
2.34/2.59	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.34/2.59	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.34/2.59	c 2	===============================================================================
2.34/2.59	c 2	|         0 |    3924    88166   292745 |    29388        0    nan |  0.000 % |
2.34/2.60	c 2	===============================================================================
2.34/2.60	c 2	restarts              : 1
2.34/2.60	c 2	conflicts             : 5              (40 /sec)
2.34/2.60	c 2	decisions             : 26             (0.00 % random) (206 /sec)
2.34/2.60	c 2	propagations          : 6661           (52873 /sec)
2.34/2.60	c 2	conflict literals     : 227            (4.22 % deleted)
2.34/2.60	c 2	Memory used           : 9.42 MB
2.34/2.60	c 2	CPU time              : 0.12598 s
2.34/2.60	c 2	
2.34/2.60	c 2	SATISFIABLE
2.34/2.60	c 2	FOUND: _COST <= 84
2.34/2.60	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.34/2.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.34/2.68	c 2	Decoding HOME/temp.out
2.48/2.78	c 2	OBJECTIVE _COST 84
2.48/2.78	o 84
2.48/2.78	v 8 13 12 9 3 18 10 4 1 5 12 12 9 7 2 13 7 17 2 15 7 12 4 1 14 1 8 8 12 16 18 18 18 18 18 18 15 18 18 18
2.48/2.79	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.48/2.81	c 2	OBJECTIVE BOUND: 0 <= _COST <= 84
2.48/2.81	c 2	SEARCHING: _COST <= 42
2.48/2.81	c 2	SOLVING HOME/temp.cnf
2.48/2.81	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.48/2.81	c 2	This is MiniSat 2.0 beta
2.48/2.81	c 2	WARNING: for repeatability, setting FPU to use double precision
2.48/2.81	c 2	============================[ Problem Statistics ]=============================
2.48/2.81	c 2	|                                                                             |
2.48/2.81	c 2	|  Number of variables:  6297                                                 |
2.48/2.81	c 2	|  Number of clauses:    179744                                               |
2.68/2.90	c 2	|  Parsing time:         0.08         s                                       |
2.68/2.95	c 2	============================[ Search Statistics ]==============================
2.68/2.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.68/2.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.68/2.95	c 2	===============================================================================
2.68/2.95	c 2	|         0 |    3376    60839   212366 |    20279        0    nan |  0.000 % |
2.68/2.97	c 2	|       100 |    3376    60839   212366 |    22307      100     56 | 46.387 % |
2.68/2.99	c 2	|       251 |    3376    60839   212366 |    24538      251     40 | 46.387 % |
2.68/3.03	c 2	|       479 |    3376    60839   212366 |    26992      479     50 | 46.387 % |
2.68/3.08	c 3	|       816 |    3376    60839   212366 |    29691      816     44 | 46.387 % |
2.68/3.09	c 3	===============================================================================
2.68/3.09	c 3	restarts              : 5
2.68/3.09	c 3	conflicts             : 859            (3182 /sec)
2.68/3.09	c 3	decisions             : 1425           (0.63 % random) (5279 /sec)
2.68/3.09	c 3	propagations          : 292473         (1083402 /sec)
2.68/3.09	c 3	conflict literals     : 37194          (22.49 % deleted)
2.68/3.09	c 3	Memory used           : 9.42 MB
2.68/3.09	c 3	CPU time              : 0.269958 s
2.68/3.09	c 3	
2.68/3.09	c 3	SATISFIABLE
2.96/3.10	c 3	FOUND: _COST <= 42
2.96/3.10	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.96/3.10	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.96/3.17	c 3	Decoding HOME/temp.out
3.04/3.26	c 3	OBJECTIVE _COST 42
3.04/3.26	o 42
3.04/3.26	v 12 16 4 14 10 18 15 11 17 9 18 18 6 4 17 7 5 15 17 18 18 18 13 0 18 18 18 18 3 18 16 1 17 16 4 13 6 18 18 9
3.04/3.26	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.04/3.30	c 3	OBJECTIVE BOUND: 0 <= _COST <= 42
3.04/3.30	c 3	SEARCHING: _COST <= 21
3.04/3.30	c 3	SOLVING HOME/temp.cnf
3.04/3.30	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.13/3.31	c 3	This is MiniSat 2.0 beta
3.13/3.31	c 3	WARNING: for repeatability, setting FPU to use double precision
3.13/3.31	c 3	============================[ Problem Statistics ]=============================
3.13/3.31	c 3	|                                                                             |
3.13/3.31	c 3	|  Number of variables:  6297                                                 |
3.13/3.31	c 3	|  Number of clauses:    179744                                               |
3.13/3.40	c 3	|  Parsing time:         0.08         s                                       |
3.13/3.45	c 3	============================[ Search Statistics ]==============================
3.13/3.45	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.45	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.45	c 3	===============================================================================
3.13/3.45	c 3	|         0 |    2954    44306   164012 |    14768        0    nan |  0.000 % |
3.13/3.47	c 3	|       100 |    2954    44306   164012 |    16245      100     71 | 53.089 % |
3.13/3.49	c 3	|       250 |    2954    44306   164012 |    17870      250     41 | 53.089 % |
3.13/3.53	c 3	|       476 |    2954    44306   164012 |    19657      476     53 | 53.089 % |
3.13/3.58	c 3	|       813 |    2954    44306   164012 |    21622      813     41 | 53.089 % |
3.13/3.66	c 3	|      1320 |    2954    44306   164012 |    23785     1320     47 | 53.089 % |
3.13/3.79	c 3	|      2079 |    2954    44306   164012 |    26163     2079     43 | 53.089 % |
3.13/3.81	c 3	===============================================================================
3.13/3.81	c 3	restarts              : 7
3.13/3.81	c 3	conflicts             : 2186           (4508 /sec)
3.13/3.81	c 3	decisions             : 2907           (0.69 % random) (5995 /sec)
3.13/3.81	c 3	propagations          : 716747         (1478054 /sec)
3.13/3.81	c 3	conflict literals     : 94865          (20.76 % deleted)
3.13/3.81	c 3	Memory used           : 9.57 MB
3.13/3.81	c 3	CPU time              : 0.484926 s
3.13/3.81	c 3	
3.13/3.81	c 3	SATISFIABLE
3.13/3.81	c 3	FOUND: _COST <= 21
3.13/3.81	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.13/3.81	c 3	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.13/3.89	c 3	Decoding HOME/temp.out
3.64/3.99	c 3	OBJECTIVE _COST 21
3.64/3.99	o 21
3.64/4.00	v 7 17 18 14 1 3 0 3 10 3 17 3 5 7 9 10 9 17 17 14 18 2 15 12 18 11 18 18 0 7 6 4 12 18 4 18 8 13 18 17
3.65/4.00	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.65/4.02	c 3	OBJECTIVE BOUND: 0 <= _COST <= 21
3.65/4.02	c 3	SEARCHING: _COST <= 10
3.65/4.02	c 3	SOLVING HOME/temp.cnf
3.65/4.02	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.65/4.02	c 3	This is MiniSat 2.0 beta
3.65/4.02	c 3	WARNING: for repeatability, setting FPU to use double precision
3.65/4.02	c 3	============================[ Problem Statistics ]=============================
3.65/4.02	c 3	|                                                                             |
3.65/4.02	c 3	|  Number of variables:  6297                                                 |
3.65/4.02	c 3	|  Number of clauses:    179744                                               |
3.83/4.11	c 4	|  Parsing time:         0.08         s                                       |
3.83/4.16	c 4	============================[ Search Statistics ]==============================
3.83/4.16	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.83/4.16	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.83/4.16	c 4	===============================================================================
3.83/4.16	c 4	|         0 |    2551    34379   135429 |    11459        0    nan |  0.000 % |
3.83/4.18	c 4	|       100 |    2551    34379   135429 |    12605      100     48 | 59.489 % |
3.83/4.21	c 4	|       250 |    2551    34379   135429 |    13866      250     36 | 59.489 % |
3.83/4.24	c 4	|       475 |    2551    34379   135429 |    15252      475     35 | 59.489 % |
3.83/4.29	c 4	|       812 |    2551    34379   135429 |    16778      812     31 | 59.489 % |
4.10/4.38	c 4	|      1318 |    2551    34379   135429 |    18455     1318     29 | 59.489 % |
4.29/4.51	c 4	|      2077 |    2551    34379   135429 |    20301     2077     27 | 59.489 % |
4.39/4.69	c 4	|      3216 |    2551    34379   135429 |    22331     3216     27 | 59.489 % |
4.69/4.99	c 4	|      4924 |    2551    34379   135429 |    24564     4924     26 | 59.489 % |
5.19/5.45	c 5	|      7486 |    2551    34379   135429 |    27021     7486     28 | 59.489 % |
5.88/6.17	c 6	|     11330 |    2551    34379   135429 |    29723    11330     27 | 59.489 % |
7.28/7.52	c 7	|     17096 |    2551    34379   135429 |    32695    17096     27 | 59.489 % |
9.67/9.94	c 9	|     25745 |    2551    34379   135429 |    35965    25745     28 | 59.489 % |
14.11/14.48	c 14	|     38719 |    2551    34379   135429 |    39561    38719     30 | 59.489 % |
21.27/21.61	c 21	|     58180 |    2551    34379   135429 |    43518    27581     38 | 59.489 % |
33.09/33.53	c 33	|     87372 |    2551    34379   135429 |    47869    21758     31 | 59.489 % |
56.35/56.98	c 56	|    131161 |    2551    34379   135429 |    52656    30425     30 | 59.489 % |
90.25/91.07	c 91	|    196845 |    2551    34379   135429 |    57922    56260     37 | 59.489 % |
140.65/141.73	c 141	|    295372 |    2551    34379   135429 |    63714    59061     43 | 59.489 % |
237.96/239.67	c 239	|    443161 |    2551    34379   135429 |    70086    48607     46 | 59.489 % |
372.75/375.28	c 375	|    664846 |    2551    34379   135429 |    77094    36080     43 | 59.489 % |
536.67/540.18	c 540	===============================================================================
536.67/540.18	c 540	restarts              : 21
536.67/540.18	c 540	conflicts             : 913826         (1715 /sec)
536.67/540.18	c 540	decisions             : 991403         (0.66 % random) (1861 /sec)
536.67/540.18	c 540	propagations          : 322868692      (605932 /sec)
536.67/540.18	c 540	conflict literals     : 39454711       (37.88 % deleted)
536.67/540.18	c 540	Memory used           : 32.53 MB
536.67/540.18	c 540	CPU time              : 532.846 s
536.67/540.18	c 540	
536.67/540.19	c 540	SATISFIABLE
536.67/540.19	c 540	FOUND: _COST <= 10
536.67/540.19	c 540	DECODING HOME/temp.out WITH HOME/temp.map
536.67/540.19	c 540	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
536.77/540.28	c 540	Decoding HOME/temp.out
536.77/540.39	c 540	OBJECTIVE _COST 10
536.77/540.39	o 10
536.77/540.39	v 2 6 7 6 18 17 0 14 18 8 6 5 18 15 15 6 1 2 8 5 2 18 12 13 11 8 18 18 17 1 16 7 18 7 7 13 2 6 15 9
536.77/540.39	c 540	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
536.78/540.40	c 540	OBJECTIVE BOUND: 0 <= _COST <= 10
536.78/540.40	c 540	SEARCHING: _COST <= 5
536.78/540.40	c 540	SOLVING HOME/temp.cnf
536.78/540.40	c 540	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
536.78/540.41	c 540	This is MiniSat 2.0 beta
536.78/540.41	c 540	WARNING: for repeatability, setting FPU to use double precision
536.78/540.41	c 540	============================[ Problem Statistics ]=============================
536.78/540.41	c 540	|                                                                             |
536.78/540.41	c 540	|  Number of variables:  6297                                                 |
536.78/540.41	c 540	|  Number of clauses:    179744                                               |
536.98/540.50	c 540	|  Parsing time:         0.08         s                                       |
536.98/540.55	c 540	============================[ Search Statistics ]==============================
536.98/540.55	c 540	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
536.98/540.55	c 540	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
536.98/540.55	c 540	===============================================================================
536.98/540.55	c 540	|         0 |    2203    29300   121231 |     9766        0    nan |  0.000 % |
536.98/540.57	c 540	|       100 |    2203    29300   121231 |    10743      100     50 | 65.015 % |
536.98/540.60	c 540	|       251 |    2203    29300   121231 |    11817      251     38 | 65.015 % |
536.98/540.63	c 540	|       477 |    2203    29300   121231 |    12999      477     33 | 65.015 % |
536.98/540.68	c 540	|       814 |    2203    29300   121231 |    14299      814     34 | 65.015 % |
536.98/540.76	c 540	|      1320 |    2203    29300   121231 |    15729     1320     34 | 65.015 % |
536.98/540.88	c 540	|      2079 |    2203    29300   121231 |    17302     2079     34 | 65.015 % |
536.98/541.07	c 541	|      3218 |    2203    29300   121231 |    19032     3218     39 | 65.015 % |
537.86/541.35	c 541	|      4929 |    2203    29300   121231 |    20935     4929     43 | 65.015 % |
538.36/541.84	c 541	|      7491 |    2203    29300   121231 |    23029     7491     40 | 65.015 % |
539.35/542.83	c 542	|     11335 |    2203    29300   121231 |    25332    11335     49 | 65.015 % |
540.64/544.11	c 544	|     17101 |    2203    29300   121231 |    27865    17101     43 | 65.015 % |
543.22/546.73	c 546	|     25750 |    2203    29300   121231 |    30651    25750     41 | 65.015 % |
547.50/551.03	c 550	|     38725 |    2203    29300   121231 |    33717    15559     39 | 65.015 % |
554.25/557.81	c 557	|     58186 |    2203    29300   121231 |    37088    35020     37 | 65.015 % |
564.29/567.92	c 567	|     87378 |    2203    29300   121231 |    40797    35825     34 | 65.015 % |
582.09/585.81	c 585	|    131167 |    2203    29300   121231 |    44877    16300     51 | 65.015 % |
610.72/614.62	c 614	|    196852 |    2203    29300   121231 |    49365    46700     42 | 65.015 % |
633.18/637.22	c 637	===============================================================================
633.18/637.22	c 637	restarts              : 18
633.18/637.22	c 637	conflicts             : 244084         (2538 /sec)
633.18/637.22	c 637	decisions             : 272506         (0.77 % random) (2833 /sec)
633.18/637.22	c 637	propagations          : 88090826       (915825 /sec)
633.18/637.22	c 637	conflict literals     : 10128689       (32.49 % deleted)
633.18/637.22	c 637	Memory used           : 18.65 MB
633.18/637.22	c 637	CPU time              : 96.1874 s
633.18/637.22	c 637	
633.18/637.23	c 637	SATISFIABLE
633.18/637.23	c 637	FOUND: _COST <= 5
633.18/637.23	c 637	DECODING HOME/temp.out WITH HOME/temp.map
633.18/637.23	c 637	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
633.23/637.32	c 637	Decoding HOME/temp.out
633.23/637.42	c 637	OBJECTIVE _COST 5
633.23/637.42	o 5
633.23/637.43	v 8 14 4 18 18 8 6 18 9 15 11 12 6 5 9 17 3 3 13 15 0 15 2 1 13 6 11 18 6 13 17 10 13 18 9 8 10 16 2 4
633.23/637.43	c 637	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
633.23/637.44	c 637	OBJECTIVE BOUND: 0 <= _COST <= 5
633.23/637.44	c 637	SEARCHING: _COST <= 2
633.23/637.44	c 637	SOLVING HOME/temp.cnf
633.23/637.44	c 637	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
633.23/637.45	c 637	This is MiniSat 2.0 beta
633.23/637.45	c 637	WARNING: for repeatability, setting FPU to use double precision
633.23/637.45	c 637	============================[ Problem Statistics ]=============================
633.23/637.45	c 637	|                                                                             |
633.23/637.45	c 637	|  Number of variables:  6297                                                 |
633.23/637.45	c 637	|  Number of clauses:    179744                                               |
633.42/637.54	c 637	|  Parsing time:         0.08         s                                       |
633.42/637.59	c 637	============================[ Search Statistics ]==============================
633.42/637.59	c 637	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
633.42/637.59	c 637	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
633.42/637.59	c 637	===============================================================================
633.42/637.59	c 637	|         0 |    1734    25395   110920 |     8465        0    nan |  0.000 % |
633.42/637.61	c 637	|       100 |    1734    25395   110920 |     9311      100     49 | 72.463 % |
633.42/637.63	c 637	|       250 |    1734    25395   110920 |    10242      250     42 | 72.463 % |
633.42/637.66	c 637	|       475 |    1734    25395   110920 |    11266      475     46 | 72.463 % |
633.42/637.72	c 637	|       814 |    1734    25395   110920 |    12393      814     51 | 72.463 % |
633.42/637.82	c 637	|      1320 |    1734    25395   110920 |    13632     1320     55 | 72.463 % |
633.86/637.95	c 637	|      2081 |    1734    25395   110920 |    14996     2081     44 | 72.463 % |
634.06/638.15	c 638	|      3220 |    1734    25395   110920 |    16495     3220     45 | 72.463 % |
634.36/638.44	c 638	|      4928 |    1734    25395   110920 |    18145     4928     40 | 72.463 % |
634.86/638.94	c 638	|      7493 |    1734    25395   110920 |    19960     7493     40 | 72.463 % |
635.65/639.74	c 639	|     11337 |    1734    25395   110920 |    21956    11337     42 | 72.463 % |
637.24/641.37	c 641	|     17103 |    1734    25395   110920 |    24151    17103     43 | 72.463 % |
640.42/644.53	c 644	|     25754 |    1734    25395   110920 |    26566    25754     46 | 72.463 % |
645.79/649.99	c 649	|     38728 |    1734    25395   110920 |    29223    20857     49 | 72.463 % |
653.84/658.06	c 658	|     58191 |    1734    25395   110920 |    32145    19798     45 | 72.463 % |
663.87/668.12	c 668	|     87384 |    1734    25395   110920 |    35360    24602     51 | 72.463 % |
680.97/685.39	c 685	|    131173 |    1734    25395   110920 |    38896    14394     42 | 72.463 % |
705.83/710.33	c 710	|    196858 |    1734    25395   110920 |    42786    20448     39 | 72.463 % |
744.10/748.85	c 748	|    295385 |    1734    25395   110920 |    47064    18656     36 | 72.463 % |
809.51/814.60	c 814	|    443174 |    1734    25395   110920 |    51771    17794     39 | 72.463 % |
906.42/912.10	c 912	|    664859 |    1734    25395   110920 |    56948    33541     30 | 72.463 % |
1071.24/1077.94	c 1077	|    997385 |    1734    25395   110920 |    62643    35029     65 | 72.465 % |
1318.55/1326.78	c 1326	|   1496173 |    1734    25395   110920 |    68907    61972     38 | 72.463 % |
1685.57/1695.99	c 1695	|   2244355 |    1734    25395   110920 |    75798    46665     34 | 72.463 % |
2297.69/2311.78	c 2311	|   3366630 |    1734    25395   110920 |    83377    63169     42 | 72.463 % |
3287.55/3307.60	c 3307	|   5050041 |    1734    25395   110920 |    91715    28036     37 | 72.463 % |
3600.08/3621.91	c ERROR unknown output  in HOME/temp.out
3600.08/3621.91	c 3621	CPU 632.93 (0.04 0.02 632.89 0.47)
3600.08/3621.91	c 3621	END Sun Jul 13 03:15:44 2008

Verifier Data (download as text)

OK	5	333
5 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-1114780-1215908122/watcher-1114780-1215908122 -o /tmp/evaluation-result-1114780-1215908122/solver-1114780-1215908122 -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-1114780-1215908122.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.38 2.55 2.60 4/106 14865
/proc/meminfo: memFree=1881752/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=12268 CPUtime=0
/proc/14865/stat : 14865 (sugar) R 14863 14865 14480 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 47509736 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/14865/statm: 3067 316 241 3 0 167 0

[startup+0.064195 s]
/proc/loadavg: 2.38 2.55 2.60 4/106 14865
/proc/meminfo: memFree=1881752/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13600 CPUtime=0.03
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 47509736 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1012 s]
/proc/loadavg: 2.38 2.55 2.60 4/106 14865
/proc/meminfo: memFree=1881752/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13600 CPUtime=0.03
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 47509736 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301238 s]
/proc/loadavg: 2.38 2.55 2.60 4/106 14865
/proc/meminfo: memFree=1881752/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13600 CPUtime=0.03
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 898 127 0 0 2 1 0 0 18 0 1 0 47509736 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70132 s]
/proc/loadavg: 2.38 2.55 2.60 4/106 14865
/proc/meminfo: memFree=1881752/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13600 CPUtime=0.62
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 957 4751 0 1 2 1 56 3 16 0 1 0 47509736 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14865/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.38 2.55 2.60 3/117 14887
/proc/meminfo: memFree=1871168/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13600 CPUtime=0.62
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 974 4751 0 1 2 1 56 3 15 0 1 0 47509736 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14865/statm: 3400 797 370 3 0 500 0
[pid=14878] ppid=14865 vsize=5356 CPUtime=0
/proc/14878/stat : 14878 (sh) S 14865 14865 14480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 47509806 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14878/statm: 1339 233 193 169 0 50 0
[pid=14879] ppid=14878 vsize=868392 CPUtime=0.78
/proc/14879/stat : 14879 (java) S 14878 14865 14480 0 -1 0 8053 0 1 0 74 4 0 0 18 0 9 0 47509806 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14879/statm: 217098 7299 2540 9 0 211673 0
[pid=14879/tid=14880] ppid=14878 vsize=868392 CPUtime=0.39
/proc/14879/task/14880/stat : 14880 (java) R 14878 14865 14480 0 -1 64 2643 0 1 0 38 1 0 0 22 0 9 0 47509807 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 102350944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14881] ppid=14878 vsize=868392 CPUtime=0.18
/proc/14879/task/14881/stat : 14881 (java) S 14878 14865 14480 0 -1 64 3263 0 0 0 18 0 0 0 16 0 9 0 47509808 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14882] ppid=14878 vsize=868392 CPUtime=0
/proc/14879/task/14882/stat : 14882 (java) S 14878 14865 14480 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 47509808 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14883] ppid=14878 vsize=868392 CPUtime=0
/proc/14879/task/14883/stat : 14883 (java) S 14878 14865 14480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 47509808 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14884] ppid=14878 vsize=868392 CPUtime=0
/proc/14879/task/14884/stat : 14884 (java) S 14878 14865 14480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 47509810 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14885] ppid=14878 vsize=868392 CPUtime=0.17
/proc/14879/task/14885/stat : 14885 (java) S 14878 14865 14480 0 -1 64 1455 0 0 0 17 0 0 0 16 0 9 0 47509810 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14886] ppid=14878 vsize=868392 CPUtime=0
/proc/14879/task/14886/stat : 14886 (java) S 14878 14865 14480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 47509810 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14879/tid=14887] ppid=14878 vsize=868392 CPUtime=0
/proc/14879/task/14887/stat : 14887 (java) S 14878 14865 14480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 47509810 889233408 7299 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887348

[startup+3.10496 s]
/proc/loadavg: 2.38 2.55 2.60 3/117 14887
/proc/meminfo: memFree=1856192/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=2.96
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1339 28752 0 4 3 1 272 20 15 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13728

[startup+6.30137 s]
/proc/loadavg: 2.35 2.54 2.60 3/109 14937
/proc/meminfo: memFree=1866744/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 15 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=9784 CPUtime=2.25
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 2323 0 0 0 224 1 0 0 25 0 1 0 47510138 10018816 2309 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 2446 2309 75 150 0 2293 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 28868

[startup+12.7016 s]
/proc/loadavg: 2.32 2.53 2.59 3/109 14978
/proc/meminfo: memFree=1867120/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=11636 CPUtime=8.59
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 2755 0 0 0 858 1 0 0 25 0 1 0 47510138 11915264 2741 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 2909 2741 75 150 0 2756 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 30720

[startup+25.502 s]
/proc/loadavg: 2.25 2.51 2.58 3/109 14978
/proc/meminfo: memFree=1864696/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=13448 CPUtime=21.31
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 3208 0 0 0 2129 2 0 0 25 0 1 0 47510138 13770752 3194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 3362 3194 75 150 0 3209 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 32532

[startup+51.1018 s]
/proc/loadavg: 2.16 2.47 2.57 3/109 14978
/proc/meminfo: memFree=1862264/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=15976 CPUtime=46.76
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 3832 0 0 0 4673 3 0 0 25 0 1 0 47510138 16359424 3818 996147200 134512640 135127466 4294956256 18446744073709551615 134523408 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 3994 3818 75 150 0 3841 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 35060

[startup+102.307 s]
/proc/loadavg: 2.07 2.39 2.53 3/109 14978
/proc/meminfo: memFree=1858424/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=19388 CPUtime=97.66
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 4650 0 0 0 9762 4 0 0 25 0 1 0 47510138 19853312 4636 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 4847 4636 75 150 0 4694 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 38472

[startup+162.302 s]
/proc/loadavg: 2.02 2.32 2.50 3/109 14978
/proc/meminfo: memFree=1854200/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=23476 CPUtime=157.29
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 5682 0 0 0 15725 4 0 0 25 0 1 0 47510138 24039424 5668 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 5869 5668 75 150 0 5716 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 42560

[startup+222.303 s]
/proc/loadavg: 2.01 2.26 2.46 3/109 14978
/proc/meminfo: memFree=1848440/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=3.83
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1525 39047 0 6 4 1 351 27 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=14936] ppid=14865 vsize=5356 CPUtime=0
/proc/14936/stat : 14936 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47510138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14936/statm: 1339 232 193 169 0 50 0
[pid=14937] ppid=14936 vsize=29384 CPUtime=216.93
/proc/14937/stat : 14937 (minisat) R 14936 14865 14480 0 -1 4194304 7114 0 0 0 21687 6 0 0 25 0 1 0 47510138 30089216 7100 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/14937/statm: 7346 7100 75 150 0 7193 0
Current children cumulated CPU time (s) 220.76
Current children cumulated vsize (KiB) 48468

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

/proc/meminfo: memFree=1834104/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=41100 CPUtime=2509.79
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 10025 0 0 0 250968 11 0 0 25 0 1 0 47573481 42086400 10008 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 10275 10008 75 150 0 10122 0
Current children cumulated CPU time (s) 3143.21
Current children cumulated vsize (KiB) 60184

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1833720/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=41568 CPUtime=2569.43
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 10109 0 0 0 256932 11 0 0 25 0 1 0 47573481 42565632 10092 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 10392 10092 75 150 0 10239 0
Current children cumulated CPU time (s) 3202.85
Current children cumulated vsize (KiB) 60652

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1833720/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=41568 CPUtime=2629.07
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 10109 0 0 0 262896 11 0 0 25 0 1 0 47573481 42565632 10092 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 10392 10092 75 150 0 10239 0
Current children cumulated CPU time (s) 3262.49
Current children cumulated vsize (KiB) 60652

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1833592/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=41712 CPUtime=2688.71
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 10145 0 0 0 268860 11 0 0 25 0 1 0 47573481 42713088 10128 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 10428 10128 75 150 0 10275 0
Current children cumulated CPU time (s) 3322.13
Current children cumulated vsize (KiB) 60796

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1829240/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=46116 CPUtime=2748.37
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 11222 0 0 0 274824 13 0 0 25 0 1 0 47573481 47222784 11205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 11529 11205 75 150 0 11376 0
Current children cumulated CPU time (s) 3381.79
Current children cumulated vsize (KiB) 65200

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1824376/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=50868 CPUtime=2808
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 12398 0 0 0 280786 14 0 0 25 0 1 0 47573481 52088832 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 12717 12381 75 150 0 12564 0
Current children cumulated CPU time (s) 3441.42
Current children cumulated vsize (KiB) 69952

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1824056/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=50868 CPUtime=2867.65
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 12398 0 0 0 286751 14 0 0 25 0 1 0 47573481 52088832 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 12717 12381 75 150 0 12564 0
Current children cumulated CPU time (s) 3501.07
Current children cumulated vsize (KiB) 69952

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1823992/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=50868 CPUtime=2927.29
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 12398 0 0 0 292715 14 0 0 25 0 1 0 47573481 52088832 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 12717 12381 75 150 0 12564 0
Current children cumulated CPU time (s) 3560.71
Current children cumulated vsize (KiB) 69952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1823992/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=50868 CPUtime=2966.66
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 12398 0 0 0 296652 14 0 0 25 0 1 0 47573481 52088832 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 12717 12381 75 150 0 12564 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 69952

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

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

[startup+3621.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 15010
/proc/meminfo: memFree=1823992/2055920 swapFree=4192812/4192956
[pid=14865] ppid=14863 vsize=13728 CPUtime=633.42
/proc/14865/stat : 14865 (sugar) S 14863 14865 14480 0 -1 4194304 1753 60072 0 8 4 2 63289 47 16 0 1 0 47509736 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14865/statm: 3432 811 374 3 0 532 0
[pid=15003] ppid=14865 vsize=5356 CPUtime=0
/proc/15003/stat : 15003 (sh) S 14865 14865 14480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 47573481 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15003/statm: 1339 232 193 169 0 50 0
[pid=15004] ppid=15003 vsize=50868 CPUtime=2966.66
/proc/15004/stat : 15004 (minisat) R 15003 14865 14480 0 -1 4194304 12398 0 0 0 296652 14 0 0 25 0 1 0 47573481 52088832 12381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15004/statm: 12717 12381 75 150 0 12564 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 69952

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14865 and gives
#  childrusage.ru_utime.tv_sec=632
#  childrusage.ru_utime.tv_usec=946777
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=500923
# CPU time returned by wait4() is 633.448
# while last known CPU time is 3600.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3621.92
CPU time (s): 3600.08
CPU user time (s): 3599.45
CPU system time (s): 0.63
CPU usage (%): 99.397
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 632.947
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62168
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4365
involuntary context switches= 12579

runsolver used 5.2532 second user time and 14.5328 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-13 02:15:22
IDJOB=1114780
IDBENCH=61776
IDSOLVER=368
FILE ID=node81/1114780-1215908122
PBS_JOBID= 7903760
Free space on /tmp= 126820 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-11_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-1114780-1215908122/watcher-1114780-1215908122 -o /tmp/evaluation-result-1114780-1215908122/solver-1114780-1215908122 -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-1114780-1215908122.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fc1c9e94735324d0f1178548c93d4e5d
RANDOM SEED=300471407

node81.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1882232 kB
Buffers:         12612 kB
Cached:          59876 kB
SwapCached:          0 kB
Active:          94540 kB
Inactive:        25236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          68712 kB
Slab:            36008 kB
Committed_AS:   397472 kB
PageTables:       4088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-13 03:15:44