Trace number 1114168

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)41 3600.04 3601.82

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub2.xml
MD5SUM7fb64fe8ce2331d0bbcb3e49378101c9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints21
Best CPU time to get the best result obtained on this benchmark1612.19
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints369
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension369
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.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 23:17:38 2008
0.00/0.14	c 0	PID 18954
0.00/0.14	c 0	HOST node3.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1114168-1215897458.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114168-1215897458.xml' 'HOME/temp.csp'
0.03/0.48	c 0	2 domains, 32 variables, 2 predicates, 0 relations, 369 constraints
0.03/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.50	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.03/0.58	c 0	Parsing HOME/temp.csp
0.36/0.68	c 0	parsed 405 expressions
0.36/0.73	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.36/0.74	c 0	MAX CSP: 369 constraints
0.36/0.74	c 0	Converting to clausal form CSP
0.36/0.86	c 1	converted 78 (10%) expressions
0.36/0.94	c 1	converted 156 (20%) expressions
0.84/1.01	c 1	converted 234 (30%) expressions
0.84/1.07	c 1	converted 311 (40%) expressions
0.94/1.12	c 1	converted 389 (50%) expressions
1.04/1.23	c 1	converted 467 (60%) expressions
1.04/1.29	c 1	converted 544 (70%) expressions
1.13/1.34	c 1	converted 622 (80%) expressions
1.13/1.39	c 1	converted 700 (90%) expressions
1.23/1.49	c 1	converted 777 (100%) expressions
1.23/1.49	c 1	CSP : 770 integers, 16 booleans, 1154 clauses, largest domain size 554
1.23/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.49	c 1	Propagation in CSP
1.33/1.53	c 1	364 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.53	c 1	CSP : 770 integers, 16 booleans, 1154 clauses, largest domain size 370
1.33/1.53	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.53	c 1	Simplifing CSP by introducing new Boolean variables
1.33/1.54	c 1	CSP : 770 integers, 754 booleans, 1892 clauses, largest domain size 370
1.33/1.54	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.57	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.63	c 1	77 (10%) CSP integer variables are encoded (1312 clauses, 14959 bytes)
1.43/1.63	c 1	154 (20%) CSP integer variables are encoded (1312 clauses, 14959 bytes)
1.43/1.63	c 1	231 (30%) CSP integer variables are encoded (1312 clauses, 14959 bytes)
1.43/1.63	c 1	308 (40%) CSP integer variables are encoded (1312 clauses, 14959 bytes)
1.43/1.63	c 1	385 (50%) CSP integer variables are encoded (1312 clauses, 14959 bytes)
1.43/1.63	c 1	462 (60%) CSP integer variables are encoded (1936 clauses, 23071 bytes)
1.43/1.63	c 1	539 (70%) CSP integer variables are encoded (2417 clauses, 29324 bytes)
1.43/1.64	c 1	616 (80%) CSP integer variables are encoded (4806 clauses, 60381 bytes)
1.43/1.64	c 1	693 (90%) CSP integer variables are encoded (5864 clauses, 74135 bytes)
1.43/1.64	c 1	770 (100%) CSP integer variables are encoded (6710 clauses, 85133 bytes)
1.43/1.68	c 1	190 (10%) CSP clauses are encoded (10761 clauses, 149891 bytes)
1.53/1.71	c 1	379 (20%) CSP clauses are encoded (14645 clauses, 215895 bytes)
1.53/1.74	c 1	568 (30%) CSP clauses are encoded (18654 clauses, 284587 bytes)
1.53/1.77	c 2	757 (40%) CSP clauses are encoded (23070 clauses, 360258 bytes)
1.53/1.79	c 2	946 (50%) CSP clauses are encoded (27179 clauses, 430905 bytes)
1.64/1.82	c 2	1136 (60%) CSP clauses are encoded (31196 clauses, 503146 bytes)
1.64/1.83	c 2	1325 (70%) CSP clauses are encoded (35257 clauses, 573571 bytes)
1.64/1.86	c 2	1514 (80%) CSP clauses are encoded (45018 clauses, 747295 bytes)
1.84/2.00	c 2	1703 (90%) CSP clauses are encoded (108571 clauses, 1890302 bytes)
1.93/2.20	c 2	1892 (100%) CSP clauses are encoded (212372 clauses, 3793278 bytes)
1.93/2.20	c 2	1892 CSP clauses encoded
1.93/2.20	c 2	Writing map file : HOME/temp.map
2.04/2.21	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.21	c 2	SAT : 8234 SAT variables, 212372 SAT clauses, 3793278 bytes
2.04/2.21	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.04/2.22	c 2	OBJECTIVE minimize _COST
2.04/2.24	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.04/2.24	c 2	SEARCHING: _COST <= 185
2.04/2.24	c 2	SOLVING HOME/temp.cnf
2.04/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.04/2.24	c 2	This is MiniSat 2.0 beta
2.04/2.24	c 2	WARNING: for repeatability, setting FPU to use double precision
2.04/2.24	c 2	============================[ Problem Statistics ]=============================
2.04/2.24	c 2	|                                                                             |
2.04/2.24	c 2	|  Number of variables:  8234                                                 |
2.04/2.24	c 2	|  Number of clauses:    212373                                               |
2.06/2.35	c 2	|  Parsing time:         0.09         s                                       |
2.06/2.39	c 2	============================[ Search Statistics ]==============================
2.06/2.39	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/2.39	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/2.39	c 2	===============================================================================
2.06/2.39	c 2	|         0 |    6578   145618   422271 |    48539        0    nan |  0.000 % |
2.06/2.47	c 2	|       101 |    6578   145618   422271 |    53393      101     42 | 20.112 % |
2.06/2.51	c 2	|       252 |    6578   145618   422271 |    58732      252     40 | 20.112 % |
2.06/2.56	c 2	===============================================================================
2.06/2.57	c 2	restarts              : 3
2.06/2.57	c 2	conflicts             : 422            (1366 /sec)
2.06/2.57	c 2	decisions             : 1299           (1.00 % random) (4205 /sec)
2.06/2.57	c 2	propagations          : 280208         (906960 /sec)
2.06/2.57	c 2	conflict literals     : 16212          (22.71 % deleted)
2.06/2.57	c 2	Memory used           : 10.92 MB
2.06/2.57	c 2	CPU time              : 0.308953 s
2.06/2.57	c 2	
2.06/2.57	c 2	SATISFIABLE
2.06/2.57	c 2	FOUND: _COST <= 185
2.06/2.57	s SATISFIABLE
2.06/2.57	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.06/2.57	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.40/2.65	c 2	Decoding HOME/temp.out
2.40/2.88	c 3	OBJECTIVE _COST 185
2.40/2.88	o 185
2.40/2.88	v 296 86 352 484 156 792 16 694 442 680 652 394 792 554 30 268 666 268 428 540 296 58 792 778 484 764 694 792 792 652 324 792
2.40/2.88	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.40/2.89	c 3	OBJECTIVE BOUND: 0 <= _COST <= 185
2.40/2.89	c 3	SEARCHING: _COST <= 92
2.40/2.89	c 3	SOLVING HOME/temp.cnf
2.40/2.89	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.40/2.89	c 3	This is MiniSat 2.0 beta
2.40/2.89	c 3	WARNING: for repeatability, setting FPU to use double precision
2.40/2.89	c 3	============================[ Problem Statistics ]=============================
2.40/2.89	c 3	|                                                                             |
2.40/2.89	c 3	|  Number of variables:  8234                                                 |
2.40/2.89	c 3	|  Number of clauses:    212373                                               |
2.70/3.00	c 3	|  Parsing time:         0.09         s                                       |
2.70/3.06	c 3	============================[ Search Statistics ]==============================
2.70/3.06	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.70/3.06	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.70/3.06	c 3	===============================================================================
2.70/3.06	c 3	|         0 |    5647   104324   301089 |    34774        0    nan |  0.000 % |
2.70/3.14	c 3	|       100 |    5647   104324   301089 |    38252      100     46 | 31.419 % |
2.70/3.18	c 3	|       250 |    5647   104324   301089 |    42077      250     42 | 31.419 % |
2.99/3.25	c 3	|       475 |    5647   104324   301089 |    46285      475     34 | 31.419 % |
3.09/3.34	c 3	|       813 |    5647   104324   301089 |    50913      813     45 | 31.419 % |
3.19/3.49	c 3	|      1321 |    5647   104324   301089 |    56004     1321     42 | 31.419 % |
3.39/3.69	c 3	|      2080 |    5647   104324   301089 |    61605     2080     44 | 31.419 % |
3.78/4.03	c 4	|      3222 |    5647   104324   301089 |    67765     3222     41 | 31.419 % |
4.18/4.49	c 4	|      4932 |    5647   104324   301089 |    74542     4932     39 | 31.419 % |
4.98/5.28	c 5	|      7494 |    5647   104324   301089 |    81996     7494     42 | 31.419 % |
6.37/6.68	c 6	|     11338 |    5647   104324   301089 |    90196    11338     43 | 31.419 % |
8.76/9.05	c 9	|     17104 |    5647   104324   301089 |    99216    17104     48 | 31.419 % |
13.04/13.37	c 13	|     25756 |    5647   104324   301089 |   109137    25756     49 | 31.419 % |
13.35/13.69	c 13	===============================================================================
13.35/13.69	c 13	restarts              : 13
13.35/13.69	c 13	conflicts             : 26615          (2481 /sec)
13.35/13.69	c 13	decisions             : 34034          (0.84 % random) (3173 /sec)
13.35/13.69	c 13	propagations          : 14642888       (1365130 /sec)
13.35/13.69	c 13	conflict literals     : 1321367        (23.69 % deleted)
13.35/13.69	c 13	Memory used           : 14.88 MB
13.35/13.69	c 13	CPU time              : 10.7264 s
13.35/13.69	c 13	
13.35/13.70	c 13	SATISFIABLE
13.44/13.70	c 13	FOUND: _COST <= 92
13.44/13.70	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.44/13.70	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.44/13.78	c 14	Decoding HOME/temp.out
13.47/13.89	c 14	OBJECTIVE _COST 92
13.47/13.89	o 92
13.47/13.89	v 792 296 722 30 156 792 778 778 792 652 526 30 128 366 394 156 380 142 352 30 282 44 792 792 554 554 778 366 666 456 16 254
13.47/13.89	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.47/13.91	c 14	OBJECTIVE BOUND: 0 <= _COST <= 92
13.47/13.91	c 14	SEARCHING: _COST <= 46
13.47/13.91	c 14	SOLVING HOME/temp.cnf
13.47/13.91	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.47/13.92	c 14	This is MiniSat 2.0 beta
13.47/13.92	c 14	WARNING: for repeatability, setting FPU to use double precision
13.47/13.92	c 14	============================[ Problem Statistics ]=============================
13.47/13.92	c 14	|                                                                             |
13.47/13.92	c 14	|  Number of variables:  8234                                                 |
13.47/13.92	c 14	|  Number of clauses:    212373                                               |
13.66/14.03	c 14	|  Parsing time:         0.09         s                                       |
13.66/14.09	c 14	============================[ Search Statistics ]==============================
13.66/14.09	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.66/14.09	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.66/14.09	c 14	===============================================================================
13.66/14.09	c 14	|         0 |    5048    71822   205334 |    23940        0    nan |  0.000 % |
13.66/14.17	c 14	|       100 |    5048    71822   205334 |    26334      100     37 | 38.693 % |
13.93/14.23	c 14	|       252 |    5048    71822   205334 |    28968      252     33 | 38.693 % |
13.93/14.29	c 14	|       477 |    5048    71822   205334 |    31865      477     29 | 38.693 % |
14.03/14.38	c 14	|       815 |    5048    71822   205334 |    35051      815     28 | 38.693 % |
14.22/14.56	c 14	|      1321 |    5048    71822   205334 |    38556     1321     28 | 38.693 % |
14.52/14.81	c 15	|      2081 |    5048    71822   205334 |    42412     2081     29 | 38.693 % |
14.52/14.87	c 15	===============================================================================
14.52/14.87	c 15	restarts              : 7
14.52/14.87	c 15	conflicts             : 2288           (2458 /sec)
14.52/14.87	c 15	decisions             : 3063           (1.14 % random) (3291 /sec)
14.52/14.87	c 15	propagations          : 1634905        (1756342 /sec)
14.52/14.87	c 15	conflict literals     : 67254          (23.55 % deleted)
14.52/14.87	c 15	Memory used           : 11.05 MB
14.52/14.87	c 15	CPU time              : 0.930858 s
14.52/14.87	c 15	
14.52/14.88	c 15	SATISFIABLE
14.52/14.88	c 15	FOUND: _COST <= 46
14.52/14.88	c 15	DECODING HOME/temp.out WITH HOME/temp.map
14.52/14.88	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
14.61/14.96	c 15	Decoding HOME/temp.out
14.61/15.07	c 15	OBJECTIVE _COST 46
14.61/15.07	o 46
14.61/15.07	v 100 792 30 16 114 352 778 540 722 512 380 142 142 380 442 156 366 792 282 44 442 680 792 554 778 540 778 540 680 442 30 268
14.61/15.07	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
14.61/15.09	c 15	OBJECTIVE BOUND: 0 <= _COST <= 46
14.61/15.09	c 15	SEARCHING: _COST <= 23
14.61/15.09	c 15	SOLVING HOME/temp.cnf
14.61/15.09	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.61/15.09	c 15	This is MiniSat 2.0 beta
14.61/15.09	c 15	WARNING: for repeatability, setting FPU to use double precision
14.61/15.09	c 15	============================[ Problem Statistics ]=============================
14.61/15.09	c 15	|                                                                             |
14.61/15.10	c 15	|  Number of variables:  8234                                                 |
14.61/15.10	c 15	|  Number of clauses:    212373                                               |
14.81/15.21	c 15	|  Parsing time:         0.10         s                                       |
14.81/15.27	c 15	============================[ Search Statistics ]==============================
14.81/15.27	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.81/15.27	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.81/15.27	c 15	===============================================================================
14.81/15.27	c 15	|         0 |    4587    52177   147759 |    17392        0    nan |  0.000 % |
15.01/15.36	c 15	|       100 |    4587    52177   147759 |    19131      100     32 | 44.292 % |
15.01/15.40	c 15	|       250 |    4587    52177   147759 |    21044      250     24 | 44.292 % |
15.11/15.45	c 15	|       479 |    4587    52177   147759 |    23149      479     22 | 44.292 % |
15.20/15.55	c 15	|       816 |    4587    52177   147759 |    25464      816     21 | 44.292 % |
15.30/15.69	c 15	|      1322 |    4587    52177   147759 |    28010     1322     21 | 44.292 % |
15.60/15.91	c 16	|      2081 |    4587    52177   147759 |    30811     2081     22 | 44.292 % |
15.90/16.22	c 16	|      3220 |    4587    52177   147759 |    33892     3220     23 | 44.292 % |
16.29/16.69	c 16	|      4928 |    4587    52177   147759 |    37282     4928     24 | 44.292 % |
17.09/17.43	c 17	|      7491 |    4587    52177   147759 |    41010     7491     24 | 44.292 % |
18.48/18.82	c 19	|     11335 |    4587    52177   147759 |    45111    11335     30 | 44.292 % |
20.77/21.15	c 21	|     17101 |    4587    52177   147759 |    49622    17101     29 | 44.293 % |
24.76/25.20	c 25	|     25752 |    4587    52177   147759 |    54584    25752     28 | 44.292 % |
32.22/32.60	c 32	|     38726 |    4587    52177   147759 |    60043    38726     29 | 44.292 % |
47.46/47.98	c 48	|     58188 |    4587    52177   147759 |    66047    58188     28 | 44.292 % |
66.92/67.42	c 67	|     87381 |    4587    52177   147759 |    72652    29762     26 | 44.292 % |
104.01/104.54	c 104	|    131171 |    4587    52177   147759 |    79917    73552     26 | 44.292 % |
156.09/156.63	c 156	|    196856 |    4587    52177   147759 |    87909    70220     25 | 44.292 % |
247.86/248.42	c 248	|    295382 |    4587    52177   147759 |    96699    90569     35 | 44.292 % |
382.31/382.98	c 383	|    443171 |    4587    52177   147759 |   106369    68105     43 | 44.292 % |
624.61/625.39	c 625	|    664857 |    4587    52177   147759 |   117006   104243     38 | 44.292 % |
1013.18/1014.02	c 1014	|    997386 |    4587    52177   147759 |   128707    22828     35 | 44.292 % |
1570.08/1571.17	c 1571	|   1496174 |    4587    52177   147759 |   141578    64669     40 | 44.292 % |
2448.46/2449.84	c 2450	|   2244359 |    4587    52177   147759 |   155736    50835     24 | 44.292 % |
3600.04/3601.81	c ERROR unknown output  in HOME/temp.out
3600.04/3601.81	c 3602	CPU 14.57 (0.04 0.01 14.53 0.23)
3600.04/3601.81	c 3602	END Sun Jul 13 00:17:40 2008

Verifier Data (download as text)

OK	41	328
41 unsatisfied constraints, 328 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-1114168-1215897458/watcher-1114168-1215897458 -o /tmp/evaluation-result-1114168-1215897458/solver-1114168-1215897458 -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-1114168-1215897458.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 4/69 18954
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=18572 CPUtime=0
/proc/18954/stat : 18954 (runsolver) D 18952 18954 18512 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 46449154 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18954/statm: 4643 292 257 25 0 2626 0

[startup+0.0353831 s]
/proc/loadavg: 1.93 1.98 1.99 4/69 18954
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=12272 CPUtime=0
/proc/18954/stat : 18954 (sugar) D 18952 18954 18512 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 46449154 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18954/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101044 s]
/proc/loadavg: 1.93 1.98 1.99 4/69 18954
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=12412 CPUtime=0
/proc/18954/stat : 18954 (sugar) D 18952 18954 18512 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 46449154 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18954/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301069 s]
/proc/loadavg: 1.93 1.98 1.99 4/69 18954
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.03
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46449154 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701099 s]
/proc/loadavg: 1.93 1.98 1.99 4/69 18954
/proc/meminfo: memFree=1810856/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.36
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 974 4240 0 1 3 0 30 3 15 0 1 0 46449154 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 1.93 1.98 1.99 3/80 18976
/proc/meminfo: memFree=1801808/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13600 CPUtime=0.36
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 974 4240 0 1 3 0 30 3 15 0 1 0 46449154 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3400 797 370 3 0 500 0
[pid=18967] ppid=18954 vsize=5356 CPUtime=0
/proc/18967/stat : 18967 (sh) S 18954 18954 18512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46449204 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18967/statm: 1339 233 193 169 0 50 0
[pid=18968] ppid=18967 vsize=868352 CPUtime=0.97
/proc/18968/stat : 18968 (java) S 18967 18954 18512 0 -1 0 5092 0 1 0 95 2 0 0 18 0 9 0 46449204 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18968/statm: 217088 4479 1728 9 0 211663 0
[pid=18968/tid=18969] ppid=18967 vsize=868352 CPUtime=0.76
/proc/18968/task/18969/stat : 18969 (java) R 18967 18954 18512 0 -1 64 2665 0 1 0 75 1 0 0 24 0 9 0 46449205 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4126792824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18970] ppid=18967 vsize=868352 CPUtime=0.03
/proc/18968/task/18970/stat : 18970 (java) S 18967 18954 18512 0 -1 64 295 0 0 0 3 0 0 0 16 0 9 0 46449206 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18971] ppid=18967 vsize=868352 CPUtime=0
/proc/18968/task/18971/stat : 18971 (java) S 18967 18954 18512 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 46449206 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18972] ppid=18967 vsize=868352 CPUtime=0
/proc/18968/task/18972/stat : 18972 (java) S 18967 18954 18512 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 46449206 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18973] ppid=18967 vsize=868352 CPUtime=0
/proc/18968/task/18973/stat : 18973 (java) S 18967 18954 18512 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46449208 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18974] ppid=18967 vsize=868352 CPUtime=0.16
/proc/18968/task/18974/stat : 18974 (java) S 18967 18954 18512 0 -1 64 1440 0 0 0 16 0 0 0 16 0 9 0 46449208 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18975] ppid=18967 vsize=868352 CPUtime=0
/proc/18968/task/18975/stat : 18975 (java) S 18967 18954 18512 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46449208 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18968/tid=18976] ppid=18967 vsize=868352 CPUtime=0
/proc/18968/task/18976/stat : 18976 (java) S 18967 18954 18512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46449208 889192448 4479 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 887308

[startup+3.1013 s]
/proc/loadavg: 1.94 1.98 1.99 3/80 18976
/proc/meminfo: memFree=1792592/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=2.7
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1180 17891 1 3 4 0 253 13 15 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 13732

[startup+6.30256 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 18990
/proc/meminfo: memFree=1773008/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=2.7
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1180 17891 1 3 4 0 253 13 15 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=18989] ppid=18954 vsize=5356 CPUtime=0
/proc/18989/stat : 18989 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46449443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18989/statm: 1339 232 193 169 0 50 0
[pid=18990] ppid=18989 vsize=11320 CPUtime=3.37
/proc/18990/stat : 18990 (minisat) R 18989 18954 18512 0 -1 4194304 2635 0 0 0 336 1 0 0 25 0 1 0 46449443 11591680 2621 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/18990/statm: 2830 2621 76 150 0 2677 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 30408

[startup+12.7011 s]
/proc/loadavg: 1.94 1.98 1.99 3/72 18990
/proc/meminfo: memFree=1739728/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=2.7
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1180 17891 1 3 4 0 253 13 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=18989] ppid=18954 vsize=5356 CPUtime=0
/proc/18989/stat : 18989 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46449443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18989/statm: 1339 232 193 169 0 50 0
[pid=18990] ppid=18989 vsize=14700 CPUtime=9.74
/proc/18990/stat : 18990 (minisat) R 18989 18954 18512 0 -1 4194304 3460 0 0 0 973 1 0 0 25 0 1 0 46449443 15052800 3446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18990/statm: 3675 3446 76 150 0 3522 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 33788

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/72 19014
/proc/meminfo: memFree=1685712/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=11332 CPUtime=10.34
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 2651 0 0 0 1033 1 0 0 25 0 1 0 46450663 11603968 2637 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/19014/statm: 2833 2637 75 150 0 2680 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30420

[startup+51.1012 s]
/proc/loadavg: 1.97 1.98 1.99 3/72 19014
/proc/meminfo: memFree=1559824/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=16744 CPUtime=35.83
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 3954 0 0 0 3581 2 0 0 25 0 1 0 46450663 17145856 3940 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19014/statm: 4186 3940 75 150 0 4033 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 35832

[startup+102.306 s]
/proc/loadavg: 2.27 2.06 2.02 3/83 19046
/proc/meminfo: memFree=1811128/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=18536 CPUtime=87
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 4390 0 0 0 8697 3 0 0 25 0 1 0 46450663 18980864 4376 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 4634 4376 75 150 0 4481 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 37624

[startup+162.301 s]
/proc/loadavg: 2.55 2.17 2.05 3/83 19046
/proc/meminfo: memFree=1801464/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=20484 CPUtime=146.98
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 4877 0 0 0 14693 5 0 0 25 0 1 0 46450663 20975616 4863 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 5121 4863 75 150 0 4968 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 39572

[startup+222.301 s]
/proc/loadavg: 2.59 2.25 2.09 3/83 19046
/proc/meminfo: memFree=1798840/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=23128 CPUtime=206.95
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 5481 0 0 0 20690 5 0 0 25 0 1 0 46450663 23683072 5467 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 5782 5467 75 150 0 5629 0
Current children cumulated CPU time (s) 221.76
Current children cumulated vsize (KiB) 42216

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

/proc/meminfo: memFree=1765880/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53688 CPUtime=3085.91
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12910 0 0 0 308573 18 0 0 25 0 1 0 46450663 54976512 12888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13422 12888 75 150 0 13269 0
Current children cumulated CPU time (s) 3100.72
Current children cumulated vsize (KiB) 72776

[startup+3162.3 s]
/proc/loadavg: 2.64 2.63 2.63 3/83 19052
/proc/meminfo: memFree=1765816/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53688 CPUtime=3145.89
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12910 0 0 0 314571 18 0 0 25 0 1 0 46450663 54976512 12888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13422 12888 75 150 0 13269 0
Current children cumulated CPU time (s) 3160.7
Current children cumulated vsize (KiB) 72776

[startup+3222.3 s]
/proc/loadavg: 2.70 2.65 2.63 3/83 19052
/proc/meminfo: memFree=1765816/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53688 CPUtime=3205.86
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12910 0 0 0 320568 18 0 0 25 0 1 0 46450663 54976512 12888 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13422 12888 75 150 0 13269 0
Current children cumulated CPU time (s) 3220.67
Current children cumulated vsize (KiB) 72776

[startup+3282.3 s]
/proc/loadavg: 2.63 2.64 2.63 3/83 19052
/proc/meminfo: memFree=1765688/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53768 CPUtime=3265.85
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12935 0 0 0 326567 18 0 0 25 0 1 0 46450663 55058432 12913 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13442 12913 75 150 0 13289 0
Current children cumulated CPU time (s) 3280.66
Current children cumulated vsize (KiB) 72856

[startup+3342.3 s]
/proc/loadavg: 2.64 2.64 2.63 3/83 19052
/proc/meminfo: memFree=1765560/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3325.82
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12965 0 0 0 332564 18 0 0 25 0 1 0 46450663 55263232 12943 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12943 75 150 0 13339 0
Current children cumulated CPU time (s) 3340.63
Current children cumulated vsize (KiB) 73056

[startup+3402.31 s]
/proc/loadavg: 2.72 2.66 2.64 3/83 19052
/proc/meminfo: memFree=1765496/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3385.8
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12967 0 0 0 338562 18 0 0 25 0 1 0 46450663 55263232 12945 996147200 134512640 135127466 4294956256 18446744073709551615 134528349 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12945 75 150 0 13339 0
Current children cumulated CPU time (s) 3400.61
Current children cumulated vsize (KiB) 73056

[startup+3462.3 s]
/proc/loadavg: 2.58 2.63 2.63 3/83 19052
/proc/meminfo: memFree=1765304/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3445.77
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12967 0 0 0 344559 18 0 0 25 0 1 0 46450663 55263232 12945 996147200 134512640 135127466 4294956256 18446744073709551615 134521716 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12945 75 150 0 13339 0
Current children cumulated CPU time (s) 3460.58
Current children cumulated vsize (KiB) 73056

[startup+3522.3 s]
/proc/loadavg: 2.74 2.66 2.64 4/83 19052
/proc/meminfo: memFree=1765240/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3505.75
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12967 0 0 0 350557 18 0 0 25 0 1 0 46450663 55263232 12945 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12945 75 150 0 13339 0
Current children cumulated CPU time (s) 3520.56
Current children cumulated vsize (KiB) 73056

[startup+3582.3 s]
/proc/loadavg: 2.75 2.67 2.64 3/83 19052
/proc/meminfo: memFree=1765112/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3565.73
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12967 0 0 0 356554 19 0 0 25 0 1 0 46450663 55263232 12945 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12945 75 150 0 13339 0
Current children cumulated CPU time (s) 3580.54
Current children cumulated vsize (KiB) 73056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.61 2.64 2.63 3/83 19054
/proc/meminfo: memFree=1764984/2055920 swapFree=4192812/4192956
[pid=18954] ppid=18952 vsize=13732 CPUtime=14.81
/proc/18954/stat : 18954 (sugar) S 18952 18954 18512 0 -1 4194304 1405 32542 1 5 4 1 1453 23 16 0 1 0 46449154 14061568 813 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18954/statm: 3433 813 374 3 0 533 0
[pid=19013] ppid=18954 vsize=5356 CPUtime=0
/proc/19013/stat : 19013 (sh) S 18954 18954 18512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 46450663 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19013/statm: 1339 232 193 169 0 50 0
[pid=19014] ppid=19013 vsize=53968 CPUtime=3585.23
/proc/19014/stat : 19014 (minisat) R 19013 18954 18512 0 -1 4194304 12967 0 0 0 358504 19 0 0 25 0 1 0 46450663 55263232 12945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19014/statm: 13492 12945 75 150 0 13339 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 73056

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18954 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=583782
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=253961
# CPU time returned by wait4() is 14.8377
# while last known CPU time is 3600.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.82
CPU time (s): 3600.04
CPU user time (s): 3599.61
CPU system time (s): 0.43
CPU usage (%): 99.9506
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5838
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34292
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3171
involuntary context switches= 3001

runsolver used 4.80827 second user time and 11.5282 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 23:17:38
IDJOB=1114168
IDBENCH=61699
IDSOLVER=368
FILE ID=node3/1114168-1215897458
PBS_JOBID= 7903630
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/subs/normalized-scen06-sub2.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-1114168-1215897458/watcher-1114168-1215897458 -o /tmp/evaluation-result-1114168-1215897458/solver-1114168-1215897458 -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-1114168-1215897458.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7fb64fe8ce2331d0bbcb3e49378101c9
RANDOM SEED=493594689

node3.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.238
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.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1811336 kB
Buffers:         19272 kB
Cached:         136584 kB
SwapCached:          0 kB
Active:         146628 kB
Inactive:        48156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          49156 kB
Slab:            35132 kB
Committed_AS:   153704 kB
PageTables:       1872 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= 66536 MiB
End job on node3 at 2008-07-13 00:17:40