Trace number 1127572

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.02 3601.84

General information on the benchmark

Namemaxcsp/cnf/3-80-100-1000/
normalized-cnf-3-80-1000-266849_ext.xml
MD5SUM49ed0f2256a2fe862b9ebf9590fcf381
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints45
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints994
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension994
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 02:19:40 2008
0.00/0.05	c 0	PID 6835
0.00/0.06	c 0	HOST node55.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127572-1216772379.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127572-1216772379.xml' 'HOME/temp.csp'
0.04/0.60	c 0	1 domains, 80 variables, 0 predicates, 11 relations, 994 constraints
0.04/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.64	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.60/0.72	c 0	Parsing HOME/temp.csp
0.60/0.86	c 0	parsed 1086 expressions
0.60/0.87	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.89	c 0	MAX CSP: 994 constraints
0.60/0.89	c 0	Converting to clausal form CSP
0.60/0.93	c 0	converted 209 (10%) expressions
0.60/0.95	c 0	converted 417 (20%) expressions
0.60/0.96	c 0	converted 625 (30%) expressions
0.60/0.98	c 0	converted 834 (40%) expressions
0.60/0.99	c 0	converted 1042 (50%) expressions
0.94/1.07	c 1	converted 1250 (60%) expressions
0.94/1.08	c 1	converted 1459 (70%) expressions
0.94/1.09	c 1	converted 1667 (80%) expressions
0.94/1.10	c 1	converted 1875 (90%) expressions
1.14/1.23	c 1	converted 2083 (100%) expressions
1.14/1.23	c 1	CSP : 2068 integers, 0 booleans, 2981 clauses, largest domain size 1492
1.14/1.23	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	Propagation in CSP
1.14/1.28	c 1	988 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.28	c 1	CSP : 2068 integers, 0 booleans, 2981 clauses, largest domain size 995
1.14/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.29	c 1	CSP : 2068 integers, 0 booleans, 2981 clauses, largest domain size 995
1.14/1.29	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.34	c 1	207 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.34	c 1	414 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.34	c 1	621 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.35	c 1	828 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.35	c 1	1034 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.23/1.36	c 1	1241 (60%) CSP integer variables are encoded (1889 clauses, 24621 bytes)
1.23/1.37	c 1	1448 (70%) CSP integer variables are encoded (10187 clauses, 135640 bytes)
1.23/1.38	c 1	1655 (80%) CSP integer variables are encoded (13287 clauses, 182140 bytes)
1.23/1.38	c 1	1862 (90%) CSP integer variables are encoded (14798 clauses, 204805 bytes)
1.23/1.38	c 1	2068 (100%) CSP integer variables are encoded (16875 clauses, 235960 bytes)
1.33/1.42	c 1	299 (10%) CSP clauses are encoded (17174 clauses, 240839 bytes)
1.33/1.45	c 1	597 (20%) CSP clauses are encoded (17473 clauses, 246049 bytes)
1.33/1.46	c 1	895 (30%) CSP clauses are encoded (17772 clauses, 251259 bytes)
1.33/1.48	c 1	1193 (40%) CSP clauses are encoded (23876 clauses, 357634 bytes)
1.53/1.60	c 1	1491 (50%) CSP clauses are encoded (83596 clauses, 1446160 bytes)
1.92/2.08	c 2	1789 (60%) CSP clauses are encoded (345768 clauses, 6510759 bytes)
3.22/3.31	c 3	2087 (70%) CSP clauses are encoded (1032452 clauses, 20798341 bytes)
3.22/3.35	c 3	2385 (80%) CSP clauses are encoded (1052691 clauses, 21218610 bytes)
3.32/3.45	c 3	2683 (90%) CSP clauses are encoded (1102336 clauses, 22268528 bytes)
3.62/3.78	c 3	2981 (100%) CSP clauses are encoded (1286666 clauses, 26201777 bytes)
3.62/3.78	c 3	2981 CSP clauses encoded
3.62/3.78	c 3	Writing map file : HOME/temp.map
3.62/3.80	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.80	c 3	SAT : 18943 SAT variables, 1286666 SAT clauses, 26201777 bytes
3.62/3.80	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.72/3.83	c 3	OBJECTIVE minimize _COST
3.72/3.83	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
3.72/3.83	c 3	SEARCHING: _COST <= 497
3.72/3.83	c 3	SOLVING HOME/temp.cnf
3.72/3.83	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.72/3.83	c 3	This is MiniSat 2.0 beta
3.72/3.83	c 3	WARNING: for repeatability, setting FPU to use double precision
3.72/3.83	c 3	============================[ Problem Statistics ]=============================
3.72/3.83	c 3	|                                                                             |
3.72/3.83	c 3	|  Number of variables:  18943                                                |
3.72/3.83	c 3	|  Number of clauses:    1286667                                              |
4.29/4.47	c 4	|  Parsing time:         0.56         s                                       |
4.89/5.09	c 5	============================[ Search Statistics ]==============================
4.89/5.09	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.89/5.09	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.89/5.09	c 5	===============================================================================
4.89/5.09	c 5	|         0 |   13973   819745  2423023 |   273248        0    nan |  0.000 % |
5.09/5.30	c 5	|       100 |   13973   819745  2423023 |   300573      100     26 | 26.237 % |
5.19/5.36	c 5	|       250 |   13973   819745  2423023 |   330630      250     25 | 26.237 % |
5.29/5.46	c 5	|       475 |   13973   819745  2423023 |   363693      475     30 | 26.237 % |
5.29/5.50	c 5	===============================================================================
5.29/5.50	c 5	restarts              : 4
5.29/5.50	c 5	conflicts             : 487            (308 /sec)
5.29/5.50	c 5	decisions             : 1273           (1.02 % random) (805 /sec)
5.29/5.50	c 5	propagations          : 352057         (222714 /sec)
5.29/5.50	c 5	conflict literals     : 14321          (13.13 % deleted)
5.29/5.50	c 5	Memory used           : 52.79 MB
5.29/5.50	c 5	CPU time              : 1.58076 s
5.29/5.50	c 5	
5.39/5.52	c 5	SATISFIABLE
5.39/5.53	c 5	FOUND: _COST <= 497
5.39/5.53	s SATISFIABLE
5.39/5.53	c 5	DECODING HOME/temp.out WITH HOME/temp.map
5.39/5.53	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.42/5.60	c 5	Decoding HOME/temp.out
5.42/5.74	c 5	OBJECTIVE _COST 371
5.42/5.74	o 371
5.42/5.74	v 0 1 0 0 0 1 0 0 1 1 1 0 0 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 1 0 1 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 1 1
5.42/5.75	c 5	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.42/5.79	c 5	OBJECTIVE BOUND: 0 <= _COST <= 371
5.42/5.79	c 5	SEARCHING: _COST <= 185
5.42/5.79	c 5	SOLVING HOME/temp.cnf
5.42/5.79	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.42/5.79	c 5	This is MiniSat 2.0 beta
5.42/5.79	c 5	WARNING: for repeatability, setting FPU to use double precision
5.42/5.79	c 5	============================[ Problem Statistics ]=============================
5.42/5.79	c 5	|                                                                             |
5.42/5.79	c 5	|  Number of variables:  18943                                                |
5.42/5.79	c 5	|  Number of clauses:    1286667                                              |
5.64/6.46	c 6	|  Parsing time:         0.59         s                                       |
7.13/7.35	c 7	============================[ Search Statistics ]==============================
7.13/7.35	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.13/7.35	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.13/7.35	c 7	===============================================================================
7.13/7.35	c 7	|         0 |   10350   411177  1207876 |   137059        0    nan |  0.000 % |
7.23/7.50	c 7	|       100 |   10350   411177  1207876 |   150764      100     38 | 45.362 % |
7.33/7.58	c 7	|       250 |   10350   411177  1207876 |   165841      250     36 | 45.362 % |
7.43/7.70	c 7	|       475 |   10350   411177  1207876 |   182425      475     37 | 45.362 % |
7.53/7.72	c 7	===============================================================================
7.53/7.72	c 7	restarts              : 4
7.53/7.72	c 7	conflicts             : 493            (268 /sec)
7.53/7.72	c 7	decisions             : 1352           (0.89 % random) (736 /sec)
7.53/7.72	c 7	propagations          : 421461         (229464 /sec)
7.53/7.72	c 7	conflict literals     : 18061          (11.95 % deleted)
7.53/7.72	c 7	Memory used           : 53.67 MB
7.53/7.72	c 7	CPU time              : 1.83672 s
7.53/7.72	c 7	
7.53/7.72	c 7	SATISFIABLE
7.53/7.73	c 7	FOUND: _COST <= 185
7.53/7.73	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.53/7.73	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.57/7.81	c 7	Decoding HOME/temp.out
7.57/8.06	c 8	OBJECTIVE _COST 185
7.57/8.06	o 185
7.57/8.06	v 0 1 1 1 0 1 0 1 1 1 1 0 0 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 1 0 1 1 1 1 1 1 0 0 1 1 0 1 1 0 0 1 1 1 1 1 0 0 1 1 0 1 1 0 1 0 1 1 1 0 1 1 1 1 1
7.57/8.06	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.57/8.11	c 8	OBJECTIVE BOUND: 0 <= _COST <= 185
7.57/8.11	c 8	SEARCHING: _COST <= 92
7.57/8.11	c 8	SOLVING HOME/temp.cnf
7.57/8.11	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.57/8.11	c 8	This is MiniSat 2.0 beta
7.57/8.11	c 8	WARNING: for repeatability, setting FPU to use double precision
7.57/8.11	c 8	============================[ Problem Statistics ]=============================
7.57/8.11	c 8	|                                                                             |
7.57/8.11	c 8	|  Number of variables:  18943                                                |
7.57/8.11	c 8	|  Number of clauses:    1286667                                              |
8.48/8.79	c 8	|  Parsing time:         0.59         s                                       |
9.47/9.71	c 9	============================[ Search Statistics ]==============================
9.47/9.71	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.47/9.71	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.47/9.71	c 9	===============================================================================
9.47/9.71	c 9	|         0 |    8822   228657   664807 |    76219        0    nan |  0.000 % |
9.57/9.82	c 9	|       100 |    8822   228657   664807 |    83840      100     23 | 53.429 % |
9.57/9.88	c 9	|       250 |    8822   228657   664807 |    92224      250     30 | 53.429 % |
9.67/9.93	c 9	|       475 |    8822   228657   664807 |   101447      475     29 | 53.429 % |
9.87/10.16	c 10	|       812 |    8822   228657   664807 |   111592      812     33 | 53.429 % |
10.07/10.36	c 10	|      1323 |    8822   228657   664807 |   122751     1323     34 | 53.429 % |
10.27/10.57	c 10	|      2082 |    8822   228657   664807 |   135026     2082     33 | 53.429 % |
10.67/10.97	c 10	|      3222 |    8822   228657   664807 |   148529     3222     31 | 53.429 % |
11.26/11.52	c 11	|      4930 |    8822   228657   664807 |   163382     4930     33 | 53.429 % |
12.66/12.90	c 12	|      7492 |    8822   228657   664807 |   179720     7492     35 | 53.429 % |
14.15/14.49	c 14	|     11337 |    8822   228657   664807 |   197692    11337     37 | 53.429 % |
17.13/17.45	c 17	|     17104 |    8822   228657   664807 |   217461    17104     41 | 53.429 % |
23.80/24.18	c 24	|     25755 |    8822   228657   664807 |   239207    25755     43 | 53.429 % |
32.66/33.05	c 33	|     38730 |    8822   228657   664807 |   263128    38730     37 | 53.429 % |
49.54/49.92	c 49	|     58192 |    8822   228657   664807 |   289441    58192     40 | 53.429 % |
84.14/84.53	c 84	|     87385 |    8822   228657   664807 |   318385    87385     43 | 53.429 % |
89.43/89.87	c 89	===============================================================================
89.43/89.87	c 89	restarts              : 16
89.43/89.87	c 89	conflicts             : 93385          (1146 /sec)
89.43/89.87	c 89	decisions             : 114505         (0.94 % random) (1405 /sec)
89.43/89.87	c 89	propagations          : 72412737       (888613 /sec)
89.43/89.87	c 89	conflict literals     : 4032273        (16.39 % deleted)
89.43/89.87	c 89	Memory used           : 54.30 MB
89.43/89.87	c 89	CPU time              : 81.4896 s
89.43/89.87	c 89	
89.43/89.87	c 89	SATISFIABLE
89.43/89.88	c 89	FOUND: _COST <= 92
89.43/89.88	c 89	DECODING HOME/temp.out WITH HOME/temp.map
89.43/89.88	c 89	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
89.53/89.97	c 89	Decoding HOME/temp.out
89.53/90.10	c 90	OBJECTIVE _COST 92
89.53/90.10	o 92
89.73/90.11	v 0 1 1 0 0 1 0 0 1 1 1 1 0 0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 1 0
89.73/90.11	c 90	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
89.73/90.15	c 90	OBJECTIVE BOUND: 0 <= _COST <= 92
89.73/90.15	c 90	SEARCHING: _COST <= 46
89.73/90.15	c 90	SOLVING HOME/temp.cnf
89.73/90.15	c 90	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
89.73/90.15	c 90	This is MiniSat 2.0 beta
89.73/90.15	c 90	WARNING: for repeatability, setting FPU to use double precision
89.73/90.15	c 90	============================[ Problem Statistics ]=============================
89.73/90.15	c 90	|                                                                             |
89.73/90.15	c 90	|  Number of variables:  18943                                                |
89.73/90.15	c 90	|  Number of clauses:    1286667                                              |
89.75/90.79	c 90	|  Parsing time:         0.56         s                                       |
91.18/91.65	c 91	============================[ Search Statistics ]==============================
91.18/91.65	c 91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.18/91.65	c 91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.18/91.65	c 91	===============================================================================
91.18/91.65	c 91	|         0 |    7614   125804   359826 |    41934        0    nan |  0.000 % |
91.28/91.73	c 91	|       100 |    7614   125804   359826 |    46128      100     24 | 59.806 % |
91.28/91.78	c 91	|       250 |    7614   125804   359826 |    50740      250     26 | 59.806 % |
91.38/91.84	c 91	|       476 |    7614   125804   359826 |    55815      476     25 | 59.806 % |
91.48/91.91	c 91	|       813 |    7614   125804   359826 |    61396      813     26 | 59.806 % |
91.58/92.06	c 92	|      1319 |    7614   125804   359826 |    67536     1319     27 | 59.806 % |
91.78/92.26	c 92	|      2081 |    7614   125804   359826 |    74289     2081     28 | 59.806 % |
92.08/92.58	c 92	|      3220 |    7614   125804   359826 |    81718     3220     29 | 59.806 % |
92.58/93.06	c 93	|      4928 |    7614   125804   359826 |    89890     4928     29 | 59.806 % |
93.68/94.13	c 94	|      7492 |    7614   125804   359826 |    98879     7492     30 | 59.806 % |
95.38/95.80	c 95	|     11336 |    7614   125804   359826 |   108767    11336     32 | 59.806 % |
97.98/98.44	c 98	|     17102 |    7614   125804   359826 |   119644    17102     32 | 59.806 % |
103.58/104.07	c 104	|     25753 |    7614   125804   359826 |   131608    25753     33 | 59.806 % |
113.27/113.71	c 113	|     38728 |    7614   125804   359826 |   144769    38728     33 | 59.806 % |
130.86/131.39	c 131	|     58189 |    7614   125804   359826 |   159246    58189     34 | 59.806 % |
164.75/165.28	c 165	|     87384 |    7614   125804   359826 |   175171    87384     35 | 59.806 % |
230.02/230.55	c 230	|    131174 |    7614   125804   359826 |   192688   131174     35 | 59.806 % |
325.39/325.99	c 325	|    196858 |    7614   125804   359826 |   211957   196858     36 | 59.806 % |
446.14/446.78	c 446	|    295384 |    7614   125804   359826 |   233153    87127     37 | 59.806 % |
711.75/712.42	c 712	|    443173 |    7614   125804   359826 |   256468   234916     37 | 59.806 % |
1041.11/1041.95	c 1041	|    664857 |    7614   125804   359826 |   282115   201788     37 | 59.806 % |
1659.16/1660.23	c 1660	|    997382 |    7614   125804   359826 |   310327   256886     38 | 59.806 % |
2639.99/2641.41	c 2641	|   1496171 |    7614   125804   359826 |   341359   146808     38 | 59.806 % |
3600.02/3601.81	c ERROR INTERRUPTED
3600.02/3601.83	c 3601	CPU 89.07 (0.04 0.02 89.03 0.67)
3600.02/3601.83	c 3601	END Wed Jul 23 03:19:41 2008

Verifier Data (download as text)

OK	83	911
83 unsatisfied constraints, 911 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-1127572-1216772379/watcher-1127572-1216772379 -o /tmp/evaluation-result-1127572-1216772379/solver-1127572-1216772379 -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-1127572-1216772379.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 5/81 6835
/proc/meminfo: memFree=1606776/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=18572 CPUtime=0
/proc/6835/stat : 6835 (runsolver) R 6833 6835 6715 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4326261 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6835/statm: 4643 292 257 25 0 2626 0

[startup+0.0646441 s]
/proc/loadavg: 2.00 2.00 1.91 5/81 6835
/proc/meminfo: memFree=1606776/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.04
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4326261 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101628 s]
/proc/loadavg: 2.00 2.00 1.91 5/81 6835
/proc/meminfo: memFree=1606776/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.04
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4326261 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301641 s]
/proc/loadavg: 2.00 2.00 1.91 5/81 6835
/proc/meminfo: memFree=1606776/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.04
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4326261 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701684 s]
/proc/loadavg: 2.00 2.00 1.91 5/81 6835
/proc/meminfo: memFree=1606776/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.6
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 957 4554 0 1 3 1 53 3 16 0 1 0 4326261 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 6857
/proc/meminfo: memFree=1597200/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.6
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 974 4554 0 1 3 1 53 3 15 0 1 0 4326261 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 797 370 3 0 500 0
[pid=6848] ppid=6835 vsize=5356 CPUtime=0
/proc/6848/stat : 6848 (sh) S 6835 6835 6715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4326326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6848/statm: 1339 233 193 169 0 50 0
[pid=6849] ppid=6848 vsize=868376 CPUtime=0.82
/proc/6849/stat : 6849 (java) S 6848 6835 6715 0 -1 0 6831 0 1 0 78 4 0 0 18 0 9 0 4326326 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6849/statm: 217094 6045 2563 9 0 211641 0
[pid=6849/tid=6850] ppid=6848 vsize=868376 CPUtime=0.47
/proc/6849/task/6850/stat : 6850 (java) R 6848 6835 6715 0 -1 64 2734 0 1 0 45 2 0 0 18 0 9 0 4326327 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4125977656 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6851] ppid=6848 vsize=868376 CPUtime=0.07
/proc/6849/task/6851/stat : 6851 (java) S 6848 6835 6715 0 -1 64 1914 0 0 0 7 0 0 0 16 0 9 0 4326328 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6852] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6852/stat : 6852 (java) S 6848 6835 6715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4326328 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6853] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6853/stat : 6853 (java) S 6848 6835 6715 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4326328 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6854] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6854/stat : 6854 (java) S 6848 6835 6715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4326330 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6855] ppid=6848 vsize=868376 CPUtime=0.25
/proc/6849/task/6855/stat : 6855 (java) S 6848 6835 6715 0 -1 64 1490 0 0 0 24 1 0 0 16 0 9 0 4326330 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6856] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6856/stat : 6856 (java) S 6848 6835 6715 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4326330 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6857] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6857/stat : 6857 (java) S 6848 6835 6715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4326330 889217024 6045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887332

[startup+3.1029 s]
/proc/loadavg: 2.08 2.02 1.91 3/92 6857
/proc/meminfo: memFree=1582800/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13600 CPUtime=0.6
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 974 4554 0 1 3 1 53 3 15 0 1 0 4326261 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3400 797 370 3 0 500 0
[pid=6848] ppid=6835 vsize=5356 CPUtime=0
/proc/6848/stat : 6848 (sh) S 6835 6835 6715 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4326326 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6848/statm: 1339 233 193 169 0 50 0
[pid=6849] ppid=6848 vsize=868376 CPUtime=2.42
/proc/6849/stat : 6849 (java) S 6848 6835 6715 0 -1 0 7337 0 1 0 222 20 0 0 18 0 9 0 4326326 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6849/statm: 217094 6053 2563 9 0 211641 0
[pid=6849/tid=6850] ppid=6848 vsize=868376 CPUtime=1.93
/proc/6849/task/6850/stat : 6850 (java) R 6848 6835 6715 0 -1 64 3232 0 1 0 179 14 0 0 25 0 9 0 4326327 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4126531992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6851] ppid=6848 vsize=868376 CPUtime=0.19
/proc/6849/task/6851/stat : 6851 (java) S 6848 6835 6715 0 -1 64 1914 0 0 0 16 3 0 0 16 0 9 0 4326328 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6852] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6852/stat : 6852 (java) S 6848 6835 6715 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4326328 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6853] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6853/stat : 6853 (java) S 6848 6835 6715 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4326328 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6854] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6854/stat : 6854 (java) S 6848 6835 6715 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4326330 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6855] ppid=6848 vsize=868376 CPUtime=0.26
/proc/6849/task/6855/stat : 6855 (java) S 6848 6835 6715 0 -1 64 1498 0 0 0 25 1 0 0 16 0 9 0 4326330 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6856] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6856/stat : 6856 (java) S 6848 6835 6715 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4326330 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6849/tid=6857] ppid=6848 vsize=868376 CPUtime=0
/proc/6849/task/6857/stat : 6857 (java) S 6848 6835 6715 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4326330 889217024 6053 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887332

[startup+6.3012 s]
/proc/loadavg: 2.08 2.02 1.91 3/84 6859
/proc/meminfo: memFree=1524432/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=5.64
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1201 29654 0 3 4 1 519 40 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 13732

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 1.91 3/84 6883
/proc/meminfo: memFree=1523984/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=7.9
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1316 47143 0 4 4 1 734 51 15 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6882] ppid=6835 vsize=5356 CPUtime=0
/proc/6882/stat : 6882 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4327072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6882/statm: 1339 232 193 169 0 50 0
[pid=6883] ppid=6882 vsize=55056 CPUtime=4.56
/proc/6883/stat : 6883 (minisat) R 6882 6835 6715 0 -1 4194304 13356 0 0 0 448 8 0 0 25 0 1 0 4327073 56377344 13342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6883/statm: 13764 13342 76 150 0 13611 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 74144

[startup+25.502 s]
/proc/loadavg: 2.06 2.01 1.91 3/84 6883
/proc/meminfo: memFree=1524112/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=7.9
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1316 47143 0 4 4 1 734 51 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6882] ppid=6835 vsize=5356 CPUtime=0
/proc/6882/stat : 6882 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4327072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6882/statm: 1339 232 193 169 0 50 0
[pid=6883] ppid=6882 vsize=55056 CPUtime=17.29
/proc/6883/stat : 6883 (minisat) R 6882 6835 6715 0 -1 4194304 13356 0 0 0 1721 8 0 0 25 0 1 0 4327073 56377344 13342 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6883/statm: 13764 13342 76 150 0 13611 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 74144

[startup+51.1013 s]
/proc/loadavg: 1.97 2.00 1.91 3/83 6921
/proc/meminfo: memFree=1508376/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=7.9
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1316 47143 0 4 4 1 734 51 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6882] ppid=6835 vsize=5356 CPUtime=0
/proc/6882/stat : 6882 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4327072 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6882/statm: 1339 232 193 169 0 50 0
[pid=6883] ppid=6882 vsize=55056 CPUtime=42.84
/proc/6883/stat : 6883 (minisat) R 6882 6835 6715 0 -1 4194304 13356 0 0 0 4273 11 0 0 25 0 1 0 4327073 56377344 13342 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/6883/statm: 13764 13342 76 150 0 13611 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 74144

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 1.91 3/83 6933
/proc/meminfo: memFree=1498272/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.75
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 1 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=54964 CPUtime=12.13
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 13301 0 0 0 1206 7 0 0 25 0 1 0 4335277 56283136 13287 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 13741 13287 75 150 0 13588 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 74052

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.91 3/83 6933
/proc/meminfo: memFree=1497760/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.75
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 1 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=55220 CPUtime=72.1
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 13401 0 0 0 7203 7 0 0 25 0 1 0 4335277 56545280 13379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 13805 13379 75 150 0 13652 0
Current children cumulated CPU time (s) 161.85

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

/proc/meminfo: memFree=963664/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=103912 CPUtime=3010.95
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 24851 0 0 0 301068 27 0 0 25 0 1 0 4335277 106405888 24796 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 25978 24796 75 150 0 25825 0
Current children cumulated CPU time (s) 3100.71
Current children cumulated vsize (KiB) 123000

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=960720/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106648 CPUtime=3070.93
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25557 0 0 0 307065 28 0 0 25 0 1 0 4335277 109207552 25502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26662 25502 75 150 0 26509 0
Current children cumulated CPU time (s) 3160.69
Current children cumulated vsize (KiB) 125736

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=960656/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106648 CPUtime=3130.91
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25557 0 0 0 313063 28 0 0 25 0 1 0 4335277 109207552 25502 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26662 25502 75 150 0 26509 0
Current children cumulated CPU time (s) 3220.67
Current children cumulated vsize (KiB) 125736

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=960656/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106648 CPUtime=3190.89
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25557 0 0 0 319061 28 0 0 25 0 1 0 4335277 109207552 25502 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26662 25502 75 150 0 26509 0
Current children cumulated CPU time (s) 3280.65
Current children cumulated vsize (KiB) 125736

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=960528/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106728 CPUtime=3250.87
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25571 0 0 0 325058 29 0 0 25 0 1 0 4335277 109289472 25516 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26682 25516 75 150 0 26529 0
Current children cumulated CPU time (s) 3340.63
Current children cumulated vsize (KiB) 125816

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=960144/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106728 CPUtime=3310.85
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25583 0 0 0 331056 29 0 0 25 0 1 0 4335277 109289472 25528 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26682 25528 75 150 0 26529 0
Current children cumulated CPU time (s) 3400.61
Current children cumulated vsize (KiB) 125816

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=959952/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106848 CPUtime=3370.82
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25587 0 0 0 337053 29 0 0 25 0 1 0 4335277 109412352 25532 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26712 25532 75 150 0 26559 0
Current children cumulated CPU time (s) 3460.58
Current children cumulated vsize (KiB) 125936

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/77 7014
/proc/meminfo: memFree=959888/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106848 CPUtime=3430.79
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25598 0 0 0 343050 29 0 0 25 0 1 0 4335277 109412352 25543 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26712 25543 75 150 0 26559 0
Current children cumulated CPU time (s) 3520.55
Current children cumulated vsize (KiB) 125936

[startup+3582.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/77 7014
/proc/meminfo: memFree=959760/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106848 CPUtime=3490.77
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25601 0 0 0 349048 29 0 0 25 0 1 0 4335277 109412352 25546 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26712 25546 75 150 0 26559 0
Current children cumulated CPU time (s) 3580.53
Current children cumulated vsize (KiB) 125936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 2.08 2.03 1.96 3/77 7016
/proc/meminfo: memFree=959568/2055920 swapFree=4192956/4192956
[pid=6835] ppid=6833 vsize=13732 CPUtime=89.76
/proc/6835/stat : 6835 (sugar) S 6833 6835 6715 0 -1 4194304 1430 64770 0 5 4 2 8903 67 16 0 1 0 4326261 14061568 830 996147200 4194304 4206940 548682068592 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6835/statm: 3433 830 374 3 0 533 0
[pid=6932] ppid=6835 vsize=5356 CPUtime=0
/proc/6932/stat : 6932 (sh) S 6835 6835 6715 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4335276 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6932/statm: 1339 232 193 169 0 50 0
[pid=6933] ppid=6932 vsize=106848 CPUtime=3510.26
/proc/6933/stat : 6933 (minisat) R 6932 6835 6715 0 -1 4194304 25602 0 0 0 350997 29 0 0 25 0 1 0 4335277 109412352 25547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/6933/statm: 26712 25547 75 150 0 26559 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 125936

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 6835 and gives
#  childrusage.ru_utime.tv_sec=89
#  childrusage.ru_utime.tv_usec=81457
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=710891
# CPU time returned by wait4() is 89.7924
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.84
CPU time (s): 3600.02
CPU user time (s): 3599.04
CPU system time (s): 0.98
CPU usage (%): 99.9496
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.0815
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66541
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8028
involuntary context switches= 8980

runsolver used 3.79542 second user time and 11.2883 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-23 02:19:39
IDJOB=1127572
IDBENCH=63624
IDSOLVER=368
FILE ID=node55/1127572-1216772379
PBS_JOBID= 7974119
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-100-1000/normalized-cnf-3-80-1000-266849_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127572-1216772379/watcher-1127572-1216772379 -o /tmp/evaluation-result-1127572-1216772379/solver-1127572-1216772379 -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-1127572-1216772379.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 49ed0f2256a2fe862b9ebf9590fcf381
RANDOM SEED=1612468804

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1607256 kB
Buffers:         26448 kB
Cached:         350136 kB
SwapCached:          0 kB
Active:         241312 kB
Inactive:       160688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607256 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          45540 kB
Slab:            31836 kB
Committed_AS:   124672 kB
PageTables:       1800 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= 66388 MiB
End job on node55 at 2008-07-23 03:19:43