Trace number 1113520

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)16 3600.07 3602.62

General information on the benchmark

Namecsp/graphColoring/sgb/book/
normalized-jean-5.xml
MD5SUM62dbe0d67a23451e5c27bd591f583d30
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints14
Best CPU time to get the best result obtained on this benchmark1621.42
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints254
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension254
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.59	c 0	Sugar v1-13 + HOME/minisat
0.03/0.59	c 0	BEGIN Sat Jul 12 20:03:50 2008
0.03/0.59	c 0	PID 14573
0.03/0.59	c 0	HOST node87.alineos.net
0.03/0.59	c 0	CONVERTING HOME/instance-1113520-1215885830.xml TO HOME/temp.csp
0.03/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113520-1215885830.xml' 'HOME/temp.csp'
0.05/0.93	c 1	1 domains, 80 variables, 1 predicates, 0 relations, 254 constraints
0.05/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.99	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.34/1.07	c 1	Parsing HOME/temp.csp
0.44/1.19	c 1	parsed 336 expressions
0.44/1.19	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/1.20	c 1	MAX CSP: 254 constraints
0.53/1.20	c 1	Converting to clausal form CSP
0.53/1.22	c 1	converted 60 (10%) expressions
0.53/1.24	c 1	converted 119 (20%) expressions
0.53/1.25	c 1	converted 178 (30%) expressions
0.53/1.26	c 1	converted 238 (40%) expressions
0.53/1.27	c 1	converted 297 (50%) expressions
0.53/1.28	c 1	converted 356 (60%) expressions
0.53/1.29	c 1	converted 416 (70%) expressions
0.62/1.33	c 1	converted 475 (80%) expressions
0.62/1.39	c 1	converted 534 (90%) expressions
0.73/1.44	c 1	converted 593 (100%) expressions
0.73/1.44	c 1	CSP : 588 integers, 0 booleans, 761 clauses, largest domain size 382
0.73/1.44	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.73/1.44	c 1	Propagation in CSP
0.83/1.52	c 1	247 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.83/1.52	c 1	CSP : 588 integers, 0 booleans, 761 clauses, largest domain size 255
0.83/1.52	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.52	c 1	Simplifing CSP by introducing new Boolean variables
0.83/1.53	c 1	CSP : 588 integers, 508 booleans, 1269 clauses, largest domain size 255
0.83/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.83/1.56	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.83/1.57	c 1	59 (10%) CSP integer variables are encoded (177 clauses, 1849 bytes)
0.83/1.57	c 1	118 (20%) CSP integer variables are encoded (240 clauses, 2542 bytes)
0.83/1.57	c 1	177 (30%) CSP integer variables are encoded (240 clauses, 2542 bytes)
0.83/1.57	c 1	236 (40%) CSP integer variables are encoded (240 clauses, 2542 bytes)
0.83/1.57	c 1	294 (50%) CSP integer variables are encoded (240 clauses, 2542 bytes)
0.83/1.57	c 1	353 (60%) CSP integer variables are encoded (547 clauses, 5919 bytes)
0.83/1.58	c 1	412 (70%) CSP integer variables are encoded (848 clauses, 9669 bytes)
0.83/1.58	c 1	471 (80%) CSP integer variables are encoded (2805 clauses, 35110 bytes)
0.83/1.58	c 1	530 (90%) CSP integer variables are encoded (3114 clauses, 39127 bytes)
0.83/1.58	c 1	588 (100%) CSP integer variables are encoded (3548 clauses, 44769 bytes)
0.83/1.59	c 1	127 (10%) CSP clauses are encoded (4015 clauses, 51447 bytes)
0.92/1.60	c 1	254 (20%) CSP clauses are encoded (4482 clauses, 58201 bytes)
0.92/1.60	c 1	381 (30%) CSP clauses are encoded (4945 clauses, 64940 bytes)
0.92/1.61	c 1	508 (40%) CSP clauses are encoded (5412 clauses, 72046 bytes)
0.92/1.62	c 1	635 (50%) CSP clauses are encoded (5879 clauses, 79220 bytes)
0.92/1.62	c 1	762 (60%) CSP clauses are encoded (6342 clauses, 86335 bytes)
0.92/1.63	c 1	889 (70%) CSP clauses are encoded (11145 clauses, 164977 bytes)
1.02/1.76	c 1	1016 (80%) CSP clauses are encoded (75698 clauses, 1334293 bytes)
1.02/1.77	c 1	1143 (90%) CSP clauses are encoded (80501 clauses, 1418654 bytes)
1.02/1.80	c 1	1269 (100%) CSP clauses are encoded (93603 clauses, 1654432 bytes)
1.02/1.80	c 1	1269 CSP clauses encoded
1.02/1.80	c 1	Writing map file : HOME/temp.map
1.13/1.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.81	c 1	SAT : 4644 SAT variables, 93603 SAT clauses, 1654432 bytes
1.13/1.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.83	c 1	OBJECTIVE minimize _COST
1.13/1.84	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.13/1.84	c 1	SEARCHING: _COST <= 127
1.13/1.84	c 1	SOLVING HOME/temp.cnf
1.13/1.84	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.13/1.87	c 2	This is MiniSat 2.0 beta
1.13/1.87	c 2	WARNING: for repeatability, setting FPU to use double precision
1.13/1.87	c 2	============================[ Problem Statistics ]=============================
1.13/1.87	c 2	|                                                                             |
1.13/1.88	c 2	|  Number of variables:  4644                                                 |
1.13/1.88	c 2	|  Number of clauses:    93604                                                |
1.16/1.92	c 2	|  Parsing time:         0.04         s                                       |
1.16/1.93	c 2	============================[ Search Statistics ]==============================
1.16/1.93	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.16/1.93	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.16/1.93	c 2	===============================================================================
1.16/1.93	c 2	|         0 |    3628    61218   175141 |    20406        0    nan |  0.000 % |
1.16/1.94	c 2	|       102 |    3628    61218   175141 |    22446      102      9 | 21.878 % |
1.16/1.95	c 2	|       253 |    3628    61218   175141 |    24691      253     18 | 21.878 % |
1.16/1.95	c 2	===============================================================================
1.16/1.95	c 2	restarts              : 3
1.16/1.96	c 2	conflicts             : 257            (3427 /sec)
1.16/1.96	c 2	decisions             : 1227           (0.81 % random) (16363 /sec)
1.16/1.96	c 2	propagations          : 33628          (448445 /sec)
1.16/1.96	c 2	conflict literals     : 4697           (20.73 % deleted)
1.16/1.96	c 2	Memory used           : 5.78 MB
1.16/1.96	c 2	CPU time              : 0.074988 s
1.16/1.96	c 2	
1.16/1.96	c 2	SATISFIABLE
1.16/1.96	c 2	FOUND: _COST <= 127
1.16/1.96	s SATISFIABLE
1.16/1.96	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.16/1.96	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'
1.25/2.03	c 2	Decoding HOME/temp.out
1.38/2.12	c 2	OBJECTIVE _COST 110
1.38/2.12	o 110
1.38/2.13	v 4 1 2 4 4 3 4 3 3 3 3 4 3 3 3 2 4 1 4 4 4 3 2 2 4 3 3 3 3 4 4 2 4 0 4 4 2 1 3 3 4 4 4 4 3 1 3 2 4 3 4 0 4 4 1 4 0 1 2 1 4 4 4 4 4 4 4 4 1 4 4 4 1 3 0 4 4 1 3 2
1.38/2.15	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/2.17	c 2	OBJECTIVE BOUND: 0 <= _COST <= 110
1.38/2.17	c 2	SEARCHING: _COST <= 55
1.38/2.17	c 2	SOLVING HOME/temp.cnf
1.38/2.17	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.38/2.18	c 2	This is MiniSat 2.0 beta
1.38/2.18	c 2	WARNING: for repeatability, setting FPU to use double precision
1.38/2.18	c 2	============================[ Problem Statistics ]=============================
1.38/2.18	c 2	|                                                                             |
1.38/2.18	c 2	|  Number of variables:  4644                                                 |
1.38/2.18	c 2	|  Number of clauses:    93604                                                |
1.44/2.23	c 2	|  Parsing time:         0.04         s                                       |
1.44/2.25	c 2	============================[ Search Statistics ]==============================
1.44/2.25	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.44/2.25	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.44/2.25	c 2	===============================================================================
1.44/2.25	c 2	|         0 |    2954    36922   104203 |    12307        0    nan |  0.000 % |
1.44/2.25	c 2	|       102 |    2954    36922   104203 |    13538      102     12 | 36.391 % |
1.44/2.27	c 2	|       254 |    2954    36922   104203 |    14891      254     19 | 36.391 % |
1.44/2.27	c 2	===============================================================================
1.44/2.27	c 2	restarts              : 3
1.44/2.27	c 2	conflicts             : 342            (3977 /sec)
1.44/2.27	c 2	decisions             : 969            (0.41 % random) (11269 /sec)
1.44/2.27	c 2	propagations          : 61471          (714895 /sec)
1.44/2.27	c 2	conflict literals     : 5877           (16.80 % deleted)
1.44/2.27	c 2	Memory used           : 5.91 MB
1.44/2.27	c 2	CPU time              : 0.085986 s
1.44/2.27	c 2	
1.44/2.27	c 2	SATISFIABLE
1.44/2.28	c 2	FOUND: _COST <= 55
1.44/2.28	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.44/2.28	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'
1.54/2.36	c 2	Decoding HOME/temp.out
1.54/2.44	c 2	OBJECTIVE _COST 41
1.54/2.44	o 41
1.54/2.44	v 4 2 4 2 3 3 1 3 3 4 2 4 3 3 4 1 0 4 4 2 4 4 2 4 1 1 3 1 2 0 0 2 0 2 4 4 1 0 3 2 2 3 4 3 1 2 1 1 4 0 4 4 4 3 4 2 2 2 3 3 4 4 2 0 4 3 4 1 4 4 4 4 3 2 0 3 3 3 2 4
1.54/2.45	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.54/2.49	c 2	OBJECTIVE BOUND: 0 <= _COST <= 41
1.54/2.49	c 2	SEARCHING: _COST <= 20
1.54/2.49	c 2	SOLVING HOME/temp.cnf
1.54/2.49	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.54/2.49	c 2	This is MiniSat 2.0 beta
1.54/2.49	c 2	WARNING: for repeatability, setting FPU to use double precision
1.54/2.49	c 2	============================[ Problem Statistics ]=============================
1.54/2.49	c 2	|                                                                             |
1.54/2.49	c 2	|  Number of variables:  4644                                                 |
1.54/2.49	c 2	|  Number of clauses:    93604                                                |
1.71/2.54	c 2	|  Parsing time:         0.04         s                                       |
1.71/2.56	c 2	============================[ Search Statistics ]==============================
1.71/2.56	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.71/2.56	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.71/2.56	c 2	===============================================================================
1.71/2.56	c 2	|         0 |    2451    18353    49970 |     6117        0    nan |  0.000 % |
1.71/2.57	c 2	|       100 |    2451    18353    49970 |     6729      100     19 | 47.222 % |
1.71/2.58	c 2	|       251 |    2451    18353    49970 |     7402      251     18 | 47.222 % |
1.71/2.59	c 2	|       476 |    2451    18353    49970 |     8142      476     20 | 47.222 % |
1.71/2.62	c 2	|       813 |    2451    18353    49970 |     8956      813     21 | 47.222 % |
1.71/2.64	c 2	|      1319 |    2451    18353    49970 |     9852     1319     22 | 47.222 % |
1.71/2.71	c 2	|      2079 |    2451    18353    49970 |    10837     2079     24 | 47.222 % |
1.71/2.79	c 2	|      3219 |    2451    18353    49970 |    11921     3219     24 | 47.223 % |
1.71/2.99	c 3	|      4928 |    2451    18353    49970 |    13113     4928     24 | 47.222 % |
1.71/3.01	c 3	===============================================================================
1.71/3.01	c 3	restarts              : 9
1.71/3.01	c 3	conflicts             : 5261           (10338 /sec)
1.71/3.01	c 3	decisions             : 6965           (0.88 % random) (13686 /sec)
1.71/3.01	c 3	propagations          : 1350246        (2653149 /sec)
1.71/3.01	c 3	conflict literals     : 124258         (20.49 % deleted)
1.71/3.01	c 3	Memory used           : 5.91 MB
1.71/3.01	c 3	CPU time              : 0.508922 s
1.71/3.01	c 3	
1.71/3.01	c 3	SATISFIABLE
1.71/3.02	c 3	FOUND: _COST <= 20
1.71/3.02	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.71/3.02	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'
1.71/3.09	c 3	Decoding HOME/temp.out
2.24/3.17	c 3	OBJECTIVE _COST 20
2.24/3.17	o 20
2.24/3.18	v 4 1 3 1 0 0 2 4 1 0 2 4 3 3 0 1 4 4 4 1 4 3 2 2 3 2 2 2 1 3 1 4 1 4 3 4 2 3 1 0 4 1 4 0 3 4 0 2 4 0 0 2 4 2 4 3 1 4 4 1 1 4 4 3 4 4 4 2 2 1 4 3 1 4 4 4 3 1 3 4
2.24/3.19	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/3.23	c 3	OBJECTIVE BOUND: 0 <= _COST <= 20
2.40/3.23	c 3	SEARCHING: _COST <= 10
2.40/3.23	c 3	SOLVING HOME/temp.cnf
2.40/3.23	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.40/3.23	c 3	This is MiniSat 2.0 beta
2.40/3.23	c 3	WARNING: for repeatability, setting FPU to use double precision
2.40/3.23	c 3	============================[ Problem Statistics ]=============================
2.40/3.23	c 3	|                                                                             |
2.40/3.23	c 3	|  Number of variables:  4644                                                 |
2.40/3.23	c 3	|  Number of clauses:    93604                                                |
2.40/3.28	c 3	|  Parsing time:         0.04         s                                       |
2.40/3.30	c 3	============================[ Search Statistics ]==============================
2.40/3.30	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.40/3.30	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.40/3.30	c 3	===============================================================================
2.40/3.30	c 3	|         0 |    2172    11895    31423 |     3965        0    nan |  0.000 % |
2.41/3.31	c 3	|       101 |    2172    11895    31423 |     4361      101     11 | 53.230 % |
2.41/3.31	c 3	|       251 |    2172    11895    31423 |     4797      251     14 | 53.230 % |
2.41/3.32	c 3	|       478 |    2172    11895    31423 |     5277      478     13 | 53.230 % |
2.41/3.33	c 3	|       815 |    2172    11895    31423 |     5805      815     14 | 53.230 % |
2.41/3.37	c 3	|      1321 |    2172    11895    31423 |     6385     1321     15 | 53.230 % |
2.41/3.42	c 3	|      2082 |    2172    11895    31423 |     7024     2082     17 | 53.230 % |
2.41/3.52	c 3	|      3221 |    2172    11895    31423 |     7726     3221     19 | 53.230 % |
2.42/3.67	c 3	|      4929 |    2172    11895    31423 |     8499     4929     20 | 53.230 % |
2.42/3.93	c 4	|      7491 |    2172    11895    31423 |     9349     7491     22 | 53.230 % |
3.48/4.39	c 4	|     11335 |    2172    11895    31423 |    10284    11335     22 | 53.230 % |
4.17/5.05	c 5	|     17102 |    2172    11895    31423 |    11312    10433     20 | 53.230 % |
5.27/6.14	c 6	|     25751 |    2172    11895    31423 |    12443    11986     22 | 53.230 % |
7.07/7.98	c 8	|     38725 |    2172    11895    31423 |    13688     9458     28 | 53.230 % |
9.97/10.82	c 10	|     58186 |    2172    11895    31423 |    15057    12391     24 | 53.230 % |
14.97/15.82	c 15	|     87379 |    2172    11895    31423 |    16562    14533     25 | 53.230 % |
21.76/22.66	c 22	|    131169 |    2172    11895    31423 |    18219    19126     26 | 53.230 % |
33.66/34.60	c 34	|    196855 |    2172    11895    31423 |    20040    11163     22 | 53.230 % |
53.75/54.69	c 54	|    295381 |    2172    11895    31423 |    22045    17474     24 | 53.230 % |
86.74/87.69	c 87	|    443170 |    2172    11895    31423 |    24249    14571     24 | 53.230 % |
132.51/133.41	c 133	|    664854 |    2172    11895    31423 |    26674    25985     23 | 53.230 % |
203.98/204.97	c 205	|    997381 |    2172    11895    31423 |    29341    27573     20 | 53.230 % |
319.62/320.68	c 320	|   1496169 |    2172    11895    31423 |    32276    29279     24 | 53.230 % |
512.12/513.26	c 513	|   2244351 |    2172    11895    31423 |    35503    31386     25 | 53.230 % |
809.38/810.68	c 810	|   3366625 |    2172    11895    31423 |    39054    35221     26 | 53.230 % |
1307.24/1308.79	c 1308	|   5050037 |    2172    11895    31423 |    42959    38286     27 | 53.230 % |
2220.60/2222.55	c 2222	|   7575153 |    2172    11895    31423 |    47255    24215     32 | 53.230 % |
3600.04/3602.61	sh: line 1: 14633 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
3600.04/3602.61	c ERROR unknown output  in HOME/temp.out
3600.04/3602.61	c 3602	CPU 3599.68 (0.03 0.04 3599.65 0.33)
3600.04/3602.61	c 3602	END Sat Jul 12 21:03:52 2008

Verifier Data (download as text)

OK	16	238
16 unsatisfied constraints, 238 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-1113520-1215885830/watcher-1113520-1215885830 -o /tmp/evaluation-result-1113520-1215885830/solver-1113520-1215885830 -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-1113520-1215885830.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: 4.50 5.39 5.50 4/105 14573
/proc/meminfo: memFree=1838272/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=18572 CPUtime=0
/proc/14573/stat : 14573 (runsolver) D 14571 14573 13930 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45279742 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 254613712167 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/14573/statm: 4643 292 257 25 0 2626 0

[startup+0.060496 s]
/proc/loadavg: 4.50 5.39 5.50 4/105 14573
/proc/meminfo: memFree=1838272/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=7504 CPUtime=0
/proc/14573/stat : 14573 (sugar) D 14571 14573 13930 0 -1 4194304 67 0 0 0 0 0 0 0 18 0 1 0 45279742 7684096 52 996147200 4194304 4206940 548682068592 18446744073709551615 254611092969 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14573/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101572 s]
/proc/loadavg: 4.50 5.39 5.50 4/105 14573
/proc/meminfo: memFree=1838272/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=12272 CPUtime=0
/proc/14573/stat : 14573 (sugar) D 14571 14573 13930 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 45279742 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/14573/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301607 s]
/proc/loadavg: 4.50 5.39 5.50 4/105 14573
/proc/meminfo: memFree=1838272/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=12676 CPUtime=0.01
/proc/14573/stat : 14573 (sugar) R 14571 14573 13930 0 -1 4194304 535 0 0 0 0 1 0 0 18 0 1 0 45279742 12980224 503 996147200 4194304 4206940 548682068592 18446744073709551615 254633648710 0 0 4224 0 0 0 0 17 1 0 0
/proc/14573/statm: 3169 503 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.701688 s]
/proc/loadavg: 4.50 5.39 5.50 4/105 14573
/proc/meminfo: memFree=1838272/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=0.05
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 898 127 0 0 2 3 0 0 19 0 1 0 45279742 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13600

[startup+1.50284 s]
/proc/loadavg: 4.50 5.39 5.50 3/108 14587
/proc/meminfo: memFree=1835624/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=0.34
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 974 4476 0 1 2 3 27 2 15 0 1 0 45279742 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14573/statm: 3400 797 370 3 0 500 0
[pid=14586] ppid=14573 vsize=5356 CPUtime=0
/proc/14586/stat : 14586 (sh) S 14573 14573 13930 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45279841 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14586/statm: 1339 233 193 169 0 50 0
[pid=14587] ppid=14586 vsize=868372 CPUtime=0.49
/proc/14587/stat : 14587 (java) S 14586 14573 13930 0 -1 0 4983 0 1 0 46 3 0 0 19 0 9 0 45279841 889212928 4423 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14587/statm: 217093 4423 1728 9 0 211668 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 887328

[startup+3.10115 s]
/proc/loadavg: 4.50 5.39 5.50 6/116 14607
/proc/meminfo: memFree=1829032/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.24
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1361 23673 3 4 3 3 201 17 15 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 13600

[startup+6.30277 s]
/proc/loadavg: 4.38 5.35 5.49 3/108 14633
/proc/meminfo: memFree=1828648/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=6048 CPUtime=3.05
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 1386 0 0 0 305 0 0 0 25 0 1 0 45280065 6193152 1372 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 1512 1372 75 150 0 1359 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 25004

[startup+12.702 s]
/proc/loadavg: 4.27 5.31 5.47 3/108 14633
/proc/meminfo: memFree=1828072/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=6840 CPUtime=9.45
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 1588 0 0 0 945 0 0 0 25 0 1 0 45280065 7004160 1574 996147200 134512640 135127466 4294956256 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 1710 1574 75 150 0 1557 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 25796

[startup+25.5014 s]
/proc/loadavg: 3.91 5.18 5.43 3/108 14633
/proc/meminfo: memFree=1827432/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=7920 CPUtime=22.24
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 1850 0 0 0 2224 0 0 0 25 0 1 0 45280065 8110080 1836 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 1980 1836 75 150 0 1827 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 26876

[startup+51.1014 s]
/proc/loadavg: 3.52 4.99 5.36 3/108 14633
/proc/meminfo: memFree=1826600/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=9000 CPUtime=47.83
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 2099 0 0 0 4782 1 0 0 25 0 1 0 45280065 9216000 2085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 2250 2085 75 150 0 2097 0
Current children cumulated CPU time (s) 50.25
Current children cumulated vsize (KiB) 27956

[startup+102.308 s]
/proc/loadavg: 3.01 4.63 5.21 3/108 14633
/proc/meminfo: memFree=1824616/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=10676 CPUtime=99.01
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 2507 0 0 0 9899 2 0 0 25 0 1 0 45280065 10932224 2493 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 2669 2493 75 150 0 2516 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 29632

[startup+162.302 s]
/proc/loadavg: 2.79 4.26 5.05 3/108 14633
/proc/meminfo: memFree=1823976/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=11340 CPUtime=158.97
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 2648 0 0 0 15895 2 0 0 25 0 1 0 45280065 11612160 2634 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 2835 2634 75 150 0 2682 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 30296

[startup+222.301 s]
/proc/loadavg: 2.75 3.98 4.90 3/108 14633
/proc/meminfo: memFree=1823400/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=11908 CPUtime=218.95
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 2793 0 0 0 21892 3 0 0 25 0 1 0 45280065 12193792 2779 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 2977 2779 75 150 0 2824 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 30864

[startup+282.302 s]
/proc/loadavg: 2.72 3.74 4.76 3/108 14633
/proc/meminfo: memFree=1822760/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=12508 CPUtime=278.92
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 2943 0 0 0 27889 3 0 0 25 0 1 0 45280065 12808192 2929 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 3127 2929 75 150 0 2974 0
Current children cumulated CPU time (s) 281.34
Current children cumulated vsize (KiB) 31464


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

[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=27940 CPUtime=3037.59
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6611 0 0 0 303749 10 0 0 25 0 1 0 45280065 28610560 6595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 6985 6595 75 150 0 6832 0
Current children cumulated CPU time (s) 3040.01
Current children cumulated vsize (KiB) 46896

[startup+3102.3 s]
/proc/loadavg: 2.57 2.59 2.68 3/108 14635
/proc/meminfo: memFree=1804840/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=27940 CPUtime=3097.56
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6613 0 0 0 309746 10 0 0 25 0 1 0 45280065 28610560 6597 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 6985 6597 75 150 0 6832 0
Current children cumulated CPU time (s) 3099.98
Current children cumulated vsize (KiB) 46896

[startup+3162.3 s]
/proc/loadavg: 2.53 2.57 2.67 3/108 14635
/proc/meminfo: memFree=1804776/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=27940 CPUtime=3157.53
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6613 0 0 0 315743 10 0 0 25 0 1 0 45280065 28610560 6597 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 6985 6597 75 150 0 6832 0
Current children cumulated CPU time (s) 3159.95
Current children cumulated vsize (KiB) 46896

[startup+3222.3 s]
/proc/loadavg: 2.62 2.59 2.66 3/108 14635
/proc/meminfo: memFree=1804584/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28084 CPUtime=3217.51
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6665 0 0 0 321741 10 0 0 25 0 1 0 45280065 28758016 6649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7021 6649 75 150 0 6868 0
Current children cumulated CPU time (s) 3219.93
Current children cumulated vsize (KiB) 47040

[startup+3282.3 s]
/proc/loadavg: 2.65 2.60 2.66 3/108 14635
/proc/meminfo: memFree=1804264/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28364 CPUtime=3277.49
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6726 0 0 0 327738 11 0 0 25 0 1 0 45280065 29044736 6710 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7091 6710 75 150 0 6938 0
Current children cumulated CPU time (s) 3279.91
Current children cumulated vsize (KiB) 47320

[startup+3342.3 s]
/proc/loadavg: 2.64 2.61 2.66 3/108 14635
/proc/meminfo: memFree=1804200/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28364 CPUtime=3337.45
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6727 0 0 0 333734 11 0 0 25 0 1 0 45280065 29044736 6711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7091 6711 75 150 0 6938 0
Current children cumulated CPU time (s) 3339.87
Current children cumulated vsize (KiB) 47320

[startup+3402.31 s]
/proc/loadavg: 2.64 2.63 2.66 3/108 14635
/proc/meminfo: memFree=1804072/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28544 CPUtime=3397.43
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6749 0 0 0 339732 11 0 0 25 0 1 0 45280065 29229056 6733 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7136 6733 75 150 0 6983 0
Current children cumulated CPU time (s) 3399.85
Current children cumulated vsize (KiB) 47500

[startup+3462.3 s]
/proc/loadavg: 2.74 2.65 2.66 3/108 14641
/proc/meminfo: memFree=1803560/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28544 CPUtime=3457.37
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6749 0 0 0 345726 11 0 0 25 0 1 0 45280065 29229056 6733 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7136 6733 75 150 0 6983 0
Current children cumulated CPU time (s) 3459.79
Current children cumulated vsize (KiB) 47500

[startup+3522.3 s]
/proc/loadavg: 2.62 2.63 2.65 3/108 14641
/proc/meminfo: memFree=1803752/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28544 CPUtime=3517.34
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6749 0 0 0 351723 11 0 0 25 0 1 0 45280065 29229056 6733 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7136 6733 75 150 0 6983 0
Current children cumulated CPU time (s) 3519.76
Current children cumulated vsize (KiB) 47500

[startup+3582.3 s]
/proc/loadavg: 2.78 2.67 2.66 3/108 14641
/proc/meminfo: memFree=1803624/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28544 CPUtime=3577.32
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6758 0 0 0 357720 12 0 0 25 0 1 0 45280065 29229056 6742 996147200 134512640 135127466 4294956256 18446744073709551615 134527978 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7136 6742 75 150 0 6983 0
Current children cumulated CPU time (s) 3579.74
Current children cumulated vsize (KiB) 47500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 2.78 2.67 2.66 3/108 14641
/proc/meminfo: memFree=1803624/2055920 swapFree=4192812/4192956
[pid=14573] ppid=14571 vsize=13600 CPUtime=2.42
/proc/14573/stat : 14573 (sugar) S 14571 14573 13930 0 -1 4194304 1416 27468 3 5 3 4 215 20 16 0 1 0 45279742 13926400 810 996147200 4194304 4206940 548682068592 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 3400 810 374 3 0 500 0
[pid=14632] ppid=14573 vsize=5356 CPUtime=0
/proc/14632/stat : 14632 (sh) S 14573 14573 13930 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 45280064 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14632/statm: 1339 232 193 169 0 50 0
[pid=14633] ppid=14632 vsize=28544 CPUtime=3597.62
/proc/14633/stat : 14633 (minisat) R 14632 14573 13930 0 -1 4194304 6758 0 0 0 359750 12 0 0 25 0 1 0 45280065 29229056 6742 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14633/statm: 7136 6742 75 150 0 6983 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 47500

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 3602.62
CPU time (s): 3600.07
CPU user time (s): 3599.69
CPU system time (s): 0.373943
CPU usage (%): 99.9293
Max. virtual memory (cumulated for all children) (KiB): 887440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.69
system time used= 0.373943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35998
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= 1812
involuntary context switches= 87495

runsolver used 4.81527 second user time and 14.8507 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-12 20:03:50
IDJOB=1113520
IDBENCH=61596
IDSOLVER=368
FILE ID=node87/1113520-1215885830
PBS_JOBID= 7903607
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/book/normalized-jean-5.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-1113520-1215885830/watcher-1113520-1215885830 -o /tmp/evaluation-result-1113520-1215885830/solver-1113520-1215885830 -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-1113520-1215885830.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 62dbe0d67a23451e5c27bd591f583d30
RANDOM SEED=417763265

node87.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.263
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	: 5931.00
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.263
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:       1838816 kB
Buffers:          3556 kB
Cached:          47648 kB
SwapCached:          0 kB
Active:         145400 kB
Inactive:        16888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:         132676 kB
Slab:            37000 kB
Committed_AS:  1094380 kB
PageTables:       4176 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node87 at 2008-07-12 21:03:52