Trace number 1113172

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)200 3600.08 3632.99

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel7-4.xml
MD5SUM0d8557135ac2cc6929d01441b291d46a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints56
Best CPU time to get the best result obtained on this benchmark1662.61
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of constraints2360
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2360
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.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Sat Jul 12 18:11:54 2008
0.00/0.19	c 0	PID 18029
0.00/0.19	c 0	HOST node4.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1113172-1215879114.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113172-1215879114.xml' 'HOME/temp.csp'
0.04/0.94	c 1	1 domains, 191 variables, 1 predicates, 0 relations, 2360 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/1.08	c 1	Parsing HOME/temp.csp
0.96/1.27	c 1	parsed 2553 expressions
0.96/1.27	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.30	c 1	MAX CSP: 2360 constraints
1.05/1.30	c 1	Converting to clausal form CSP
1.05/1.39	c 1	converted 492 (10%) expressions
1.25/1.51	c 1	converted 984 (20%) expressions
1.25/1.54	c 1	converted 1475 (30%) expressions
1.25/1.55	c 1	converted 1967 (40%) expressions
1.25/1.57	c 2	converted 2458 (50%) expressions
1.25/1.59	c 2	converted 2950 (60%) expressions
1.35/1.61	c 2	converted 3442 (70%) expressions
1.35/1.62	c 2	converted 3933 (80%) expressions
1.35/1.63	c 2	converted 4425 (90%) expressions
1.55/1.88	c 2	converted 4916 (100%) expressions
1.55/1.88	c 2	CSP : 4911 integers, 0 booleans, 7079 clauses, largest domain size 3541
1.55/1.88	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.88	c 2	Propagation in CSP
1.65/1.99	c 2	2355 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.65/1.99	c 2	CSP : 4911 integers, 0 booleans, 7079 clauses, largest domain size 2361
1.65/1.99	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/2.00	c 2	Simplifing CSP by introducing new Boolean variables
1.74/2.08	c 2	CSP : 4911 integers, 4720 booleans, 11799 clauses, largest domain size 2361
1.74/2.08	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.85/2.15	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.85/2.17	c 2	492 (10%) CSP integer variables are encoded (382 clauses, 4122 bytes)
1.85/2.18	c 2	983 (20%) CSP integer variables are encoded (382 clauses, 4122 bytes)
1.85/2.18	c 2	1474 (30%) CSP integer variables are encoded (382 clauses, 4122 bytes)
1.85/2.19	c 2	1965 (40%) CSP integer variables are encoded (382 clauses, 4122 bytes)
1.85/2.19	c 2	2456 (50%) CSP integer variables are encoded (382 clauses, 4122 bytes)
1.95/2.22	c 2	2947 (60%) CSP integer variables are encoded (26017 clauses, 375040 bytes)
1.95/2.23	c 2	3438 (70%) CSP integer variables are encoded (32190 clauses, 467635 bytes)
1.95/2.24	c 2	3929 (80%) CSP integer variables are encoded (38401 clauses, 560800 bytes)
1.95/2.25	c 2	4420 (90%) CSP integer variables are encoded (42632 clauses, 624265 bytes)
1.95/2.26	c 2	4911 (100%) CSP integer variables are encoded (48212 clauses, 707965 bytes)
2.04/2.31	c 2	1180 (10%) CSP clauses are encoded (51753 clauses, 761098 bytes)
2.04/2.34	c 2	2360 (20%) CSP clauses are encoded (55294 clauses, 815827 bytes)
2.04/2.36	c 2	3540 (30%) CSP clauses are encoded (58832 clauses, 870741 bytes)
2.04/2.38	c 2	4720 (40%) CSP clauses are encoded (62373 clauses, 927372 bytes)
2.04/2.39	c 2	5900 (50%) CSP clauses are encoded (65914 clauses, 984813 bytes)
2.14/2.41	c 2	7080 (60%) CSP clauses are encoded (69452 clauses, 1042211 bytes)
8.25/8.67	c 9	8260 (70%) CSP clauses are encoded (2910036 clauses, 60387407 bytes)
13.47/13.99	c 14	9440 (80%) CSP clauses are encoded (5710488 clauses, 120488295 bytes)
14.25/14.70	c 15	10620 (90%) CSP clauses are encoded (6068936 clauses, 128120865 bytes)
16.14/16.68	c 17	11799 (100%) CSP clauses are encoded (7127112 clauses, 150773489 bytes)
16.14/16.68	c 17	11799 CSP clauses encoded
16.14/16.68	c 17	Writing map file : HOME/temp.map
16.23/16.73	c 17	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.23/16.73	c 17	SAT : 57843 SAT variables, 7127112 SAT clauses, 150773489 bytes
16.23/16.73	c 17	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.23/16.80	c 17	OBJECTIVE minimize _COST
16.29/16.81	c 17	OBJECTIVE BOUND: 0 <= _COST <= 
16.29/16.81	c 17	SEARCHING: _COST <= 1180
16.29/16.81	c 17	SOLVING HOME/temp.cnf
16.29/16.81	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.29/16.82	c 17	This is MiniSat 2.0 beta
16.29/16.82	c 17	WARNING: for repeatability, setting FPU to use double precision
16.29/16.82	c 17	============================[ Problem Statistics ]=============================
16.29/16.82	c 17	|                                                                             |
16.29/16.82	c 17	|  Number of variables:  57843                                                |
16.29/16.82	c 17	|  Number of clauses:    7127113                                              |
19.91/20.58	c 21	|  Parsing time:         3.17         s                                       |
29.72/30.50	c 30	============================[ Search Statistics ]==============================
29.72/30.50	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.81/30.50	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.81/30.50	c 30	===============================================================================
29.81/30.50	c 30	|         0 |   43683  4533757 13486899 |  1511252        0    nan |  0.000 % |
30.31/31.04	c 31	|       101 |   43683  4533757 13486899 |  1662377      101     69 | 24.480 % |
30.60/31.34	c 31	===============================================================================
30.60/31.35	c 31	restarts              : 2
30.60/31.35	c 31	conflicts             : 101            (7 /sec)
30.60/31.35	c 31	decisions             : 2832           (0.81 % random) (205 /sec)
30.60/31.35	c 31	propagations          : 178294         (12885 /sec)
30.60/31.35	c 31	conflict literals     : 6963           (3.41 % deleted)
30.60/31.35	c 31	Memory used           : 271.67 MB
30.60/31.35	c 31	CPU time              : 13.8369 s
30.60/31.35	c 31	
30.60/31.37	c 31	SATISFIABLE
30.69/31.42	c 31	FOUND: _COST <= 1180
30.69/31.42	s SATISFIABLE
30.69/31.42	c 31	DECODING HOME/temp.out WITH HOME/temp.map
30.69/31.42	c 31	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.75/31.50	c 31	Decoding HOME/temp.out
31.22/31.93	c 32	OBJECTIVE _COST 1180
31.22/31.93	o 1180
31.22/31.94	v 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 1 3 3 3 0 3 3 3 3 3 3 3 3 3 2 0 0 3 3 3 0 3 3 3 3 0 0 3 3 2 3 3 3 2 3 3 3 3 3 3 3 3 3 3 2 3 3 2 1 3 3 2 1 2 2 3 2 2 2 2 2 2 3 2 2 3 2 2 2 2 2 2 2 2 2 2 2 3 0 3 3 3 3 3 3 1 3 3 1 1 3 3 3 3 3 1 1 3 3 1 1 3 3 0 3 3 1 3 1 0 2 3 3 1 1 1 3 3 2 1 1 1 1 3 3 1 2 2 2 2 1 2 2 2 2 3 2 2 1 1 1 1 2 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 0 0
31.22/31.95	c 32	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
31.22/32.00	c 32	OBJECTIVE BOUND: 0 <= _COST <= 1180
31.22/32.00	c 32	SEARCHING: _COST <= 590
31.22/32.00	c 32	SOLVING HOME/temp.cnf
31.22/32.00	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.27/32.00	c 32	This is MiniSat 2.0 beta
31.27/32.00	c 32	WARNING: for repeatability, setting FPU to use double precision
31.27/32.00	c 32	============================[ Problem Statistics ]=============================
31.27/32.00	c 32	|                                                                             |
31.27/32.00	c 32	|  Number of variables:  57843                                                |
31.27/32.00	c 32	|  Number of clauses:    7127113                                              |
35.12/35.93	c 36	|  Parsing time:         3.37         s                                       |
48.51/49.41	c 49	============================[ Search Statistics ]==============================
48.51/49.41	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.51/49.41	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.51/49.41	c 49	===============================================================================
48.51/49.41	c 49	|         0 |   36013  2945182  8743594 |   981727        0    nan |  0.000 % |
48.90/49.89	c 50	|       100 |   36013  2945182  8743594 |  1079900      100     69 | 37.740 % |
49.29/50.29	c 50	|       250 |   36013  2945182  8743594 |  1187890      250     60 | 37.740 % |
49.49/50.41	c 50	===============================================================================
49.49/50.42	c 50	restarts              : 3
49.49/50.42	c 50	conflicts             : 278            (16 /sec)
49.49/50.42	c 50	decisions             : 3051           (0.88 % random) (172 /sec)
49.49/50.42	c 50	propagations          : 531474         (29984 /sec)
49.49/50.42	c 50	conflict literals     : 16528          (17.95 % deleted)
49.49/50.42	c 50	Memory used           : 275.47 MB
49.49/50.42	c 50	CPU time              : 17.7253 s
49.49/50.42	c 50	
49.49/50.44	c 50	SATISFIABLE
49.49/50.49	c 50	FOUND: _COST <= 590
49.49/50.49	c 50	DECODING HOME/temp.out WITH HOME/temp.map
49.49/50.49	c 50	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
49.60/50.58	c 51	Decoding HOME/temp.out
49.88/50.80	c 51	OBJECTIVE _COST 590
49.88/50.80	o 590
49.88/50.81	v 2 3 1 3 1 0 3 3 3 3 1 2 3 2 3 0 0 3 3 3 0 2 1 2 0 2 2 0 0 0 2 3 0 2 0 0 2 3 0 0 2 0 3 0 2 1 3 2 2 2 1 1 1 1 2 3 0 1 2 1 2 0 0 2 0 2 0 0 2 1 2 1 2 1 2 0 0 2 2 0 2 0 0 0 0 2 2 2 0 0 2 2 1 1 3 0 1 1 1 1 0 3 3 3 3 1 3 3 2 3 0 3 0 0 3 0 1 3 2 3 2 3 2 0 0 3 3 3 1 0 3 2 0 0 0 0 0 0 2 0 1 1 1 3 1 1 0 1 1 0 3 0 1 2 3 2 2 0 0 0 0 0 0 2 1 2 1 2 1 0 1 0 0 3 0 2 0 0 0 0 0 0 0 0 0 0 2 1 1 3 2
49.88/50.82	c 51	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
49.88/50.87	c 51	OBJECTIVE BOUND: 0 <= _COST <= 590
49.88/50.87	c 51	SEARCHING: _COST <= 295
49.88/50.87	c 51	SOLVING HOME/temp.cnf
49.88/50.87	c 51	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.88/50.87	c 51	This is MiniSat 2.0 beta
49.88/50.87	c 51	WARNING: for repeatability, setting FPU to use double precision
49.88/50.87	c 51	============================[ Problem Statistics ]=============================
49.88/50.87	c 51	|                                                                             |
49.88/50.87	c 51	|  Number of variables:  57843                                                |
49.88/50.87	c 51	|  Number of clauses:    7127113                                              |
53.80/54.82	c 55	|  Parsing time:         3.41         s                                       |
68.36/69.59	c 70	============================[ Search Statistics ]==============================
68.36/69.59	c 70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.36/69.59	c 70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.36/69.59	c 70	===============================================================================
68.36/69.59	c 70	|         0 |   31293  1669602  4930719 |   556534        0    nan |  0.000 % |
68.76/69.99	c 70	|       100 |   31293  1669602  4930719 |   612187      100    162 | 45.900 % |
69.16/70.36	c 70	|       250 |   31293  1669602  4930719 |   673406      250    129 | 45.900 % |
69.55/70.72	c 71	|       477 |   31293  1669602  4930719 |   740746      477    100 | 45.900 % |
70.34/71.57	c 72	|       814 |   31293  1669602  4930719 |   814821      814     87 | 45.900 % |
70.54/71.78	c 72	===============================================================================
70.54/71.78	c 72	restarts              : 5
70.54/71.78	c 72	conflicts             : 942            (47 /sec)
70.54/71.78	c 72	decisions             : 3397           (0.79 % random) (168 /sec)
70.54/71.78	c 72	propagations          : 1898936        (93970 /sec)
70.54/71.78	c 72	conflict literals     : 77446          (15.71 % deleted)
70.54/71.78	c 72	Memory used           : 277.78 MB
70.54/71.78	c 72	CPU time              : 20.2079 s
70.54/71.78	c 72	
70.64/71.81	c 72	SATISFIABLE
70.64/71.85	c 72	FOUND: _COST <= 295
70.64/71.85	c 72	DECODING HOME/temp.out WITH HOME/temp.map
70.64/71.85	c 72	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
70.71/71.94	c 72	Decoding HOME/temp.out
70.71/72.27	c 72	OBJECTIVE _COST 295
70.71/72.27	o 295
70.71/72.28	v 1 1 2 3 1 2 3 3 2 3 1 0 3 2 3 0 2 0 2 2 3 0 1 1 0 2 3 1 2 3 3 2 1 1 0 0 2 0 0 3 0 0 0 0 1 1 2 1 1 2 0 1 2 2 2 2 1 1 2 3 2 2 0 2 0 2 2 0 0 1 1 1 2 0 1 1 1 3 2 3 1 0 0 0 0 0 2 0 2 0 0 0 0 2 3 3 3 2 3 1 2 3 2 3 3 1 3 0 0 0 1 2 0 2 2 0 0 1 1 0 3 3 3 0 3 2 2 0 0 3 0 0 0 1 0 0 0 0 0 0 1 3 1 0 2 3 1 2 3 2 2 0 1 1 0 2 0 0 2 0 2 2 0 0 1 1 3 2 0 1 0 3 2 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 2 3 3
70.71/72.29	c 72	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
70.71/72.34	c 72	OBJECTIVE BOUND: 0 <= _COST <= 295
70.71/72.34	c 72	SEARCHING: _COST <= 147
70.71/72.34	c 72	SOLVING HOME/temp.cnf
70.71/72.34	c 72	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
70.71/72.34	c 72	This is MiniSat 2.0 beta
70.71/72.34	c 72	WARNING: for repeatability, setting FPU to use double precision
70.71/72.34	c 72	============================[ Problem Statistics ]=============================
70.71/72.34	c 72	|                                                                             |
70.71/72.34	c 72	|  Number of variables:  57843                                                |
70.71/72.34	c 72	|  Number of clauses:    7127113                                              |
75.04/76.30	c 76	|  Parsing time:         3.41         s                                       |
89.51/90.99	c 91	============================[ Search Statistics ]==============================
89.51/90.99	c 91	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
89.51/90.99	c 91	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
89.51/90.99	c 91	===============================================================================
89.51/90.99	c 91	|         0 |   27881   905684  2649053 |   301894        0    nan |  0.000 % |
89.91/91.35	c 91	|       100 |   27881   905684  2649053 |   332084      100     80 | 51.799 % |
90.30/91.76	c 92	|       251 |   27881   905684  2649053 |   365292      251     66 | 51.799 % |
90.50/91.90	c 92	|       476 |   27881   905684  2649053 |   401821      476     62 | 51.799 % |
91.49/92.97	c 93	|       813 |   27881   905684  2649053 |   442003      813     62 | 51.799 % |
91.98/93.48	c 93	|      1321 |   27881   905684  2649053 |   486204     1321     73 | 51.799 % |
93.86/95.34	c 95	|      2081 |   27881   905684  2649053 |   534824     2081     69 | 51.799 % |
94.95/96.41	c 96	|      3223 |   27881   905684  2649053 |   588307     3223     71 | 51.799 % |
98.52/100.00	c 100	|      4931 |   27881   905684  2649053 |   647138     4931     68 | 51.799 % |
104.76/106.39	c 106	|      7496 |   27881   905684  2649053 |   711851     7496     68 | 51.799 % |
108.52/110.20	c 110	|     11341 |   27881   905684  2649053 |   783037    11341     64 | 51.799 % |
126.55/128.34	c 128	|     17107 |   27881   905684  2649053 |   861340    17107     71 | 51.799 % |
140.43/142.30	c 142	|     25757 |   27881   905684  2649053 |   947474    25757     71 | 51.799 % |
171.24/173.45	c 173	|     38732 |   27881   905684  2649053 |  1042222    38732     74 | 51.799 % |
217.21/219.89	c 220	|     58194 |   27881   905684  2649053 |  1146444    58194     77 | 51.799 % |
278.03/281.20	c 281	|     87386 |   27881   905684  2649053 |  1261088    87386     81 | 51.799 % |
343.11/346.95	c 347	|    131176 |   27881   905684  2649053 |  1387197   131176     77 | 51.799 % |
611.37/617.73	c 618	|    196860 |   27881   905684  2649053 |  1525917   196860     85 | 51.799 % |
940.16/949.69	c 950	|    295387 |   27881   905684  2649053 |  1678509   295387     74 | 51.799 % |
1513.44/1528.37	c 1528	|    443176 |   27881   905684  2649053 |  1846360   443176     76 | 51.799 % |
2807.43/2832.51	c 2832	|    664859 |   27881   905684  2649053 |  2030996   664859     91 | 51.799 % |
3600.05/3632.62	c ERROR INTERRUPTED
3600.05/3632.68	c 3633	CPU 68.03 (0.05 0.03 67.98 3.08)
3600.05/3632.68	c 3633	END Sat Jul 12 19:12:27 2008

Verifier Data (download as text)

OK	200	2160
200 unsatisfied constraints, 2160 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-1113172-1215879114/watcher-1113172-1215879114 -o /tmp/evaluation-result-1113172-1215879114/solver-1113172-1215879114 -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-1113172-1215879114.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

[startup+0 s]
/proc/loadavg: 1.94 2.02 2.08 4/81 18029
/proc/meminfo: memFree=1591688/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=18572 CPUtime=0
/proc/18029/stat : 18029 (runsolver) R 18027 16856 16856 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 44614718 19017728 290 996147200 4194304 4296836 548682068256 18446744073709551615 259910563562 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18029/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0342389 s]
/proc/loadavg: 1.94 2.02 2.08 4/81 18029
/proc/meminfo: memFree=1591688/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=124 CPUtime=0
/proc/18029/stat : 18029 (sugar) D 18027 18029 16856 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 44614718 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 259910595977 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101246 s]
/proc/loadavg: 1.94 2.02 2.08 4/81 18029
/proc/meminfo: memFree=1591688/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=12272 CPUtime=0
/proc/18029/stat : 18029 (sugar) D 18027 18029 16856 0 -1 4194304 350 0 3 0 0 0 0 0 18 0 1 0 44614718 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18029/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301269 s]
/proc/loadavg: 1.94 2.02 2.08 4/81 18029
/proc/meminfo: memFree=1591688/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.04
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44614718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701307 s]
/proc/loadavg: 1.94 2.02 2.08 4/81 18029
/proc/meminfo: memFree=1591688/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.04
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 895 127 3 0 3 1 0 0 19 0 1 0 44614718 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50138 s]
/proc/loadavg: 1.94 2.02 2.08 3/84 18043
/proc/meminfo: memFree=1588656/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.77
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 971 5225 3 1 3 1 69 4 15 0 1 0 44614718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 797 370 3 0 500 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44614817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868284 CPUtime=0.48
/proc/18043/stat : 18043 (java) S 18042 18029 16856 0 -1 0 5197 0 1 0 45 3 0 0 18 0 9 0 44614818 889122816 4631 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217071 4631 1729 9 0 211646 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 887240

[startup+3.10253 s]
/proc/loadavg: 1.94 2.02 2.08 4/92 18051
/proc/meminfo: memFree=1569520/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.77
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 971 5225 3 1 3 1 69 4 15 0 1 0 44614718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 797 370 3 0 500 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44614817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868508 CPUtime=2.06
/proc/18043/stat : 18043 (java) S 18042 18029 16856 0 -1 0 8247 0 2 0 200 6 0 0 18 0 9 0 44614818 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217127 7306 2564 9 0 211674 0
[pid=18043/tid=18044] ppid=18042 vsize=868508 CPUtime=1.48
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16856 0 -1 64 2857 0 2 0 146 2 0 0 25 0 9 0 44614819 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4127068840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868508 CPUtime=0.27
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16856 0 -1 64 3193 0 0 0 26 1 0 0 16 0 9 0 44614820 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44614821 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16856 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44614821 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44614823 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868508 CPUtime=0.28
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16856 0 -1 64 1504 0 0 0 27 1 0 0 15 0 9 0 44614823 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44614823 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44614823 889352192 7306 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887464

[startup+6.30184 s]
/proc/loadavg: 1.94 2.02 2.08 3/92 18051
/proc/meminfo: memFree=1545328/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.77
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 971 5225 3 1 3 1 69 4 15 0 1 0 44614718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 797 370 3 0 500 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44614817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868508 CPUtime=5.22
/proc/18043/stat : 18043 (java) S 18042 18029 16856 0 -1 0 9102 0 2 0 492 30 0 0 18 0 9 0 44614818 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217127 7312 2564 9 0 211674 0
[pid=18043/tid=18044] ppid=18042 vsize=868508 CPUtime=4.41
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16856 0 -1 64 3707 0 2 0 419 22 0 0 24 0 9 0 44614819 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4127051601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868508 CPUtime=0.49
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16856 0 -1 64 3193 0 0 0 43 6 0 0 16 0 9 0 44614820 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44614821 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16856 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44614821 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868508 CPUtime=0.29
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16856 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 887464

[startup+12.7025 s]
/proc/loadavg: 2.03 2.04 2.09 3/92 18051
/proc/meminfo: memFree=1470640/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13600 CPUtime=0.77
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 971 5225 3 1 3 1 69 4 16 0 1 0 44614718 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3400 797 370 3 0 500 0
[pid=18042] ppid=18029 vsize=5356 CPUtime=0
/proc/18042/stat : 18042 (sh) S 18029 18029 16856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44614817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18042/statm: 1339 233 193 169 0 50 0
[pid=18043] ppid=18042 vsize=868508 CPUtime=11.54
/proc/18043/stat : 18043 (java) S 18042 18029 16856 0 -1 0 10922 0 2 0 1068 86 0 0 18 0 9 0 44614818 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18043/statm: 217127 7312 2564 9 0 211674 0
[pid=18043/tid=18044] ppid=18042 vsize=868508 CPUtime=10.27
/proc/18043/task/18044/stat : 18044 (java) R 18042 18029 16856 0 -1 64 5527 0 2 0 960 67 0 0 25 0 9 0 44614819 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4126548247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18045] ppid=18042 vsize=868508 CPUtime=0.95
/proc/18043/task/18045/stat : 18045 (java) S 18042 18029 16856 0 -1 64 3193 0 0 0 79 16 0 0 16 0 9 0 44614820 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18046] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18046/stat : 18046 (java) S 18042 18029 16856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44614821 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18047] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18047/stat : 18047 (java) S 18042 18029 16856 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 44614821 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18048] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18048/stat : 18048 (java) S 18042 18029 16856 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18049] ppid=18042 vsize=868508 CPUtime=0.29
/proc/18043/task/18049/stat : 18049 (java) S 18042 18029 16856 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18050] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18050/stat : 18050 (java) S 18042 18029 16856 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18043/tid=18051] ppid=18042 vsize=868508 CPUtime=0
/proc/18043/task/18051/stat : 18051 (java) S 18042 18029 16856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44614823 889352192 7312 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887464

[startup+25.5017 s]
/proc/loadavg: 2.16 2.07 2.10 3/84 18053
/proc/meminfo: memFree=1163504/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=16.29
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1121 17585 6 3 4 1 1496 128 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18052] ppid=18029 vsize=5356 CPUtime=0
/proc/18052/stat : 18052 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44616400 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18052/statm: 1339 232 193 169 0 50 0
[pid=18053] ppid=18052 vsize=278256 CPUtime=8.57
/proc/18053/stat : 18053 (minisat) R 18052 18029 16856 0 -1 4194304 68542 0 0 0 804 53 0 0 25 0 1 0 44616400 284934144 68528 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/18053/statm: 69564 68528 71 150 0 69411 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 297476

[startup+51.1011 s]
/proc/loadavg: 2.11 2.06 2.09 3/84 18067
/proc/meminfo: memFree=1437680/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=49.92
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1356 164301 6 5 5 2 4736 249 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 13864

[startup+102.307 s]
/proc/loadavg: 2.04 2.05 2.09 3/84 18089
/proc/meminfo: memFree=1157168/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=284664 CPUtime=29.66
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 70172 0 0 0 2916 50 0 0 25 0 1 0 44621953 291495936 70158 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 71166 70158 76 150 0 71013 0

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

[startup+3282.3 s]
/proc/loadavg: 2.72 2.70 2.52 3/83 18216
/proc/meminfo: memFree=1360064/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=434880 CPUtime=3181.88
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 107235 0 0 0 318021 167 0 0 25 0 1 0 44621953 445317120 107221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 108720 107221 76 150 0 108567 0
Current children cumulated CPU time (s) 3253.02
Current children cumulated vsize (KiB) 454100

[startup+3342.3 s]
/proc/loadavg: 2.83 2.74 2.55 4/83 18216
/proc/meminfo: memFree=1355904/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=439116 CPUtime=3241.32
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 108275 0 0 0 323964 168 0 0 25 0 1 0 44621953 449654784 108261 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 109779 108261 76 150 0 109626 0
Current children cumulated CPU time (s) 3312.46
Current children cumulated vsize (KiB) 458336

[startup+3402.31 s]
/proc/loadavg: 2.54 2.68 2.54 3/83 18216
/proc/meminfo: memFree=1351744/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=443076 CPUtime=3300.76
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 109290 0 0 0 329907 169 0 0 25 0 1 0 44621953 453709824 109276 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 110769 109276 76 150 0 110616 0
Current children cumulated CPU time (s) 3371.9
Current children cumulated vsize (KiB) 462296

[startup+3462.3 s]
/proc/loadavg: 2.62 2.67 2.54 3/83 18216
/proc/meminfo: memFree=1346752/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=447844 CPUtime=3360.2
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 110492 0 0 0 335850 170 0 0 25 0 1 0 44621953 458592256 110478 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 111961 110478 76 150 0 111808 0
Current children cumulated CPU time (s) 3431.34
Current children cumulated vsize (KiB) 467064

[startup+3522.3 s]
/proc/loadavg: 2.65 2.67 2.55 4/83 18216
/proc/meminfo: memFree=1342976/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=451636 CPUtime=3419.63
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 111432 0 0 0 341792 171 0 0 25 0 1 0 44621953 462475264 111418 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 112909 111418 76 150 0 112756 0
Current children cumulated CPU time (s) 3490.77
Current children cumulated vsize (KiB) 470856

[startup+3582.3 s]
/proc/loadavg: 2.50 2.62 2.54 4/83 18216
/proc/meminfo: memFree=1339008/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=455588 CPUtime=3479.08
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 112424 0 0 0 347736 172 0 0 25 0 1 0 44621953 466522112 112410 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 113897 112410 76 150 0 113744 0
Current children cumulated CPU time (s) 3550.22
Current children cumulated vsize (KiB) 474808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.6 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 18216
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=458776 CPUtime=3528.91
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 113207 0 0 0 352718 173 0 0 25 0 1 0 44621953 469786624 113193 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 114694 113193 76 150 0 114541 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 477996

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

[startup+3632.6 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 18216
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) S 18027 18029 16856 0 -1 4194304 1471 238700 6 6 5 3 6798 308 16 0 1 0 44614718 14196736 875 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18029/statm: 3466 875 374 3 0 566 0
[pid=18088] ppid=18029 vsize=5356 CPUtime=0
/proc/18088/stat : 18088 (sh) S 18029 18029 16856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44621952 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18088/statm: 1339 232 193 169 0 50 0
[pid=18089] ppid=18088 vsize=458776 CPUtime=3528.91
/proc/18089/stat : 18089 (minisat) R 18088 18029 16856 0 -1 4194304 113207 0 0 0 352718 173 0 0 25 0 1 0 44621953 469786624 113193 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18089/statm: 114694 113193 76 150 0 114541 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 477996

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

[startup+3632.72 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 18216
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) D 18027 18029 16856 0 -1 4194304 1503 238977 6 6 5 3 6798 308 15 0 1 0 44614718 14196736 876 996147200 4194304 4206940 548682068592 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18029/statm: 3466 876 375 3 0 566 0
Current children cumulated CPU time (s) 71.14
Current children cumulated vsize (KiB) 13864

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

[startup+3632.8 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 18216
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) D 18027 18029 16856 0 -1 4194304 1504 238977 6 6 5 3 6798 308 15 0 1 0 44614718 14196736 876 996147200 4194304 4206940 548682068592 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18029/statm: 3466 876 375 3 0 566 0
Current children cumulated CPU time (s) 71.14
Current children cumulated vsize (KiB) 13864

[startup+3632.9 s]
/proc/loadavg: 2.62 2.63 2.55 4/83 18216
/proc/meminfo: memFree=1335808/2055920 swapFree=4192812/4192956
[pid=18029] ppid=18027 vsize=13864 CPUtime=71.14
/proc/18029/stat : 18029 (sugar) D 18027 18029 16856 0 -1 4194304 1504 238977 6 6 5 3 6798 308 15 0 1 0 44614718 14196736 876 996147200 4194304 4206940 548682068592 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18029/statm: 3466 876 375 3 0 566 0
Current children cumulated CPU time (s) 71.14
Current children cumulated vsize (KiB) 13864

Child status: 0

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

Real time (s): 3632.99
CPU time (s): 3600.08
CPU user time (s): 3595.22
CPU system time (s): 4.85852
CPU usage (%): 99.094
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.0407
system time used= 3.12852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240512
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31638
involuntary context switches= 33992

runsolver used 4.38433 second user time and 12.1462 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-12 18:11:54
IDJOB=1113172
IDBENCH=61538
IDSOLVER=368
FILE ID=node4/1113172-1215879114
PBS_JOBID= 7903523
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel7-4.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-1113172-1215879114/watcher-1113172-1215879114 -o /tmp/evaluation-result-1113172-1215879114/solver-1113172-1215879114 -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-1113172-1215879114.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0d8557135ac2cc6929d01441b291d46a
RANDOM SEED=1274163224

node4.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.232
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.232
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:       1592168 kB
Buffers:          5216 kB
Cached:          46872 kB
SwapCached:          0 kB
Active:         393352 kB
Inactive:        20020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:         381512 kB
Slab:            34840 kB
Committed_AS:   720640 kB
PageTables:       2700 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= 66504 MiB
End job on node4 at 2008-07-12 19:12:29