Trace number 1127556

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 3633.74

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1200-713329_ext.xml
MD5SUMf71dfd8edd807b123e55434a5924aecf
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints79
Best CPU time to get the best result obtained on this benchmark93.7078
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1130
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1130
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.06	c 0	BEGIN Wed Jul 23 02:18:40 2008
0.00/0.06	c 0	PID 4076
0.00/0.06	c 0	HOST node34.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127556-1216772320.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127556-1216772320.xml' 'HOME/temp.csp'
0.04/0.57	c 1	1 domains, 40 variables, 0 predicates, 34 relations, 1130 constraints
0.04/0.58	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.58	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.67	c 1	Parsing HOME/temp.csp
0.53/0.97	c 1	parsed 1205 expressions
0.92/1.02	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.05	c 1	MAX CSP: 1130 constraints
0.92/1.05	c 1	Converting to clausal form CSP
0.92/1.10	c 1	converted 234 (10%) expressions
1.03/1.12	c 1	converted 468 (20%) expressions
1.03/1.14	c 1	converted 702 (30%) expressions
1.03/1.17	c 1	converted 936 (40%) expressions
1.03/1.19	c 1	converted 1169 (50%) expressions
1.12/1.22	c 1	converted 1403 (60%) expressions
1.22/1.33	c 2	converted 1637 (70%) expressions
1.22/1.34	c 2	converted 1871 (80%) expressions
1.22/1.35	c 2	converted 2105 (90%) expressions
1.32/1.49	c 2	converted 2338 (100%) expressions
1.32/1.50	c 2	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1696
1.32/1.50	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.50	c 2	Propagation in CSP
1.42/1.56	c 2	1125 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.56	c 2	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1131
1.42/1.56	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.56	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.57	c 2	CSP : 2300 integers, 0 booleans, 3389 clauses, largest domain size 1131
1.42/1.57	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.61	c 2	230 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 2	460 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 2	690 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 2	920 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.62	c 2	1150 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.51/1.63	c 2	1380 (60%) CSP integer variables are encoded (2276 clauses, 29652 bytes)
1.51/1.65	c 2	1610 (70%) CSP integer variables are encoded (12842 clauses, 175809 bytes)
1.51/1.66	c 2	1840 (80%) CSP integer variables are encoded (16419 clauses, 229464 bytes)
1.51/1.66	c 2	2070 (90%) CSP integer variables are encoded (18179 clauses, 255864 bytes)
1.51/1.66	c 2	2300 (100%) CSP integer variables are encoded (20558 clauses, 291549 bytes)
1.61/1.71	c 2	339 (10%) CSP clauses are encoded (20905 clauses, 297073 bytes)
1.61/1.73	c 2	678 (20%) CSP clauses are encoded (21259 clauses, 302895 bytes)
1.61/1.75	c 2	1017 (30%) CSP clauses are encoded (21612 clauses, 309090 bytes)
1.61/1.78	c 2	1356 (40%) CSP clauses are encoded (29342 clauses, 444397 bytes)
1.81/1.93	c 2	1695 (50%) CSP clauses are encoded (106171 clauses, 1846814 bytes)
2.59/2.76	c 3	2034 (60%) CSP clauses are encoded (445012 clauses, 8652141 bytes)
4.18/4.38	c 5	2373 (70%) CSP clauses are encoded (1331501 clauses, 27102639 bytes)
4.27/4.44	c 5	2712 (80%) CSP clauses are encoded (1357478 clauses, 27643736 bytes)
4.37/4.55	c 5	3051 (90%) CSP clauses are encoded (1421345 clauses, 28996541 bytes)
4.78/4.99	c 5	3389 (100%) CSP clauses are encoded (1658967 clauses, 34071010 bytes)
4.78/4.99	c 5	3389 CSP clauses encoded
4.78/4.99	c 5	Writing map file : HOME/temp.map
4.88/5.01	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.01	c 5	SAT : 22858 SAT variables, 1658967 SAT clauses, 34071010 bytes
4.88/5.01	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.88/5.03	c 5	OBJECTIVE minimize _COST
4.88/5.03	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.88/5.03	c 5	SEARCHING: _COST <= 565
4.88/5.03	c 5	SOLVING HOME/temp.cnf
4.88/5.03	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.88/5.03	c 5	This is MiniSat 2.0 beta
4.88/5.03	c 5	WARNING: for repeatability, setting FPU to use double precision
4.88/5.03	c 5	============================[ Problem Statistics ]=============================
4.88/5.03	c 5	|                                                                             |
4.88/5.04	c 5	|  Number of variables:  22858                                                |
4.88/5.04	c 5	|  Number of clauses:    1658968                                              |
5.66/5.88	c 6	|  Parsing time:         0.72         s                                       |
6.56/6.78	c 7	============================[ Search Statistics ]==============================
6.56/6.78	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.56/6.78	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.56/6.78	c 7	===============================================================================
6.56/6.78	c 7	|         0 |   16643  1056051  3124570 |   352017        0    nan |  0.000 % |
7.06/7.22	c 7	|       100 |   16643  1056051  3124570 |   387218      100     27 | 27.190 % |
7.15/7.35	c 8	|       250 |   16643  1056051  3124570 |   425940      250     25 | 27.190 % |
7.35/7.50	c 8	|       476 |   16643  1056051  3124570 |   468534      476     25 | 27.190 % |
7.54/7.73	c 8	|       815 |   16643  1056051  3124570 |   515388      815     24 | 27.191 % |
7.93/8.17	c 8	|      1323 |   16643  1056051  3124570 |   566926     1323     26 | 27.190 % |
8.63/8.86	c 9	|      2083 |   16643  1056051  3124570 |   623619     2083     27 | 27.190 % |
9.81/10.02	c 10	|      3222 |   16643  1056051  3124570 |   685981     3222     27 | 27.190 % |
9.91/10.10	c 10	===============================================================================
9.91/10.10	c 10	restarts              : 8
9.91/10.10	c 10	conflicts             : 3267           (670 /sec)
9.91/10.10	c 10	decisions             : 4805           (0.52 % random) (985 /sec)
9.91/10.10	c 10	propagations          : 2242763        (459652 /sec)
9.91/10.10	c 10	conflict literals     : 89318          (20.48 % deleted)
9.91/10.10	c 10	Memory used           : 68.93 MB
9.91/10.10	c 10	CPU time              : 4.87926 s
9.91/10.10	c 10	
9.91/10.11	c 10	SATISFIABLE
9.91/10.12	c 10	FOUND: _COST <= 565
9.91/10.12	s SATISFIABLE
9.91/10.12	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.91/10.12	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'
9.95/10.20	c 10	Decoding HOME/temp.out
9.95/10.35	c 11	OBJECTIVE _COST 565
9.95/10.35	o 565
9.95/10.35	v 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1
9.95/10.36	c 11	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.95/10.39	c 11	OBJECTIVE BOUND: 0 <= _COST <= 565
9.95/10.39	c 11	SEARCHING: _COST <= 282
9.95/10.39	c 11	SOLVING HOME/temp.cnf
9.95/10.39	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.95/10.39	c 11	This is MiniSat 2.0 beta
9.95/10.39	c 11	WARNING: for repeatability, setting FPU to use double precision
9.95/10.39	c 11	============================[ Problem Statistics ]=============================
9.95/10.39	c 11	|                                                                             |
9.95/10.39	c 11	|  Number of variables:  22858                                                |
9.95/10.39	c 11	|  Number of clauses:    1658968                                              |
10.97/11.26	c 11	|  Parsing time:         0.76         s                                       |
12.15/12.49	c 13	============================[ Search Statistics ]==============================
12.15/12.49	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.15/12.49	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.15/12.49	c 13	===============================================================================
12.15/12.49	c 13	|         0 |   13245   685883  2023977 |   228627        0    nan |  0.000 % |
12.55/12.85	c 13	|       100 |   13245   685883  2023977 |   251490      100     21 | 42.055 % |
12.85/13.17	c 13	|       252 |   13245   685883  2023977 |   276639      252     22 | 42.055 % |
12.95/13.24	c 13	===============================================================================
12.95/13.24	c 13	restarts              : 3
12.95/13.24	c 13	conflicts             : 262            (97 /sec)
12.95/13.24	c 13	decisions             : 887            (1.13 % random) (327 /sec)
12.95/13.24	c 13	propagations          : 506321         (186587 /sec)
12.95/13.24	c 13	conflict literals     : 5882           (22.45 % deleted)
12.95/13.24	c 13	Memory used           : 69.94 MB
12.95/13.24	c 13	CPU time              : 2.71359 s
12.95/13.24	c 13	
12.95/13.25	c 13	SATISFIABLE
12.95/13.26	c 13	FOUND: _COST <= 282
12.95/13.26	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.95/13.26	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.02/13.34	c 14	Decoding HOME/temp.out
13.02/13.68	c 14	OBJECTIVE _COST 282
13.02/13.68	o 282
13.02/13.68	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
13.02/13.69	c 14	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.02/13.74	c 14	OBJECTIVE BOUND: 0 <= _COST <= 282
13.02/13.74	c 14	SEARCHING: _COST <= 141
13.02/13.74	c 14	SOLVING HOME/temp.cnf
13.02/13.74	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.02/13.74	c 14	This is MiniSat 2.0 beta
13.02/13.74	c 14	WARNING: for repeatability, setting FPU to use double precision
13.02/13.74	c 14	============================[ Problem Statistics ]=============================
13.02/13.74	c 14	|                                                                             |
13.02/13.74	c 14	|  Number of variables:  22858                                                |
13.02/13.74	c 14	|  Number of clauses:    1658968                                              |
14.27/14.62	c 15	|  Parsing time:         0.75         s                                       |
15.56/15.96	c 16	============================[ Search Statistics ]==============================
15.56/15.97	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.56/15.97	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.56/15.97	c 16	===============================================================================
15.56/15.97	c 16	|         0 |   11128   390905  1145253 |   130301        0    nan |  0.000 % |
15.86/16.29	c 16	|       101 |   11128   390905  1145253 |   143331      101     27 | 51.317 % |
16.16/16.55	c 17	|       251 |   11128   390905  1145253 |   157665      251     34 | 51.317 % |
16.45/16.90	c 17	|       476 |   11128   390905  1145253 |   173431      476     35 | 51.317 % |
16.85/17.28	c 17	|       813 |   11128   390905  1145253 |   190774      813     34 | 51.317 % |
17.34/17.71	c 18	|      1319 |   11128   390905  1145253 |   209852     1319     33 | 51.317 % |
18.04/18.48	c 19	|      2079 |   11128   390905  1145253 |   230837     2079     32 | 51.317 % |
18.93/19.33	c 20	|      3220 |   11128   390905  1145253 |   253921     3220     31 | 51.317 % |
20.02/20.47	c 21	|      4929 |   11128   390905  1145253 |   279313     4929     28 | 51.317 % |
22.40/22.89	c 23	|      7491 |   11128   390905  1145253 |   307244     7491     27 | 51.317 % |
27.94/28.45	c 29	|     11335 |   11128   390905  1145253 |   337968    11335     29 | 51.317 % |
40.12/40.62	c 41	|     17101 |   11128   390905  1145253 |   371765    17101     32 | 51.317 % |
58.60/59.10	c 59	|     25751 |   11128   390905  1145253 |   408942    25751     33 | 51.317 % |
87.19/87.70	c 88	|     38726 |   11128   390905  1145253 |   449836    38726     34 | 51.317 % |
89.69/90.26	c 90	===============================================================================
89.69/90.26	c 90	restarts              : 14
89.69/90.26	c 90	conflicts             : 39740          (522 /sec)
89.69/90.26	c 90	decisions             : 46273          (1.00 % random) (607 /sec)
89.69/90.26	c 90	propagations          : 52393627       (687685 /sec)
89.69/90.26	c 90	conflict literals     : 1370239        (30.75 % deleted)
89.69/90.26	c 90	Memory used           : 70.45 MB
89.69/90.26	c 90	CPU time              : 76.1884 s
89.69/90.26	c 90	
89.69/90.27	c 90	SATISFIABLE
89.69/90.28	c 90	FOUND: _COST <= 141
89.69/90.28	c 90	DECODING HOME/temp.out WITH HOME/temp.map
89.69/90.28	c 90	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
89.79/90.37	c 91	Decoding HOME/temp.out
89.79/90.51	c 91	OBJECTIVE _COST 141
89.79/90.51	o 141
89.79/90.51	v 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
89.79/90.51	c 91	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
89.79/90.55	c 91	OBJECTIVE BOUND: 0 <= _COST <= 141
89.79/90.55	c 91	SEARCHING: _COST <= 70
89.79/90.55	c 91	SOLVING HOME/temp.cnf
89.79/90.55	c 91	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
89.79/90.55	c 91	This is MiniSat 2.0 beta
89.79/90.55	c 91	WARNING: for repeatability, setting FPU to use double precision
89.79/90.55	c 91	============================[ Problem Statistics ]=============================
89.79/90.55	c 91	|                                                                             |
89.79/90.55	c 91	|  Number of variables:  22858                                                |
89.79/90.55	c 91	|  Number of clauses:    1658968                                              |
90.85/91.44	c 92	|  Parsing time:         0.77         s                                       |
92.24/92.80	c 93	============================[ Search Statistics ]==============================
92.24/92.80	c 93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
92.24/92.80	c 93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
92.24/92.80	c 93	===============================================================================
92.24/92.80	c 93	|         0 |    9556   212957   616054 |    70985        0    nan |  0.000 % |
92.44/93.01	c 93	|       102 |    9556   212957   616054 |    78084      102     23 | 58.194 % |
92.54/93.18	c 93	|       253 |    9556   212957   616054 |    85892      253     25 | 58.194 % |
92.84/93.48	c 94	|       478 |    9556   212957   616054 |    94481      478     26 | 58.194 % |
93.33/93.95	c 94	|       817 |    9556   212957   616054 |   103930      817     26 | 58.194 % |
94.03/94.68	c 95	|      1323 |    9556   212957   616054 |   114323     1323     27 | 58.194 % |
95.12/95.79	c 96	|      2082 |    9556   212957   616054 |   125755     2082     27 | 58.194 % |
96.79/97.41	c 98	|      3223 |    9556   212957   616054 |   138330     3223     27 | 58.194 % |
99.27/99.94	c 100	|      4932 |    9556   212957   616054 |   152164     4932     27 | 58.194 % |
102.74/103.43	c 104	|      7495 |    9556   212957   616054 |   167380     7495     25 | 58.194 % |
108.68/109.44	c 110	|     11339 |    9556   212957   616054 |   184118    11339     26 | 58.194 % |
118.19/119.07	c 119	|     17105 |    9556   212957   616054 |   202530    17105     26 | 58.194 % |
132.95/133.98	c 134	|     25754 |    9556   212957   616054 |   222783    25754     26 | 58.194 % |
158.01/159.23	c 159	|     38728 |    9556   212957   616054 |   245061    38728     27 | 58.194 % |
197.33/198.92	c 199	|     58190 |    9556   212957   616054 |   269567    58190     27 | 58.194 % |
264.89/267.19	c 267	|     87382 |    9556   212957   616054 |   296524    87382     27 | 58.194 % |
377.04/380.31	c 380	|    131171 |    9556   212957   616054 |   326177   131171     27 | 58.194 % |
558.13/563.11	c 563	|    196855 |    9556   212957   616054 |   358794   196855     27 | 58.194 % |
870.88/878.82	c 879	|    295384 |    9556   212957   616054 |   394674   295384     26 | 58.194 % |
1381.86/1394.70	c 1395	|    443173 |    9556   212957   616054 |   434141    51069     25 | 58.194 % |
2034.90/2053.86	c 2054	|    664856 |    9556   212957   616054 |   477556   272752     26 | 58.194 % |
3322.33/3353.49	c 3354	|    997382 |    9556   212957   616054 |   525311   132021     25 | 58.194 % |
3600.00/3633.72	c ERROR INTERRUPTED
3600.00/3633.73	c 3634	CPU 89.19 (0.04 0.02 89.15 0.81)
3600.00/3633.73	c 3634	END Wed Jul 23 03:19:14 2008

Verifier Data (download as text)

OK	140	990
140 unsatisfied constraints, 990 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-1127556-1216772320/watcher-1127556-1216772320 -o /tmp/evaluation-result-1127556-1216772320/solver-1127556-1216772320 -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-1127556-1216772320.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 4076
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=6268 CPUtime=0
/proc/4076/stat : 4076 (sugar) R 4074 4076 3950 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4321619 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 254192711049 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4076/statm: 1567 47 36 3 0 8 0

[startup+0.082186 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 4076
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.04
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4321619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102895 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 4076
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.04
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4321619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302198 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 4076
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.04
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 4321619 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702232 s]
/proc/loadavg: 2.00 2.00 1.91 4/81 4076
/proc/meminfo: memFree=1508928/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.53
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 974 4710 0 1 3 1 46 3 16 0 1 0 4321619 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50129 s]
/proc/loadavg: 2.00 2.00 1.91 4/92 4098
/proc/meminfo: memFree=1500712/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.53
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 974 4710 0 1 3 1 46 3 15 0 1 0 4321619 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 3950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4321678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868396 CPUtime=0.89
/proc/4090/stat : 4090 (java) S 4089 4076 3950 0 -1 0 5595 0 1 0 86 3 0 0 18 0 9 0 4321678 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217099 5015 1730 9 0 211674 0
[pid=4090/tid=4091] ppid=4089 vsize=868396 CPUtime=0.63
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 3950 0 -1 64 2643 0 1 0 62 1 0 0 20 0 9 0 4321679 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4125950761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868396 CPUtime=0.03
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 3950 0 -1 64 801 0 0 0 3 0 0 0 16 0 9 0 4321680 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868396 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 3950 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4321680 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868396 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 3950 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 4321680 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868396 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 3950 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4321682 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868396 CPUtime=0.19
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 3950 0 -1 64 1460 0 0 0 18 1 0 0 16 0 9 0 4321682 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868396 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 3950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4321682 889237504 5015 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868396 CPUtime=0
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 3950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4321682 889237504 5015 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) 887352

[startup+3.10141 s]
/proc/loadavg: 2.00 2.00 1.91 3/92 4098
/proc/meminfo: memFree=1489640/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13600 CPUtime=0.53
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 974 4710 0 1 3 1 46 3 15 0 1 0 4321619 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3400 797 370 3 0 500 0
[pid=4089] ppid=4076 vsize=5356 CPUtime=0
/proc/4089/stat : 4089 (sh) S 4076 4076 3950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4321678 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4089/statm: 1339 233 193 169 0 50 0
[pid=4090] ppid=4089 vsize=868508 CPUtime=2.46
/proc/4090/stat : 4090 (java) S 4089 4076 3950 0 -1 0 7328 0 1 0 233 13 0 0 18 0 9 0 4321678 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4090/statm: 217127 6178 2563 9 0 211674 0
[pid=4090/tid=4091] ppid=4089 vsize=868508 CPUtime=1.99
/proc/4090/task/4091/stat : 4091 (java) R 4089 4076 3950 0 -1 64 3092 0 1 0 190 9 0 0 25 0 9 0 4321679 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 102064644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4092] ppid=4089 vsize=868508 CPUtime=0.18
/proc/4090/task/4092/stat : 4092 (java) S 4089 4076 3950 0 -1 64 2037 0 0 0 16 2 0 0 16 0 9 0 4321680 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4093] ppid=4089 vsize=868508 CPUtime=0
/proc/4090/task/4093/stat : 4093 (java) S 4089 4076 3950 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4321680 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4094] ppid=4089 vsize=868508 CPUtime=0
/proc/4090/task/4094/stat : 4094 (java) S 4089 4076 3950 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4321680 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4095] ppid=4089 vsize=868508 CPUtime=0
/proc/4090/task/4095/stat : 4095 (java) S 4089 4076 3950 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4321682 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4096] ppid=4089 vsize=868508 CPUtime=0.27
/proc/4090/task/4096/stat : 4096 (java) S 4089 4076 3950 0 -1 64 1506 0 0 0 26 1 0 0 16 0 9 0 4321682 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4097] ppid=4089 vsize=868508 CPUtime=0
/proc/4090/task/4097/stat : 4097 (java) S 4089 4076 3950 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4321682 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4090/tid=4098] ppid=4089 vsize=868508 CPUtime=0
/proc/4090/task/4098/stat : 4098 (java) S 4089 4076 3950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4321682 889352192 6178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887464

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 4100
/proc/meminfo: memFree=1440040/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=4.92
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1089 12939 0 2 4 1 453 34 15 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4099] ppid=4076 vsize=5356 CPUtime=0
/proc/4099/stat : 4099 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4322123 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4099/statm: 1339 232 193 169 0 50 0
[pid=4100] ppid=4099 vsize=70580 CPUtime=1.24
/proc/4100/stat : 4100 (minisat) R 4099 4076 3950 0 -1 4194304 16810 0 0 0 113 11 0 0 25 0 1 0 4322123 72273920 16796 996147200 134512640 135127466 4294956256 18446744073709551615 134523520 0 0 4096 3 0 0 0 17 1 0 0
/proc/4100/statm: 17645 16796 72 150 0 17492 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 89668

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 4112
/proc/meminfo: memFree=1403624/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=10.18
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1208 33930 0 3 4 2 962 50 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4111] ppid=4076 vsize=5356 CPUtime=0
/proc/4111/stat : 4111 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4322658 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4111/statm: 1339 232 193 169 0 50 0
[pid=4112] ppid=4111 vsize=71616 CPUtime=2.27
/proc/4112/stat : 4112 (minisat) R 4111 4076 3950 0 -1 4194304 17048 0 0 0 217 10 0 0 25 0 1 0 4322659 73334784 17034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4112/statm: 17904 17034 73 150 0 17751 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 90704

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 1.91 3/84 4124
/proc/meminfo: memFree=1403240/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=13.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1324 55158 0 4 4 2 1274 64 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4123] ppid=4076 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4322993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=72132 CPUtime=11.63
/proc/4124/stat : 4124 (minisat) R 4123 4076 3950 0 -1 4194304 17204 0 0 0 1152 11 0 0 25 0 1 0 4322993 73863168 17190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4124/statm: 18033 17190 75 150 0 17880 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 91220

[startup+51.103 s]
/proc/loadavg: 1.94 1.98 1.91 3/83 4164
/proc/meminfo: memFree=1391096/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=13.44
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1324 55158 0 4 4 2 1274 64 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4123] ppid=4076 vsize=5356 CPUtime=0
/proc/4123/stat : 4123 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4322993 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4123/statm: 1339 232 193 169 0 50 0
[pid=4124] ppid=4123 vsize=72132 CPUtime=37.17
/proc/4124/stat : 4124 (minisat) R 4123 4076 3950 0 -1 4194304 17204 0 0 0 3704 13 0 0 25 0 1 0 4322993 73863168 17190 996147200 134512640 135127466 4294956256 18446744073709551615 134530802 0 0 4096 3 0 0 0 17 0 0 0
/proc/4124/statm: 18033 17190 75 150 0 17880 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 91220

[startup+102.307 s]
/proc/loadavg: 1.97 1.98 1.91 3/83 4176
/proc/meminfo: memFree=1379000/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=72476 CPUtime=11.63
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 17270 0 0 0 1152 11 0 0 25 0 1 0 4330674 74215424 17256 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 18119 17256 75 150 0 17966 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 91564

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/83 4176
/proc/meminfo: memFree=1378808/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1339960/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112164 CPUtime=3043
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26505 0 0 0 304279 21 0 0 25 0 1 0 4330674 114855936 26475 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28041 26475 75 150 0 27888 0
Current children cumulated CPU time (s) 3133.02
Current children cumulated vsize (KiB) 131252

[startup+3222.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/83 4182
/proc/meminfo: memFree=1339960/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112164 CPUtime=3102.43
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26505 0 0 0 310222 21 0 0 25 0 1 0 4330674 114855936 26475 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28041 26475 75 150 0 27888 0
Current children cumulated CPU time (s) 3192.45
Current children cumulated vsize (KiB) 131252

[startup+3282.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/83 4182
/proc/meminfo: memFree=1339896/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112164 CPUtime=3161.88
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26506 0 0 0 316167 21 0 0 25 0 1 0 4330674 114855936 26476 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28041 26476 75 150 0 27888 0
Current children cumulated CPU time (s) 3251.9
Current children cumulated vsize (KiB) 131252

[startup+3342.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/83 4182
/proc/meminfo: memFree=1339896/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112164 CPUtime=3221.31
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26506 0 0 0 322110 21 0 0 25 0 1 0 4330674 114855936 26476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28041 26476 75 150 0 27888 0
Current children cumulated CPU time (s) 3311.33
Current children cumulated vsize (KiB) 131252

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/83 4182
/proc/meminfo: memFree=1339640/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112568 CPUtime=3280.75
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26570 0 0 0 328054 21 0 0 25 0 1 0 4330674 115269632 26540 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28142 26540 75 150 0 27989 0
Current children cumulated CPU time (s) 3370.77
Current children cumulated vsize (KiB) 131656

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/83 4182
/proc/meminfo: memFree=1339448/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112568 CPUtime=3340.19
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26586 0 0 0 333998 21 0 0 25 0 1 0 4330674 115269632 26556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28142 26556 75 150 0 27989 0
Current children cumulated CPU time (s) 3430.21
Current children cumulated vsize (KiB) 131656

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 4182
/proc/meminfo: memFree=1339256/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112568 CPUtime=3399.63
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26591 0 0 0 339942 21 0 0 25 0 1 0 4330674 115269632 26561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28142 26561 75 150 0 27989 0
Current children cumulated CPU time (s) 3489.65
Current children cumulated vsize (KiB) 131656

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 4182
/proc/meminfo: memFree=1339064/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112932 CPUtime=3459.07
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26643 0 0 0 345886 21 0 0 25 0 1 0 4330674 115642368 26613 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28233 26613 75 150 0 28080 0
Current children cumulated CPU time (s) 3549.09
Current children cumulated vsize (KiB) 132020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 4182
/proc/meminfo: memFree=1339000/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112932 CPUtime=3509.98
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26659 0 0 0 350977 21 0 0 25 0 1 0 4330674 115642368 26629 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28233 26629 75 150 0 28080 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 132020

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

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

[startup+3633.7 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 4182
/proc/meminfo: memFree=1339000/2055920 swapFree=4192956/4192956
[pid=4076] ppid=4074 vsize=13732 CPUtime=90.02
/proc/4076/stat : 4076 (sugar) S 4074 4076 3950 0 -1 4194304 1439 76540 0 5 4 2 8915 81 16 0 1 0 4321619 14061568 837 996147200 4194304 4206940 548682068592 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4076/statm: 3433 837 374 3 0 533 0
[pid=4175] ppid=4076 vsize=5356 CPUtime=0
/proc/4175/stat : 4175 (sh) S 4076 4076 3950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4330674 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4175/statm: 1339 232 193 169 0 50 0
[pid=4176] ppid=4175 vsize=112932 CPUtime=3509.98
/proc/4176/stat : 4176 (minisat) R 4175 4076 3950 0 -1 4194304 26659 0 0 0 350977 21 0 0 25 0 1 0 4330674 115642368 26629 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 1 0 0
/proc/4176/statm: 28233 26629 75 150 0 28080 0
Current children cumulated CPU time (s) 3600
Current children cumulated vsize (KiB) 132020

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4076 and gives
#  childrusage.ru_utime.tv_sec=89
#  childrusage.ru_utime.tv_usec=205438
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=858869
# CPU time returned by wait4() is 90.0643
# while last known CPU time is 3600
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3633.74
CPU time (s): 3600
CPU user time (s): 3598.96
CPU system time (s): 1.04
CPU usage (%): 99.0714
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2054
system time used= 0.858869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78321
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= 9323
involuntary context switches= 9805

runsolver used 5.06423 second user time and 11.4413 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-23 02:18:40
IDJOB=1127556
IDBENCH=63614
IDSOLVER=368
FILE ID=node34/1127556-1216772320
PBS_JOBID= 7974115
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1200-713329_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-1127556-1216772320/watcher-1127556-1216772320 -o /tmp/evaluation-result-1127556-1216772320/solver-1127556-1216772320 -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-1127556-1216772320.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f71dfd8edd807b123e55434a5924aecf
RANDOM SEED=1396610413

node34.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.236
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.236
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:       1509408 kB
Buffers:         25764 kB
Cached:         444728 kB
SwapCached:          0 kB
Active:         115052 kB
Inactive:       384012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509408 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          48716 kB
Slab:            32648 kB
Committed_AS:   121260 kB
PageTables:       1848 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= 66560 MiB
End job on node34 at 2008-07-23 03:19:16