Trace number 1111186

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)92 3600.09 3631.88

General information on the benchmark

Namecsp/
chessboardColoration/normalized-cc-9-9-2.xml
MD5SUMce08ce1390ffd10aa41a85c876acf89f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints80
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints1296
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1296
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 Sat Jul 12 07:57:24 2008
0.00/0.05	c 0	PID 15377
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111186-1215842244.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111186-1215842244.xml' 'HOME/temp.csp'
0.03/0.46	c 0	1 domains, 81 variables, 1 predicates, 0 relations, 1296 constraints
0.03/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.43/0.55	c 0	Parsing HOME/temp.csp
0.43/0.97	c 1	parsed 1379 expressions
0.43/0.97	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.99	c 1	MAX CSP: 1296 constraints
0.43/0.99	c 1	Converting to clausal form CSP
1.04/1.19	c 1	converted 268 (10%) expressions
1.14/1.22	c 1	converted 536 (20%) expressions
1.14/1.25	c 1	converted 804 (30%) expressions
1.14/1.27	c 1	converted 1072 (40%) expressions
1.14/1.30	c 1	converted 1339 (50%) expressions
1.24/1.32	c 1	converted 1607 (60%) expressions
1.24/1.38	c 1	converted 1875 (70%) expressions
1.33/1.41	c 1	converted 2143 (80%) expressions
1.33/1.43	c 1	converted 2411 (90%) expressions
1.42/1.58	c 1	converted 2678 (100%) expressions
1.42/1.58	c 1	CSP : 2673 integers, 0 booleans, 3887 clauses, largest domain size 1945
1.42/1.58	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.58	c 1	Propagation in CSP
1.63/1.74	c 1	1293 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.74	c 2	CSP : 2673 integers, 0 booleans, 3887 clauses, largest domain size 1297
1.63/1.74	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.63/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.81	c 2	CSP : 2673 integers, 15552 booleans, 19439 clauses, largest domain size 1297
1.72/1.81	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.91	c 2	268 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.83/1.92	c 2	535 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.83/1.92	c 2	802 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.83/1.92	c 2	1070 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.83/1.92	c 2	1337 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.83/1.95	c 2	1604 (60%) CSP integer variables are encoded (12644 clauses, 172641 bytes)
1.83/1.95	c 2	1872 (70%) CSP integer variables are encoded (15779 clauses, 219666 bytes)
1.83/1.96	c 2	2139 (80%) CSP integer variables are encoded (18966 clauses, 267471 bytes)
1.83/1.96	c 2	2406 (90%) CSP integer variables are encoded (21048 clauses, 298701 bytes)
1.83/1.96	c 2	2673 (100%) CSP integer variables are encoded (23876 clauses, 341121 bytes)
1.93/2.03	c 2	1944 (10%) CSP clauses are encoded (27615 clauses, 395952 bytes)
1.93/2.05	c 2	3888 (20%) CSP clauses are encoded (31353 clauses, 450993 bytes)
1.93/2.07	c 2	5832 (30%) CSP clauses are encoded (35092 clauses, 507639 bytes)
1.93/2.08	c 2	7776 (40%) CSP clauses are encoded (38830 clauses, 564339 bytes)
2.02/2.11	c 2	9720 (50%) CSP clauses are encoded (42569 clauses, 620985 bytes)
2.02/2.13	c 2	11664 (60%) CSP clauses are encoded (46307 clauses, 677685 bytes)
2.02/2.15	c 2	13608 (70%) CSP clauses are encoded (50046 clauses, 734459 bytes)
2.02/2.17	c 2	15552 (80%) CSP clauses are encoded (53784 clauses, 791309 bytes)
3.90/4.00	c 4	17496 (90%) CSP clauses are encoded (923580 clauses, 18830818 bytes)
6.16/6.39	c 6	19439 (100%) CSP clauses are encoded (2203548 clauses, 46203824 bytes)
6.16/6.39	c 6	19439 CSP clauses encoded
6.16/6.39	c 6	Writing map file : HOME/temp.map
6.27/6.43	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.27/6.43	c 6	SAT : 42101 SAT variables, 2203548 SAT clauses, 46203824 bytes
6.27/6.43	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.27/6.48	c 6	OBJECTIVE minimize _COST
6.27/6.48	c 6	OBJECTIVE BOUND: 0 <= _COST <= 
6.27/6.48	c 6	SEARCHING: _COST <= 648
6.27/6.48	c 6	SOLVING HOME/temp.cnf
6.27/6.48	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.27/6.48	c 6	This is MiniSat 2.0 beta
6.27/6.48	c 6	WARNING: for repeatability, setting FPU to use double precision
6.27/6.48	c 6	============================[ Problem Statistics ]=============================
6.27/6.48	c 6	|                                                                             |
6.27/6.48	c 6	|  Number of variables:  42101                                                |
6.27/6.48	c 6	|  Number of clauses:    2203549                                              |
7.33/7.59	c 7	|  Parsing time:         0.97         s                                       |
8.92/9.11	c 9	============================[ Search Statistics ]==============================
8.92/9.11	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.92/9.11	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.92/9.11	c 9	===============================================================================
8.92/9.11	c 9	|         0 |   34973  1413327  4169649 |   471109        0    nan |  0.000 % |
9.11/9.32	c 9	|       100 |   34973  1413327  4169649 |   518219      100     13 | 16.931 % |
9.31/9.50	c 9	|       250 |   34973  1413327  4169649 |   570041      250     41 | 16.931 % |
9.41/9.69	c 9	|       475 |   34973  1413327  4169649 |   627046      475     31 | 16.931 % |
10.01/10.26	c 10	|       813 |   34973  1413327  4169649 |   689750      813     60 | 16.931 % |
10.60/10.80	c 11	|      1321 |   34973  1413327  4169649 |   758725     1321     69 | 16.931 % |
11.19/11.47	c 11	===============================================================================
11.19/11.48	c 11	restarts              : 6
11.19/11.48	c 11	conflicts             : 1819           (378 /sec)
11.19/11.48	c 11	decisions             : 63960          (0.65 % random) (13291 /sec)
11.19/11.48	c 11	propagations          : 2390913        (496837 /sec)
11.19/11.48	c 11	conflict literals     : 144743         (8.72 % deleted)
11.19/11.48	c 11	Memory used           : 90.23 MB
11.19/11.48	c 11	CPU time              : 4.81227 s
11.19/11.48	c 11	
11.19/11.50	c 11	SATISFIABLE
11.28/11.51	c 11	FOUND: _COST <= 648
11.28/11.51	s SATISFIABLE
11.28/11.51	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.28/11.51	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.28/11.59	c 11	Decoding HOME/temp.out
11.31/11.76	c 12	OBJECTIVE _COST 648
11.31/11.76	o 648
11.31/11.77	v 1 0 0 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1 0 1 0 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 1 1 1 1
11.31/11.77	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.31/11.78	c 12	OBJECTIVE BOUND: 0 <= _COST <= 648
11.31/11.78	c 12	SEARCHING: _COST <= 324
11.31/11.78	c 12	SOLVING HOME/temp.cnf
11.31/11.78	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.31/11.78	c 12	This is MiniSat 2.0 beta
11.31/11.78	c 12	WARNING: for repeatability, setting FPU to use double precision
11.31/11.78	c 12	============================[ Problem Statistics ]=============================
11.31/11.78	c 12	|                                                                             |
11.31/11.78	c 12	|  Number of variables:  42101                                                |
11.31/11.78	c 12	|  Number of clauses:    2203549                                              |
12.66/12.93	c 13	|  Parsing time:         0.98         s                                       |
14.64/14.98	c 15	============================[ Search Statistics ]==============================
14.64/14.98	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.64/14.98	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.64/14.98	c 15	===============================================================================
14.64/14.98	c 15	|         0 |   31085   929757  2730279 |   309919        0    nan |  0.000 % |
14.84/15.12	c 15	|       101 |   31085   929757  2730279 |   340910      101     20 | 26.166 % |
14.94/15.26	c 15	|       251 |   31085   929757  2730279 |   375001      251     33 | 26.166 % |
15.04/15.40	c 15	|       476 |   31085   929757  2730279 |   412502      476     26 | 26.166 % |
15.53/15.87	c 16	|       813 |   31085   929757  2730279 |   453752      813     42 | 26.166 % |
15.83/16.15	c 16	|      1319 |   31085   929757  2730279 |   499127     1319     42 | 26.166 % |
16.42/16.73	c 16	|      2079 |   31085   929757  2730279 |   549040     2079     46 | 26.166 % |
17.61/17.97	c 18	|      3218 |   31085   929757  2730279 |   603944     3218     54 | 26.166 % |
20.08/20.47	c 20	|      4926 |   31085   929757  2730279 |   664338     4926     73 | 26.166 % |
20.78/21.10	c 21	===============================================================================
20.78/21.11	c 21	restarts              : 9
20.78/21.11	c 21	conflicts             : 5699           (627 /sec)
20.78/21.11	c 21	decisions             : 81563          (0.69 % random) (8979 /sec)
20.78/21.11	c 21	propagations          : 9531173        (1049270 /sec)
20.78/21.11	c 21	conflict literals     : 404565         (21.35 % deleted)
20.78/21.11	c 21	Memory used           : 91.65 MB
20.78/21.11	c 21	CPU time              : 9.08362 s
20.78/21.11	c 21	
20.78/21.13	c 21	SATISFIABLE
20.78/21.14	c 21	FOUND: _COST <= 324
20.78/21.14	c 21	DECODING HOME/temp.out WITH HOME/temp.map
20.78/21.14	c 21	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.83/21.22	c 21	Decoding HOME/temp.out
20.83/21.40	c 21	OBJECTIVE _COST 243
20.83/21.40	o 243
20.83/21.40	v 0 0 0 1 0 1 1 1 0 1 0 0 0 1 1 1 0 0 0 1 1 1 1 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 0 1 1 1 0 0 1 1 0 1 0 1 0 1 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1
20.83/21.41	c 21	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
20.83/21.46	c 21	OBJECTIVE BOUND: 0 <= _COST <= 243
20.83/21.46	c 21	SEARCHING: _COST <= 121
20.83/21.46	c 21	SOLVING HOME/temp.cnf
20.83/21.46	c 21	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
20.83/21.46	c 21	This is MiniSat 2.0 beta
20.83/21.46	c 21	WARNING: for repeatability, setting FPU to use double precision
20.83/21.46	c 21	============================[ Problem Statistics ]=============================
20.83/21.46	c 21	|                                                                             |
20.83/21.46	c 21	|  Number of variables:  42101                                                |
20.83/21.47	c 21	|  Number of clauses:    2203549                                              |
22.21/22.64	c 22	|  Parsing time:         1.03         s                                       |
24.29/24.76	c 25	============================[ Search Statistics ]==============================
24.29/24.76	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.29/24.76	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.29/24.76	c 25	===============================================================================
24.29/24.76	c 25	|         0 |   27753   415933  1198600 |   138644        0    nan |  0.000 % |
24.39/24.88	c 25	|       101 |   27753   415933  1198600 |   152508      101     14 | 34.080 % |
24.50/24.99	c 25	|       252 |   27753   415933  1198600 |   167759      252     25 | 34.080 % |
24.70/25.12	c 25	|       477 |   27753   415933  1198600 |   184535      477     21 | 34.080 % |
25.09/25.51	c 25	|       816 |   27753   415933  1198600 |   202989      816     45 | 34.080 % |
25.28/25.79	c 26	|      1322 |   27753   415933  1198600 |   223288     1322     45 | 34.080 % |
26.47/26.91	c 27	|      2082 |   27753   415933  1198600 |   245616     2082     71 | 34.080 % |
27.46/27.92	c 28	|      3221 |   27753   415933  1198600 |   270178     3221     71 | 34.080 % |
29.44/29.98	c 30	|      4929 |   27753   415933  1198600 |   297196     4929     79 | 34.080 % |
31.62/32.12	c 32	|      7492 |   27753   415933  1198600 |   326916     7492     84 | 34.080 % |
38.16/38.77	c 39	|     11336 |   27753   415933  1198600 |   359607    11336    102 | 34.080 % |
44.40/45.09	c 45	===============================================================================
44.40/45.09	c 45	restarts              : 11
44.40/45.09	c 45	conflicts             : 16062          (691 /sec)
44.40/45.09	c 45	decisions             : 105502         (0.73 % random) (4537 /sec)
44.40/45.09	c 45	propagations          : 27355478       (1176354 /sec)
44.40/45.09	c 45	conflict literals     : 1718816        (23.48 % deleted)
44.40/45.09	c 45	Memory used           : 90.97 MB
44.40/45.09	c 45	CPU time              : 23.2545 s
44.40/45.09	c 45	
44.50/45.11	c 45	SATISFIABLE
44.50/45.13	c 45	FOUND: _COST <= 121
44.50/45.13	c 45	DECODING HOME/temp.out WITH HOME/temp.map
44.50/45.13	c 45	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
44.55/45.20	c 45	Decoding HOME/temp.out
44.55/45.57	c 45	OBJECTIVE _COST 121
44.55/45.57	o 121
44.55/45.57	v 1 1 0 1 0 0 0 0 1 0 1 1 0 1 0 0 1 1 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 1 1 1 1 0 0 0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 1 0 1 1 0 0 0 0 0 1 1 1 0 1 0
44.55/45.58	c 45	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
44.55/45.60	c 45	OBJECTIVE BOUND: 0 <= _COST <= 121
44.55/45.60	c 45	SEARCHING: _COST <= 60
44.55/45.60	c 45	SOLVING HOME/temp.cnf
44.55/45.60	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.55/45.60	c 45	This is MiniSat 2.0 beta
44.55/45.60	c 45	WARNING: for repeatability, setting FPU to use double precision
44.55/45.60	c 45	============================[ Problem Statistics ]=============================
44.55/45.60	c 45	|                                                                             |
44.55/45.60	c 45	|  Number of variables:  42101                                                |
44.55/45.60	c 45	|  Number of clauses:    2203549                                              |
46.16/46.80	c 47	|  Parsing time:         1.04         s                                       |
48.14/48.88	c 49	============================[ Search Statistics ]==============================
48.14/48.88	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.14/48.88	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.14/48.88	c 49	===============================================================================
48.14/48.88	c 49	|         0 |   26096   239403   673920 |    79801        0    nan |  0.000 % |
48.24/48.99	c 49	|       101 |   26096   239403   673920 |    87781      101     15 | 38.016 % |
48.34/49.10	c 49	|       252 |   26096   239403   673920 |    96559      252     32 | 38.016 % |
48.44/49.18	c 49	|       478 |   26096   239403   673920 |   106215      478     28 | 38.016 % |
48.84/49.58	c 49	|       816 |   26096   239403   673920 |   116836      816     55 | 38.016 % |
49.13/49.84	c 50	|      1322 |   26096   239403   673920 |   128520     1322     55 | 38.016 % |
49.73/50.41	c 50	|      2082 |   26096   239403   673920 |   141372     2082     50 | 38.016 % |
50.92/51.70	c 51	|      3222 |   26096   239403   673920 |   155509     3222     62 | 38.016 % |
52.20/52.92	c 53	|      4930 |   26096   239403   673920 |   171060     4930     65 | 38.016 % |
55.67/56.48	c 56	|      7494 |   26096   239403   673920 |   188166     7494     75 | 38.016 % |
59.63/60.44	c 60	|     11338 |   26096   239403   673920 |   206983    11338     79 | 38.016 % |
67.36/68.28	c 68	|     17105 |   26096   239403   673920 |   227681    17105     77 | 38.016 % |
80.33/81.32	c 81	|     25755 |   26096   239403   673920 |   250449    25755     81 | 38.016 % |
100.21/101.41	c 101	|     38730 |   26096   239403   673920 |   275494    38730     81 | 38.016 % |
136.56/138.11	c 138	|     58191 |   26096   239403   673920 |   303044    58191     85 | 38.016 % |
203.33/205.54	c 205	|     87383 |   26096   239403   673920 |   333348    87383     83 | 38.016 % |
313.07/316.31	c 316	|    131172 |   26096   239403   673920 |   366683   131172     81 | 38.016 % |
488.99/493.96	c 494	|    196856 |   26096   239403   673920 |   403351   196856     78 | 38.016 % |
841.23/849.51	c 849	|    295382 |   26096   239403   673920 |   443686   295382     76 | 38.016 % |
1574.15/1589.50	c 1589	|    443171 |   26096   239403   673920 |   488055   443171     78 | 38.016 % |
2340.43/2363.03	c 2363	|    664854 |   26096   239403   673920 |   536861   170316     78 | 38.016 % |
3600.07/3631.71	c ERROR INTERRUPTED
3600.07/3631.74	c 3631	CPU 43.97 (0.05 0.01 43.92 1.01)
3600.07/3631.74	c 3631	END Sat Jul 12 08:57:55 2008

Verifier Data (download as text)

OK	92	1204
92 unsatisfied constraints, 1204 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-1111186-1215842244/watcher-1111186-1215842244 -o /tmp/evaluation-result-1111186-1215842244/solver-1111186-1215842244 -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-1111186-1215842244.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.05 2.10 2.04 4/81 15377
/proc/meminfo: memFree=1845264/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=12268 CPUtime=0
/proc/15377/stat : 15377 (sugar) R 15375 15377 14972 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 40926992 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 212234631781 0 0 4224 0 0 0 0 17 1 0 0
/proc/15377/statm: 3067 316 241 3 0 167 0

[startup+0.0668051 s]
/proc/loadavg: 2.05 2.10 2.04 4/81 15377
/proc/meminfo: memFree=1845264/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.03
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40926992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102307 s]
/proc/loadavg: 2.05 2.10 2.04 4/81 15377
/proc/meminfo: memFree=1845264/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.03
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40926992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301343 s]
/proc/loadavg: 2.05 2.10 2.04 4/81 15377
/proc/meminfo: memFree=1845264/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.03
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40926992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701408 s]
/proc/loadavg: 2.05 2.10 2.04 4/81 15377
/proc/meminfo: memFree=1845264/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.43
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 974 4917 0 1 3 0 37 3 16 0 1 0 40926992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.05 2.10 2.04 3/92 15399
/proc/meminfo: memFree=1835832/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.43
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 974 4917 0 1 3 0 37 3 15 0 1 0 40926992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 797 370 3 0 500 0
[pid=15390] ppid=15377 vsize=5356 CPUtime=0
/proc/15390/stat : 15390 (sh) S 15377 15377 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40927039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15390/statm: 1339 233 193 169 0 50 0
[pid=15391] ppid=15390 vsize=868288 CPUtime=0.99
/proc/15391/stat : 15391 (java) S 15390 15377 14972 0 -1 0 7443 0 1 0 95 4 0 0 18 0 9 0 40927040 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 217072 6665 2540 9 0 211647 0
[pid=15391/tid=15392] ppid=15390 vsize=868288 CPUtime=0.67
/proc/15391/task/15392/stat : 15392 (java) R 15390 15377 14972 0 -1 64 2683 0 1 0 66 1 0 0 23 0 9 0 40927041 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15393] ppid=15390 vsize=868288 CPUtime=0.11
/proc/15391/task/15393/stat : 15393 (java) S 15390 15377 14972 0 -1 64 2616 0 0 0 11 0 0 0 16 0 9 0 40927042 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15390 vsize=868288 CPUtime=0
/proc/15391/task/15394/stat : 15394 (java) S 15390 15377 14972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40927042 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15390 vsize=868288 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15390 15377 14972 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40927042 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15390 vsize=868288 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40927044 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15390 vsize=868288 CPUtime=0.18
/proc/15391/task/15397/stat : 15397 (java) R 15390 15377 14972 0 -1 64 1452 0 0 0 17 1 0 0 16 0 9 0 40927044 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 102125370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15390 vsize=868288 CPUtime=0
/proc/15391/task/15398/stat : 15398 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40927044 889126912 6665 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15390 vsize=868288 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15390 15377 14972 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40927044 889126912 6665 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) 887244

[startup+3.10283 s]
/proc/loadavg: 2.05 2.10 2.04 3/92 15399
/proc/meminfo: memFree=1819768/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.43
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 974 4917 0 1 3 0 37 3 15 0 1 0 40926992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 797 370 3 0 500 0
[pid=15390] ppid=15377 vsize=5356 CPUtime=0
/proc/15390/stat : 15390 (sh) S 15377 15377 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40927039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15390/statm: 1339 233 193 169 0 50 0
[pid=15391] ppid=15390 vsize=868516 CPUtime=2.58
/proc/15391/stat : 15391 (java) S 15390 15377 14972 0 -1 0 9212 0 1 0 246 12 0 0 18 0 9 0 40927040 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 217129 8136 2565 9 0 211676 0
[pid=15391/tid=15392] ppid=15390 vsize=868516 CPUtime=1.94
/proc/15391/task/15392/stat : 15392 (java) R 15390 15377 14972 0 -1 64 3007 0 1 0 187 7 0 0 25 0 9 0 40927041 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4127017525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15393] ppid=15390 vsize=868516 CPUtime=0.35
/proc/15391/task/15393/stat : 15393 (java) S 15390 15377 14972 0 -1 64 4002 0 0 0 32 3 0 0 16 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15394/stat : 15394 (java) S 15390 15377 14972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15390 15377 14972 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15390 vsize=868516 CPUtime=0.27
/proc/15391/task/15397/stat : 15397 (java) S 15390 15377 14972 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15398/stat : 15398 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15390 15377 14972 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887472

[startup+6.30247 s]
/proc/loadavg: 2.04 2.09 2.04 3/92 15399
/proc/meminfo: memFree=1783928/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13600 CPUtime=0.43
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 974 4917 0 1 3 0 37 3 16 0 1 0 40926992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3400 797 370 3 0 500 0
[pid=15390] ppid=15377 vsize=5356 CPUtime=0
/proc/15390/stat : 15390 (sh) S 15377 15377 14972 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40927039 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15390/statm: 1339 233 193 169 0 50 0
[pid=15391] ppid=15390 vsize=868516 CPUtime=5.73
/proc/15391/stat : 15391 (java) S 15390 15377 14972 0 -1 0 10079 0 1 0 535 38 0 0 18 0 9 0 40927040 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15391/statm: 217129 8136 2565 9 0 211676 0
[pid=15391/tid=15392] ppid=15390 vsize=868516 CPUtime=4.84
/proc/15391/task/15392/stat : 15392 (java) R 15390 15377 14972 0 -1 64 3874 0 1 0 456 28 0 0 25 0 9 0 40927041 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15393] ppid=15390 vsize=868516 CPUtime=0.6
/proc/15391/task/15393/stat : 15393 (java) S 15390 15377 14972 0 -1 64 4002 0 0 0 52 8 0 0 15 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15394] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15394/stat : 15394 (java) S 15390 15377 14972 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15395] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15395/stat : 15395 (java) S 15390 15377 14972 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 40927042 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15396] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15396/stat : 15396 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15397] ppid=15390 vsize=868516 CPUtime=0.27
/proc/15391/task/15397/stat : 15397 (java) S 15390 15377 14972 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15398] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15398/stat : 15398 (java) S 15390 15377 14972 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15391/tid=15399] ppid=15390 vsize=868516 CPUtime=0
/proc/15391/task/15399/stat : 15399 (java) S 15390 15377 14972 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40927044 889360384 8136 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887472

[startup+12.7025 s]
/proc/loadavg: 2.04 2.09 2.03 3/84 15413
/proc/meminfo: memFree=1777080/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=11.56
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1212 42270 0 3 4 0 1090 62 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15412] ppid=15377 vsize=5356 CPUtime=0
/proc/15412/stat : 15412 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40928170 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15412/statm: 1339 232 193 169 0 50 0
[pid=15413] ppid=15412 vsize=78144 CPUtime=0.9
/proc/15413/stat : 15413 (minisat) R 15412 15377 14972 0 -1 4194304 18802 0 0 0 78 12 0 0 25 0 1 0 40928170 80019456 18788 996147200 134512640 135127466 4294956256 18446744073709551615 134514158 0 0 4096 3 0 0 0 17 1 0 0
/proc/15413/statm: 19536 18788 62 150 0 19383 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 97232

[startup+25.5017 s]
/proc/loadavg: 2.03 2.09 2.03 3/84 15425
/proc/meminfo: memFree=1705848/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=21.11
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1327 69566 0 4 5 1 2023 82 15 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15424] ppid=15377 vsize=5356 CPUtime=0
/proc/15424/stat : 15424 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40929138 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15424/statm: 1339 232 193 169 0 50 0
[pid=15425] ppid=15424 vsize=93012 CPUtime=3.98
/proc/15425/stat : 15425 (minisat) R 15424 15377 14972 0 -1 4194304 22859 0 0 0 385 13 0 0 25 0 1 0 40929138 95244288 22845 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15425/statm: 23253 22845 76 150 0 23100 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 112100

[startup+51.1011 s]
/proc/loadavg: 2.02 2.08 2.03 3/84 15437
/proc/meminfo: memFree=1705976/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 15 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=92956 CPUtime=5.43
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 22835 0 0 0 529 14 0 0 25 0 1 0 40931552 95186944 22821 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15437/statm: 23239 22821 76 150 0 23086 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 112044

[startup+102.307 s]
/proc/loadavg: 2.01 2.06 2.03 3/84 15437
/proc/meminfo: memFree=1705720/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0

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

[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=223980 CPUtime=3146.63
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55276 0 0 0 314611 52 0 0 25 0 1 0 40931552 229355520 55262 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15437/statm: 55995 55262 76 150 0 55842 0
Current children cumulated CPU time (s) 3191.62
Current children cumulated vsize (KiB) 243068

[startup+3282.3 s]
/proc/loadavg: 2.08 2.05 2.00 4/85 15496
/proc/meminfo: memFree=1368816/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=223980 CPUtime=3206.29
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55276 0 0 0 320575 54 0 0 25 0 1 0 40931552 229355520 55262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 55995 55262 76 150 0 55842 0
Current children cumulated CPU time (s) 3251.28
Current children cumulated vsize (KiB) 243068

[startup+3342.3 s]
/proc/loadavg: 2.63 2.20 2.06 3/85 15496
/proc/meminfo: memFree=679344/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=223980 CPUtime=3266.19
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55276 0 0 0 326552 67 0 0 25 0 1 0 40931552 229355520 55262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 55995 55262 76 150 0 55842 0
Current children cumulated CPU time (s) 3311.18
Current children cumulated vsize (KiB) 243068

[startup+3402.31 s]
/proc/loadavg: 2.86 2.35 2.11 3/85 15496
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=223980 CPUtime=3326.11
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55276 0 0 0 332527 84 0 0 25 0 1 0 40931552 229355520 55262 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 55995 55262 76 150 0 55842 0
Current children cumulated CPU time (s) 3371.1
Current children cumulated vsize (KiB) 243068

[startup+3462.3 s]
/proc/loadavg: 3.43 2.62 2.22 3/85 15496
/proc/meminfo: memFree=17840/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=224224 CPUtime=3385.88
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55328 0 0 0 338488 100 0 0 25 0 1 0 40931552 229605376 55314 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 56056 55314 76 150 0 55903 0
Current children cumulated CPU time (s) 3430.87
Current children cumulated vsize (KiB) 243312

[startup+3522.3 s]
/proc/loadavg: 2.57 2.52 2.21 3/85 15496
/proc/meminfo: memFree=20464/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=224224 CPUtime=3445.73
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55340 0 0 0 344472 101 0 0 25 0 1 0 40931552 229605376 55326 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 56056 55326 76 150 0 55903 0
Current children cumulated CPU time (s) 3490.72
Current children cumulated vsize (KiB) 243312

[startup+3582.3 s]
/proc/loadavg: 2.26 2.44 2.20 3/85 15496
/proc/meminfo: memFree=20016/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=224508 CPUtime=3505.7
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55372 0 0 0 350469 101 0 0 25 0 1 0 40931552 229896192 55358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 56127 55358 76 150 0 55974 0
Current children cumulated CPU time (s) 3550.69
Current children cumulated vsize (KiB) 243596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.16 2.39 2.19 3/85 15496
/proc/meminfo: memFree=19696/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=224508 CPUtime=3555.08
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55383 0 0 0 355407 101 0 0 25 0 1 0 40931552 229896192 55369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 56127 55369 76 150 0 55974 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 243596

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

[startup+3631.7 s]
/proc/loadavg: 2.16 2.39 2.19 3/85 15496
/proc/meminfo: memFree=19696/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) S 15375 15377 14972 0 -1 4194304 1442 96703 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 841 996147200 4194304 4206940 548682068592 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15377/statm: 3433 841 374 3 0 533 0
[pid=15436] ppid=15377 vsize=5356 CPUtime=0
/proc/15436/stat : 15436 (sh) S 15377 15377 14972 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40931552 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15436/statm: 1339 232 193 169 0 50 0
[pid=15437] ppid=15436 vsize=224508 CPUtime=3555.08
/proc/15437/stat : 15437 (minisat) R 15436 15377 14972 0 -1 4194304 55383 0 0 0 355407 101 0 0 25 0 1 0 40931552 229896192 55369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15437/statm: 56127 55369 76 150 0 55974 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 243596

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

[startup+3631.82 s]
/proc/loadavg: 2.16 2.39 2.19 3/85 15496
/proc/meminfo: memFree=19696/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) D 15375 15377 14972 0 -1 4194304 1475 96980 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15377/statm: 3433 842 375 3 0 533 0
Current children cumulated CPU time (s) 44.99
Current children cumulated vsize (KiB) 13732

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

[startup+3631.82 s]
/proc/loadavg: 2.16 2.39 2.19 3/85 15496
/proc/meminfo: memFree=19696/2055920 swapFree=4192812/4192956
[pid=15377] ppid=15375 vsize=13732 CPUtime=44.99
/proc/15377/stat : 15377 (sugar) D 15375 15377 14972 0 -1 4194304 1475 96980 0 5 5 1 4392 101 16 0 1 0 40926992 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 212234638377 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15377/statm: 3433 842 375 3 0 533 0
Current children cumulated CPU time (s) 44.99
Current children cumulated vsize (KiB) 13732

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): 3555.08
#  lost CPU user time (s): 3554.07
#  lost CPU system time (s): 1.01

Real time (s): 3631.88
CPU time (s): 3600.09
CPU user time (s): 3598.05
CPU system time (s): 2.04484
CPU usage (%): 99.1247
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.9783
system time used= 1.03484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98486
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= 11530
involuntary context switches= 13038

runsolver used 5.65114 second user time and 10.8653 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-12 07:57:24
IDJOB=1111186
IDBENCH=61242
IDSOLVER=368
FILE ID=node14/1111186-1215842244
PBS_JOBID= 7903388
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-9-9-2.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-1111186-1215842244/watcher-1111186-1215842244 -o /tmp/evaluation-result-1111186-1215842244/solver-1111186-1215842244 -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-1111186-1215842244.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce08ce1390ffd10aa41a85c876acf89f
RANDOM SEED=1580625709

node14.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.270
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.270
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:       1845744 kB
Buffers:         42192 kB
Cached:          83200 kB
SwapCached:          0 kB
Active:          82636 kB
Inactive:        67808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1845744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          45164 kB
Slab:            44876 kB
Committed_AS:   184264 kB
PageTables:       1916 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= 64452 MiB
End job on node14 at 2008-07-12 08:57:57