Trace number 1125188

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.01 3620.25

General information on the benchmark

Namemaxcsp/celar/scens/
normalized-scenw-06-20_ext.xml
MD5SUM1848e8c4f958463a15e753adfd1f3dad
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints24
Best CPU time to get the best result obtained on this benchmark8.71467
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints1215
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension1215
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 16 02:15:09 2008
0.00/0.04	c 0	PID 28899
0.00/0.04	c 0	HOST node70.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1125188-1216167308.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125188-1216167308.xml' 'HOME/temp.csp'
0.04/0.73	c 0	3 domains, 100 variables, 0 predicates, 1106 relations, 1215 constraints
0.04/0.74	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.74	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.79/0.82	c 0	Parsing HOME/temp.csp
1.74/1.75	c 1	parsed 2424 expressions
1.74/1.75	c 1	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.74/1.77	c 1	MAX CSP: 1215 constraints
1.74/1.77	c 1	Converting to clausal form CSP
1.83/1.81	c 1	converted 365 (10%) expressions
1.83/1.83	c 1	converted 729 (20%) expressions
1.83/1.84	c 1	converted 1093 (30%) expressions
1.93/1.91	c 1	converted 1457 (40%) expressions
2.14/2.16	c 2	converted 1821 (50%) expressions
2.23/2.25	c 2	converted 2186 (60%) expressions
2.33/2.36	c 2	converted 2550 (70%) expressions
2.43/2.42	c 2	converted 2914 (80%) expressions
2.43/2.49	c 2	converted 3278 (90%) expressions
2.63/2.68	c 2	converted 3642 (100%) expressions
2.63/2.69	c 2	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1823
2.63/2.69	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.69	c 2	Propagation in CSP
2.73/2.75	c 2	1207 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.73/2.75	c 2	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1216
2.73/2.75	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.75	c 2	Simplifing CSP by introducing new Boolean variables
2.73/2.76	c 2	CSP : 2530 integers, 0 booleans, 3644 clauses, largest domain size 1216
2.73/2.76	c 2	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.83/2.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.92/2.90	c 2	253 (10%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.92/2.90	c 2	506 (20%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.92/2.90	c 2	759 (30%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.92/2.90	c 2	1012 (40%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.92/2.90	c 2	1265 (50%) CSP integer variables are encoded (1810 clauses, 21491 bytes)
2.92/2.91	c 2	1518 (60%) CSP integer variables are encoded (4184 clauses, 52353 bytes)
2.92/2.91	c 2	1771 (70%) CSP integer variables are encoded (6211 clauses, 78704 bytes)
2.92/2.92	c 2	2024 (80%) CSP integer variables are encoded (8566 clauses, 110298 bytes)
2.92/2.92	c 2	2277 (90%) CSP integer variables are encoded (10505 clauses, 139383 bytes)
2.92/2.94	c 2	2530 (100%) CSP integer variables are encoded (24071 clauses, 342873 bytes)
3.12/3.10	c 3	365 (10%) CSP clauses are encoded (30942 clauses, 493875 bytes)
3.23/3.21	c 3	729 (20%) CSP clauses are encoded (37340 clauses, 644635 bytes)
3.33/3.30	c 3	1094 (30%) CSP clauses are encoded (43620 clauses, 797134 bytes)
3.33/3.37	c 3	1458 (40%) CSP clauses are encoded (54278 clauses, 1001392 bytes)
3.53/3.53	c 3	1822 (50%) CSP clauses are encoded (142818 clauses, 2619450 bytes)
3.53/3.58	c 3	2187 (60%) CSP clauses are encoded (168705 clauses, 3084708 bytes)
4.03/4.03	c 4	2551 (70%) CSP clauses are encoded (428407 clauses, 7871329 bytes)
4.03/4.09	c 4	2916 (80%) CSP clauses are encoded (458264 clauses, 8494790 bytes)
4.23/4.23	c 4	3280 (90%) CSP clauses are encoded (531838 clauses, 10055215 bytes)
7.21/7.20	c 7	3644 (100%) CSP clauses are encoded (1934843 clauses, 40026395 bytes)
7.21/7.20	c 7	3644 CSP clauses encoded
7.21/7.20	c 7	Writing map file : HOME/temp.map
7.21/7.23	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.21/7.23	c 7	SAT : 26601 SAT variables, 1934843 SAT clauses, 40026395 bytes
7.21/7.23	c 7	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.21/7.26	c 7	OBJECTIVE minimize _COST
7.21/7.26	c 7	OBJECTIVE BOUND: 0 <= _COST <= 
7.21/7.26	c 7	SEARCHING: _COST <= 608
7.21/7.26	c 7	SOLVING HOME/temp.cnf
7.21/7.26	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.21/7.27	c 7	This is MiniSat 2.0 beta
7.21/7.27	c 7	WARNING: for repeatability, setting FPU to use double precision
7.21/7.27	c 7	============================[ Problem Statistics ]=============================
7.21/7.27	c 7	|                                                                             |
7.21/7.27	c 7	|  Number of variables:  26601                                                |
7.21/7.27	c 7	|  Number of clauses:    1934844                                              |
8.19/8.22	c 8	|  Parsing time:         0.83         s                                       |
9.29/9.38	c 9	============================[ Search Statistics ]==============================
9.29/9.38	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.29/9.38	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.29/9.38	c 9	===============================================================================
9.29/9.38	c 9	|         0 |   19924  1240431  3700790 |   413477        0    nan |  0.000 % |
9.89/9.93	c 9	|       100 |   19923  1240431  3700790 |   454824       99     35 | 25.146 % |
9.98/10.02	c 10	===============================================================================
9.98/10.02	c 10	restarts              : 2
9.98/10.02	c 10	conflicts             : 153            (58 /sec)
9.98/10.02	c 10	decisions             : 2744           (1.17 % random) (1044 /sec)
9.98/10.02	c 10	propagations          : 303945         (115586 /sec)
9.98/10.02	c 10	conflict literals     : 3871           (11.68 % deleted)
9.98/10.02	c 10	Memory used           : 77.84 MB
9.98/10.02	c 10	CPU time              : 2.6296 s
9.98/10.02	c 10	
9.98/10.03	c 10	SATISFIABLE
9.98/10.04	c 10	FOUND: _COST <= 608
9.98/10.04	s SATISFIABLE
9.98/10.04	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.98/10.04	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.05/10.12	c 10	Decoding HOME/temp.out
10.05/10.27	c 10	OBJECTIVE _COST 366
10.05/10.27	o 366
10.05/10.28	v 23 23 7 0 8 8 18 19 23 23 23 9 16 14 12 18 7 6 21 12 6 19 23 3 4 12 11 19 15 15 15 14 16 15 4 12 5 11 8 0 2 6 21 3 13 6 6 5 17 13 15 15 16 1 15 15 15 1 17 23 5 7 22 0 16 2 22 14 4 15 0 11 7 12 15 3 15 0 1 12 10 6 10 1 16 15 4 14 11 16 18 23 10 15 0 23 23 8 23 15
10.05/10.28	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.05/10.31	c 10	OBJECTIVE BOUND: 0 <= _COST <= 366
10.05/10.31	c 10	SEARCHING: _COST <= 183
10.05/10.31	c 10	SOLVING HOME/temp.cnf
10.05/10.31	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.05/10.32	c 10	This is MiniSat 2.0 beta
10.05/10.32	c 10	WARNING: for repeatability, setting FPU to use double precision
10.05/10.32	c 10	============================[ Problem Statistics ]=============================
10.05/10.32	c 10	|                                                                             |
10.05/10.32	c 10	|  Number of variables:  26601                                                |
10.05/10.32	c 10	|  Number of clauses:    1934844                                              |
11.26/11.33	c 11	|  Parsing time:         0.88         s                                       |
12.86/12.92	c 12	============================[ Search Statistics ]==============================
12.86/12.92	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.86/12.92	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.86/12.92	c 12	===============================================================================
12.86/12.92	c 12	|         0 |   14461   537347  1607502 |   179115        0    nan |  0.000 % |
13.06/13.14	c 13	|       102 |   14460   537347  1607502 |   197027      101     23 | 45.686 % |
13.16/13.23	c 13	|       252 |   14460   537347  1607502 |   216729      251     22 | 45.686 % |
13.25/13.34	c 13	|       478 |   14460   537347  1607502 |   238402      477     23 | 45.686 % |
13.45/13.59	c 13	|       818 |   14460   537347  1607502 |   262243      817     26 | 45.686 % |
13.95/14.06	c 14	|      1324 |   14460   537347  1607502 |   288467     1323     29 | 45.686 % |
14.34/14.48	c 14	|      2084 |   14460   537347  1607502 |   317314     2083     33 | 45.686 % |
15.24/15.32	c 15	|      3224 |   14448   536509  1605036 |   349045     3223     30 | 45.686 % |
15.24/15.38	c 15	===============================================================================
15.24/15.38	c 15	restarts              : 8
15.24/15.38	c 15	conflicts             : 3342           (683 /sec)
15.24/15.38	c 15	decisions             : 6591           (0.93 % random) (1346 /sec)
15.24/15.38	c 15	propagations          : 2656050        (542466 /sec)
15.24/15.38	c 15	conflict literals     : 98798          (25.09 % deleted)
15.24/15.38	c 15	Memory used           : 79.27 MB
15.24/15.38	c 15	CPU time              : 4.89626 s
15.24/15.38	c 15	
15.24/15.39	c 15	SATISFIABLE
15.34/15.40	c 15	FOUND: _COST <= 183
15.34/15.40	c 15	DECODING HOME/temp.out WITH HOME/temp.map
15.34/15.40	c 15	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
15.34/15.48	c 15	Decoding HOME/temp.out
15.34/15.64	c 15	OBJECTIVE _COST 183
15.34/15.64	o 183
15.34/15.64	v 7 0 1 23 20 23 18 0 21 7 23 2 0 15 12 6 6 9 18 6 7 16 14 15 10 5 12 0 5 3 4 14 16 1 12 15 11 4 16 2 3 9 8 13 9 17 18 8 17 13 15 15 7 15 9 1 1 23 7 23 7 19 19 5 1 6 23 4 17 5 15 0 11 12 10 15 1 0 15 4 7 6 18 5 10 15 3 15 11 7 12 23 10 2 1 23 7 23 16 6
15.34/15.65	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
15.34/15.66	c 15	OBJECTIVE BOUND: 0 <= _COST <= 183
15.34/15.66	c 15	SEARCHING: _COST <= 91
15.34/15.66	c 15	SOLVING HOME/temp.cnf
15.34/15.66	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.34/15.67	c 15	This is MiniSat 2.0 beta
15.34/15.67	c 15	WARNING: for repeatability, setting FPU to use double precision
15.34/15.67	c 15	============================[ Problem Statistics ]=============================
15.34/15.67	c 15	|                                                                             |
15.34/15.67	c 15	|  Number of variables:  26601                                                |
15.34/15.67	c 15	|  Number of clauses:    1934844                                              |
16.51/16.65	c 16	|  Parsing time:         0.86         s                                       |
18.11/18.26	c 18	============================[ Search Statistics ]==============================
18.11/18.26	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.11/18.26	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.11/18.26	c 18	===============================================================================
18.11/18.26	c 18	|         0 |   12654   304576   914518 |   101525        0    nan |  0.000 % |
18.40/18.51	c 18	|       102 |   12654   304576   914518 |   111677      101     18 | 52.491 % |
18.50/18.64	c 18	|       252 |   12654   304576   914518 |   122845      251     18 | 52.491 % |
18.70/18.80	c 18	|       477 |   12654   304576   914518 |   135130      476     21 | 52.491 % |
18.90/19.02	c 19	|       814 |   12654   304576   914518 |   148643      813     21 | 52.491 % |
19.10/19.28	c 19	|      1320 |   12654   304576   914518 |   163507     1319     20 | 52.491 % |
19.79/19.93	c 19	|      2080 |   12638   303549   911494 |   179858     2079     22 | 52.491 % |
20.49/20.62	c 20	|      3219 |   12638   303549   911494 |   197844     3218     23 | 52.491 % |
21.59/21.72	c 21	|      4928 |   12638   303549   911494 |   217628     4927     24 | 52.491 % |
24.07/24.25	c 24	|      7491 |   12638   303549   911494 |   239391     7490     25 | 52.491 % |
28.15/28.31	c 28	|     11337 |   12638   303549   911494 |   263330    11336     26 | 52.491 % |
33.82/34.04	c 34	|     17105 |   12638   303549   911494 |   289663    17104     27 | 52.491 % |
41.58/41.89	c 41	|     25754 |   12638   303549   911494 |   318629    25753     27 | 52.491 % |
46.35/46.67	c 46	===============================================================================
46.35/46.67	c 46	restarts              : 13
46.35/46.67	c 46	conflicts             : 31144          (1014 /sec)
46.35/46.67	c 46	decisions             : 40263          (1.09 % random) (1311 /sec)
46.35/46.67	c 46	propagations          : 30919588       (1006617 /sec)
46.35/46.67	c 46	conflict literals     : 863073         (32.24 % deleted)
46.35/46.67	c 46	Memory used           : 80.31 MB
46.35/46.67	c 46	CPU time              : 30.7163 s
46.35/46.67	c 46	
46.35/46.68	c 46	SATISFIABLE
46.35/46.69	c 46	FOUND: _COST <= 91
46.35/46.69	c 46	DECODING HOME/temp.out WITH HOME/temp.map
46.35/46.69	c 46	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.46/46.77	c 46	Decoding HOME/temp.out
46.46/46.92	c 46	OBJECTIVE _COST 91
46.46/46.92	o 91
46.46/46.93	v 16 2 18 19 0 21 0 23 23 5 23 0 1 15 3 18 6 6 21 6 10 13 8 15 8 5 14 23 10 0 4 17 14 1 12 15 8 12 8 2 3 9 8 3 13 6 6 2 17 13 15 15 16 2 9 1 15 0 17 23 7 7 15 5 19 6 23 11 6 5 4 13 11 12 10 3 15 0 2 12 6 6 18 4 10 15 3 15 11 16 10 0 23 15 1 23 7 23 16 6
46.46/46.93	c 46	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
46.46/46.95	c 46	OBJECTIVE BOUND: 0 <= _COST <= 91
46.46/46.95	c 46	SEARCHING: _COST <= 45
46.46/46.95	c 46	SOLVING HOME/temp.cnf
46.46/46.95	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.46/46.95	c 47	This is MiniSat 2.0 beta
46.46/46.95	c 47	WARNING: for repeatability, setting FPU to use double precision
46.46/46.95	c 47	============================[ Problem Statistics ]=============================
46.46/46.95	c 47	|                                                                             |
46.46/46.95	c 47	|  Number of variables:  26601                                                |
46.46/46.95	c 47	|  Number of clauses:    1934844                                              |
47.73/48.02	c 48	|  Parsing time:         0.93         s                                       |
49.32/49.65	c 49	============================[ Search Statistics ]==============================
49.32/49.65	c 49	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
49.32/49.65	c 49	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
49.32/49.65	c 49	===============================================================================
49.32/49.65	c 49	|         0 |   11177   175318   531129 |    58439        0    nan |  0.000 % |
49.52/49.84	c 49	|       100 |   11177   175318   531129 |    64283       99     19 | 58.069 % |
49.61/49.95	c 50	|       250 |   11177   175318   531129 |    70711      249     17 | 58.069 % |
49.81/50.14	c 50	|       476 |   11177   175318   531129 |    77782      475     17 | 58.069 % |
50.11/50.40	c 50	|       813 |   11154   174142   527679 |    85561      812     15 | 58.069 % |
50.41/50.73	c 50	|      1320 |   11154   174142   527679 |    94117     1319     15 | 58.069 % |
51.01/51.36	c 51	|      2079 |   11154   174142   527679 |   103528     2078     15 | 58.069 % |
52.10/52.46	c 52	|      3220 |   11154   174142   527679 |   113881     3219     16 | 58.069 % |
53.99/54.33	c 54	|      4928 |   11154   174142   527679 |   125269     4927     17 | 58.069 % |
56.17/56.56	c 56	|      7490 |   11154   174142   527679 |   137796     7489     17 | 58.069 % |
60.06/60.47	c 60	|     11335 |   11154   174142   527679 |   151576    11334     18 | 58.069 % |
66.51/66.98	c 67	|     17102 |   11154   174142   527679 |   166734    17101     18 | 58.069 % |
76.56/77.07	c 77	|     25753 |   11154   174142   527679 |   183407    25752     18 | 58.069 % |
94.65/95.26	c 95	|     38728 |   11154   174142   527679 |   201748    38727     18 | 58.069 % |
124.17/124.91	c 124	|     58189 |   11154   174142   527679 |   221923    58188     19 | 58.069 % |
167.72/168.79	c 168	|     87385 |   11154   174142   527679 |   244115    87384     19 | 58.069 % |
240.21/241.69	c 241	|    131174 |   11154   174142   527679 |   268527   131173     20 | 58.069 % |
379.73/381.96	c 382	|    196859 |   11154   174142   527679 |   295379   196858     20 | 58.069 % |
629.74/633.40	c 633	|    295385 |   11154   174142   527679 |   324917   295384     20 | 58.069 % |
900.95/906.08	c 906	|    443174 |   11154   174142   527679 |   357409   116927     31 | 58.069 % |
1479.23/1487.54	c 1487	|    664859 |   11154   174142   527679 |   393150   338612     24 | 58.069 % |
2327.41/2340.41	c 2340	|    997384 |   11154   174142   527679 |   432465   281821     23 | 58.069 % |
3600.01/3620.22	c ERROR INTERRUPTED
3600.01/3620.23	c 3620	CPU 45.78 (0.04 0.02 45.74 0.9)
3600.01/3620.23	c 3620	END Wed Jul 16 03:15:29 2008

Verifier Data (download as text)

OK	85	1130
85 unsatisfied constraints, 1130 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-1125188-1216167308/watcher-1125188-1216167308 -o /tmp/evaluation-result-1125188-1216167308/solver-1125188-1216167308 -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-1125188-1216167308.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.08 2.05 2.00 3/76 28899
/proc/meminfo: memFree=1787200/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=12272 CPUtime=0
/proc/28899/stat : 28899 (sugar) R 28897 28899 27275 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 73428647 12566528 328 996147200 4194304 4206940 548682068592 18446744073709551615 233402235493 0 0 4224 0 0 0 0 17 0 0 0
/proc/28899/statm: 3068 329 246 3 0 168 0

[startup+0.0510269 s]
/proc/loadavg: 2.08 2.05 2.00 3/76 28899
/proc/meminfo: memFree=1787200/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.04
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 73428647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101811 s]
/proc/loadavg: 2.08 2.05 2.00 3/76 28899
/proc/meminfo: memFree=1787200/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.04
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 73428647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302834 s]
/proc/loadavg: 2.08 2.05 2.00 3/76 28899
/proc/meminfo: memFree=1787200/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.04
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 73428647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70287 s]
/proc/loadavg: 2.08 2.05 2.00 3/76 28899
/proc/meminfo: memFree=1787200/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.04
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 73428647 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50195 s]
/proc/loadavg: 2.16 2.06 2.01 4/90 28952
/proc/meminfo: memFree=1761360/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.79
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 974 5433 0 1 3 1 70 5 16 0 1 0 73428647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3400 797 370 3 0 500 0
[pid=28943] ppid=28899 vsize=5356 CPUtime=0
/proc/28943/stat : 28943 (sh) S 28899 28899 27275 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73428721 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28943/statm: 1339 233 193 169 0 50 0
[pid=28944] ppid=28943 vsize=864012 CPUtime=0.75
/proc/28944/stat : 28944 (java) S 28943 28899 27275 0 -1 0 7434 0 1 0 72 3 0 0 18 0 9 0 73428722 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28944/statm: 216003 6713 2532 9 0 210585 0
[pid=28944/tid=28945] ppid=28943 vsize=864012 CPUtime=0.46
/proc/28944/task/28945/stat : 28945 (java) R 28943 28899 27275 0 -1 64 2466 0 1 0 45 1 0 0 23 0 9 0 73428723 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 103205792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28946] ppid=28943 vsize=864012 CPUtime=0.19
/proc/28944/task/28946/stat : 28946 (java) S 28943 28899 27275 0 -1 64 3936 0 0 0 19 0 0 0 16 0 9 0 73428724 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28947] ppid=28943 vsize=864012 CPUtime=0
/proc/28944/task/28947/stat : 28947 (java) S 28943 28899 27275 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73428724 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28948] ppid=28943 vsize=864012 CPUtime=0
/proc/28944/task/28948/stat : 28948 (java) S 28943 28899 27275 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 73428724 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28949] ppid=28943 vsize=864012 CPUtime=0
/proc/28944/task/28949/stat : 28949 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73428726 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28950] ppid=28943 vsize=864012 CPUtime=0.07
/proc/28944/task/28950/stat : 28950 (java) S 28943 28899 27275 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 73428726 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28951] ppid=28943 vsize=864012 CPUtime=0
/proc/28944/task/28951/stat : 28951 (java) S 28943 28899 27275 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73428726 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28952] ppid=28943 vsize=864012 CPUtime=0
/proc/28944/task/28952/stat : 28952 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73428726 884748288 6713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 882968

[startup+3.10111 s]
/proc/loadavg: 2.16 2.06 2.01 3/90 28954
/proc/meminfo: memFree=1738064/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.79
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 974 5433 0 1 3 1 70 5 15 0 1 0 73428647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3400 797 370 3 0 500 0
[pid=28943] ppid=28899 vsize=5356 CPUtime=0
/proc/28943/stat : 28943 (sh) S 28899 28899 27275 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73428721 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28943/statm: 1339 233 193 169 0 50 0
[pid=28944] ppid=28943 vsize=868512 CPUtime=2.33
/proc/28944/stat : 28944 (java) S 28943 28899 27275 0 -1 0 14991 0 1 0 225 8 0 0 18 0 9 0 73428722 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28944/statm: 217128 14171 2565 9 0 211675 0
[pid=28944/tid=28945] ppid=28943 vsize=868512 CPUtime=1.21
/proc/28944/task/28945/stat : 28945 (java) R 28943 28899 27275 0 -1 64 3008 0 1 0 119 2 0 0 25 0 9 0 73428723 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4126601407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28946] ppid=28943 vsize=868512 CPUtime=0.84
/proc/28944/task/28946/stat : 28946 (java) S 28943 28899 27275 0 -1 64 9801 0 0 0 81 3 0 0 16 0 9 0 73428724 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28947] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28947/stat : 28947 (java) S 28943 28899 27275 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73428724 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28948] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28948/stat : 28948 (java) S 28943 28899 27275 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73428724 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28949] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28949/stat : 28949 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73428726 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28950] ppid=28943 vsize=868512 CPUtime=0.25
/proc/28944/task/28950/stat : 28950 (java) S 28943 28899 27275 0 -1 64 1484 0 0 0 24 1 0 0 15 0 9 0 73428726 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28951] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28951/stat : 28951 (java) S 28943 28899 27275 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73428726 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28952] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28952/stat : 28952 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73428726 889356288 14171 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 887468

[startup+6.30243 s]
/proc/loadavg: 2.16 2.06 2.01 3/90 28954
/proc/meminfo: memFree=1697616/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13600 CPUtime=0.79
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 974 5433 0 1 3 1 70 5 15 0 1 0 73428647 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3400 797 370 3 0 500 0
[pid=28943] ppid=28899 vsize=5356 CPUtime=0
/proc/28943/stat : 28943 (sh) S 28899 28899 27275 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 73428721 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28943/statm: 1339 233 193 169 0 50 0
[pid=28944] ppid=28943 vsize=868512 CPUtime=5.52
/proc/28944/stat : 28944 (java) S 28943 28899 27275 0 -1 0 15346 0 1 0 524 28 0 0 18 0 9 0 73428722 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28944/statm: 217128 14187 2565 9 0 211675 0
[pid=28944/tid=28945] ppid=28943 vsize=868512 CPUtime=4.26
/proc/28944/task/28945/stat : 28945 (java) R 28943 28899 27275 0 -1 64 3349 0 1 0 405 21 0 0 25 0 9 0 73428723 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4126994721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28946] ppid=28943 vsize=868512 CPUtime=0.96
/proc/28944/task/28946/stat : 28946 (java) S 28943 28899 27275 0 -1 64 9801 0 0 0 91 5 0 0 16 0 9 0 73428724 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28947] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28947/stat : 28947 (java) S 28943 28899 27275 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 73428724 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28948] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28948/stat : 28948 (java) S 28943 28899 27275 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 73428724 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28949] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28949/stat : 28949 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 73428726 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28950] ppid=28943 vsize=868512 CPUtime=0.28
/proc/28944/task/28950/stat : 28950 (java) S 28943 28899 27275 0 -1 64 1498 0 0 0 27 1 0 0 16 0 9 0 73428726 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28951] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28951/stat : 28951 (java) S 28943 28899 27275 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 73428726 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28944/tid=28952] ppid=28943 vsize=868512 CPUtime=0
/proc/28944/task/28952/stat : 28952 (java) S 28943 28899 27275 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 73428726 889356288 14187 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 887468

[startup+12.7011 s]
/proc/loadavg: 2.37 2.11 2.02 3/77 28984
/proc/meminfo: memFree=1660408/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=10.3
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1211 44795 0 3 4 1 968 57 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=28967] ppid=28899 vsize=5356 CPUtime=0
/proc/28967/stat : 28967 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73429678 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28967/statm: 1339 232 193 169 0 50 0
[pid=28968] ppid=28967 vsize=81164 CPUtime=2.36
/proc/28968/stat : 28968 (minisat) R 28967 28899 27275 0 -1 4194304 19740 0 0 0 223 13 0 0 25 0 1 0 73429679 83111936 19726 996147200 134512640 135127466 4294956256 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/28968/statm: 20291 19726 72 150 0 20138 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 100252

[startup+15.407 s]
/proc/loadavg: 2.37 2.11 2.02 3/82 28997
/proc/meminfo: memFree=1648336/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=10.3
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1211 44795 0 3 4 1 968 57 15 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=28967] ppid=28899 vsize=5356 CPUtime=0
/proc/28967/stat : 28967 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73429678 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28967/statm: 1339 232 193 169 0 50 0
[pid=28968] ppid=28967 vsize=0 CPUtime=5.04
/proc/28968/stat : 28968 (minisat) R 28967 28899 27275 0 -1 4194308 19768 0 0 0 490 14 0 0 25 0 1 0 73429679 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/28968/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 19088

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

[startup+15.5013 s]
/proc/loadavg: 2.37 2.11 2.02 3/82 28997
/proc/meminfo: memFree=1648336/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=15.34
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1273 64848 0 3 4 1 1458 71 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 13732

[startup+25.5023 s]
/proc/loadavg: 2.46 2.14 2.03 3/90 29046
/proc/meminfo: memFree=1635856/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=15.59
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1326 68792 0 4 4 2 1480 73 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0

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

/proc/29059/statm: 26554 25563 75 150 0 26401 0
Current children cumulated CPU time (s) 3085.02
Current children cumulated vsize (KiB) 125304

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1578448/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=106216 CPUtime=3097.98
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25599 0 0 0 309774 24 0 0 25 0 1 0 73433343 108765184 25563 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26554 25563 75 150 0 26401 0
Current children cumulated CPU time (s) 3144.68
Current children cumulated vsize (KiB) 125304

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1578512/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=106216 CPUtime=3157.65
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25615 0 0 0 315740 25 0 0 25 0 1 0 73433343 108765184 25579 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26554 25579 75 150 0 26401 0
Current children cumulated CPU time (s) 3204.35
Current children cumulated vsize (KiB) 125304

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1578256/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=106612 CPUtime=3217.32
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25666 0 0 0 321707 25 0 0 25 0 1 0 73433343 109170688 25630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26653 25630 75 150 0 26500 0
Current children cumulated CPU time (s) 3264.02
Current children cumulated vsize (KiB) 125700

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1578000/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=106856 CPUtime=3276.97
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25709 0 0 0 327672 25 0 0 25 0 1 0 73433343 109420544 25673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26714 25673 75 150 0 26561 0
Current children cumulated CPU time (s) 3323.67
Current children cumulated vsize (KiB) 125944

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1578128/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=106856 CPUtime=3336.64
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25709 0 0 0 333639 25 0 0 25 0 1 0 73433343 109420544 25673 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26714 25673 75 150 0 26561 0
Current children cumulated CPU time (s) 3383.34
Current children cumulated vsize (KiB) 125944

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1577936/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=107020 CPUtime=3396.29
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25738 0 0 0 339604 25 0 0 25 0 1 0 73433343 109588480 25702 996147200 134512640 135127466 4294956256 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26755 25702 75 150 0 26602 0
Current children cumulated CPU time (s) 3442.99
Current children cumulated vsize (KiB) 126108

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1577808/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=107020 CPUtime=3455.95
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25739 0 0 0 345570 25 0 0 25 0 1 0 73433343 109588480 25703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26755 25703 75 150 0 26602 0
Current children cumulated CPU time (s) 3502.65
Current children cumulated vsize (KiB) 126108

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1577744/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=107020 CPUtime=3515.61
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25739 0 0 0 351536 25 0 0 25 0 1 0 73433343 109588480 25703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26755 25703 75 150 0 26602 0
Current children cumulated CPU time (s) 3562.31
Current children cumulated vsize (KiB) 126108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 29067
/proc/meminfo: memFree=1577680/2055920 swapFree=4176556/4192956
[pid=28899] ppid=28897 vsize=13732 CPUtime=46.7
/proc/28899/stat : 28899 (sugar) S 28897 28899 27275 0 -1 4194304 1440 93064 0 5 4 2 4574 90 16 0 1 0 73428647 14061568 839 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28899/statm: 3433 839 374 3 0 533 0
[pid=29058] ppid=28899 vsize=5356 CPUtime=0
/proc/29058/stat : 29058 (sh) S 28899 28899 27275 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 73433343 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29058/statm: 1339 232 193 169 0 50 0
[pid=29059] ppid=29058 vsize=107020 CPUtime=3553.31
/proc/29059/stat : 29059 (minisat) R 29058 28899 27275 0 -1 4194304 25739 0 0 0 355306 25 0 0 25 0 1 0 73433343 109588480 25703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29059/statm: 26755 25703 75 150 0 26602 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 126108

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28899 and gives
#  childrusage.ru_utime.tv_sec=45
#  childrusage.ru_utime.tv_usec=799037
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=949855
# CPU time returned by wait4() is 46.7489
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 9.53674e-07
#  lost CPU user time (s): 9.53674e-07
#  lost CPU system time (s): -5.96046e-08

Real time (s): 3620.25
CPU time (s): 3600.01
CPU user time (s): 3598.84
CPU system time (s): 1.17
CPU usage (%): 99.441
Max. virtual memory (cumulated for all children) (KiB): 887468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.799
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94847
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= 7149
involuntary context switches= 7345

runsolver used 4.09938 second user time and 12.3841 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-16 02:15:09
IDJOB=1125188
IDBENCH=63088
IDSOLVER=368
FILE ID=node70/1125188-1216167308
PBS_JOBID= 7905589
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/celar/scens/normalized-scenw-06-20_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125188-1216167308/watcher-1125188-1216167308 -o /tmp/evaluation-result-1125188-1216167308/solver-1125188-1216167308 -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-1125188-1216167308.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1848e8c4f958463a15e753adfd1f3dad
RANDOM SEED=1552348005

node70.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.221
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.221
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:       1787680 kB
Buffers:         62752 kB
Cached:         132388 kB
SwapCached:       5800 kB
Active:         149868 kB
Inactive:        55708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1787680 kB
SwapTotal:     4192956 kB
SwapFree:      4176556 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:          16204 kB
Slab:            47428 kB
Committed_AS:   304628 kB
PageTables:       2352 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= 66556 MiB
End job on node70 at 2008-07-16 03:15:31