Trace number 1127388

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.03 3629.38

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1600-621045_ext.xml
MD5SUMb24af6c306d0cd86d72d150210b1de07
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints92
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1579
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1579
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 23 00:22:48 2008
0.00/0.04	c 0	PID 5533
0.04/0.05	c 0	HOST node16.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1127388-1216765368.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127388-1216765368.xml' 'HOME/temp.csp'
0.04/0.63	c 1	1 domains, 80 variables, 0 predicates, 24 relations, 1579 constraints
0.04/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.65	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.60/0.73	c 1	Parsing HOME/temp.csp
0.60/0.91	c 1	parsed 1684 expressions
0.60/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.94	c 1	MAX CSP: 1579 constraints
0.60/0.94	c 1	Converting to clausal form CSP
0.60/0.99	c 1	converted 327 (10%) expressions
0.92/1.02	c 1	converted 654 (20%) expressions
0.92/1.05	c 1	converted 980 (30%) expressions
1.02/1.12	c 1	converted 1307 (40%) expressions
1.02/1.14	c 1	converted 1633 (50%) expressions
1.02/1.15	c 1	converted 1960 (60%) expressions
1.02/1.16	c 1	converted 2287 (70%) expressions
1.02/1.17	c 1	converted 2613 (80%) expressions
1.02/1.18	c 1	converted 2940 (90%) expressions
1.22/1.39	c 1	converted 3266 (100%) expressions
1.22/1.39	c 1	CSP : 3238 integers, 0 booleans, 4736 clauses, largest domain size 2369
1.22/1.39	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.39	c 1	Propagation in CSP
1.31/1.46	c 1	1573 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 1	CSP : 3238 integers, 0 booleans, 4736 clauses, largest domain size 1580
1.31/1.47	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.31/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.48	c 1	CSP : 3238 integers, 0 booleans, 4736 clauses, largest domain size 1580
1.31/1.48	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.53	c 2	324 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.53	c 2	648 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.54	c 2	972 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.54	c 2	1296 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.54	c 2	1619 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.41/1.55	c 2	1943 (60%) CSP integer variables are encoded (3274 clauses, 42626 bytes)
1.41/1.56	c 2	2267 (70%) CSP integer variables are encoded (5994 clauses, 77986 bytes)
1.41/1.56	c 2	2591 (80%) CSP integer variables are encoded (9167 clauses, 122466 bytes)
1.41/1.56	c 2	2915 (90%) CSP integer variables are encoded (11806 clauses, 162051 bytes)
1.41/1.59	c 2	3238 (100%) CSP integer variables are encoded (29539 clauses, 428046 bytes)
1.51/1.64	c 2	474 (10%) CSP clauses are encoded (30016 clauses, 435846 bytes)
1.51/1.67	c 2	948 (20%) CSP clauses are encoded (30492 clauses, 444213 bytes)
1.51/1.68	c 2	1421 (30%) CSP clauses are encoded (30969 clauses, 453054 bytes)
1.62/1.73	c 2	1895 (40%) CSP clauses are encoded (45324 clauses, 707301 bytes)
1.91/2.02	c 2	2368 (50%) CSP clauses are encoded (193637 clauses, 3423457 bytes)
2.00/2.11	c 2	2842 (60%) CSP clauses are encoded (236829 clauses, 4203068 bytes)
2.70/2.88	c 3	3316 (70%) CSP clauses are encoded (673701 clauses, 12680847 bytes)
2.80/2.97	c 3	3789 (80%) CSP clauses are encoded (723206 clauses, 13719474 bytes)
3.39/3.52	c 4	4263 (90%) CSP clauses are encoded (1017620 clauses, 19887736 bytes)
7.33/7.55	c 8	4736 (100%) CSP clauses are encoded (3205968 clauses, 66819540 bytes)
7.33/7.55	c 8	4736 CSP clauses encoded
7.33/7.55	c 8	Writing map file : HOME/temp.map
7.33/7.60	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.33/7.60	c 8	SAT : 32777 SAT variables, 3205968 SAT clauses, 66819540 bytes
7.33/7.60	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.41/7.64	c 8	OBJECTIVE minimize _COST
7.41/7.64	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
7.41/7.64	c 8	SEARCHING: _COST <= 790
7.41/7.64	c 8	SOLVING HOME/temp.cnf
7.41/7.64	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.41/7.64	c 8	This is MiniSat 2.0 beta
7.41/7.64	c 8	WARNING: for repeatability, setting FPU to use double precision
7.41/7.64	c 8	============================[ Problem Statistics ]=============================
7.41/7.64	c 8	|                                                                             |
7.41/7.65	c 8	|  Number of variables:  32777                                                |
7.41/7.65	c 8	|  Number of clauses:    3205969                                              |
8.98/9.27	c 9	|  Parsing time:         1.43         s                                       |
11.46/11.71	c 12	============================[ Search Statistics ]==============================
11.46/11.71	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.46/11.71	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.46/11.71	c 12	===============================================================================
11.46/11.71	c 12	|         0 |   24098  2040000  6056631 |   680000        0    nan |  0.000 % |
11.85/12.12	c 12	===============================================================================
11.85/12.12	c 12	restarts              : 1
11.85/12.12	c 12	conflicts             : 50             (12 /sec)
11.85/12.12	c 12	decisions             : 717            (0.56 % random) (169 /sec)
11.85/12.12	c 12	propagations          : 67066          (15839 /sec)
11.85/12.12	c 12	conflict literals     : 993            (1.39 % deleted)
11.85/12.12	c 12	Memory used           : 124.39 MB
11.85/12.12	c 12	CPU time              : 4.23436 s
11.85/12.12	c 12	
11.85/12.14	c 12	SATISFIABLE
11.85/12.16	c 12	FOUND: _COST <= 790
11.85/12.16	s SATISFIABLE
11.85/12.16	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.85/12.16	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.92/12.24	c 12	Decoding HOME/temp.out
11.92/12.43	c 12	OBJECTIVE _COST 790
11.92/12.43	o 790
11.92/12.43	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 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 1 1 1 1 1 1 1 1 1 1
11.92/12.44	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.92/12.47	c 12	OBJECTIVE BOUND: 0 <= _COST <= 790
11.92/12.47	c 12	SEARCHING: _COST <= 395
11.92/12.47	c 12	SOLVING HOME/temp.cnf
11.92/12.47	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.92/12.48	c 12	This is MiniSat 2.0 beta
11.92/12.48	c 12	WARNING: for repeatability, setting FPU to use double precision
11.92/12.48	c 12	============================[ Problem Statistics ]=============================
11.92/12.48	c 12	|                                                                             |
11.92/12.48	c 12	|  Number of variables:  32777                                                |
11.92/12.48	c 12	|  Number of clauses:    3205969                                              |
13.78/14.14	c 14	|  Parsing time:         1.47         s                                       |
17.05/17.49	c 18	============================[ Search Statistics ]==============================
17.05/17.49	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.05/17.49	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.05/17.49	c 18	===============================================================================
17.05/17.49	c 18	|         0 |   19358  1325050  3925606 |   441683        0    nan |  0.000 % |
17.45/17.83	c 18	|       104 |   19358  1325050  3925606 |   485851      104     30 | 40.940 % |
17.45/17.88	c 18	===============================================================================
17.45/17.88	c 18	restarts              : 2
17.45/17.88	c 18	conflicts             : 106            (21 /sec)
17.45/17.88	c 18	decisions             : 865            (0.69 % random) (167 /sec)
17.45/17.88	c 18	propagations          : 136849         (26469 /sec)
17.45/17.88	c 18	conflict literals     : 3207           (8.32 % deleted)
17.45/17.88	c 18	Memory used           : 125.94 MB
17.45/17.88	c 18	CPU time              : 5.17021 s
17.45/17.88	c 18	
17.45/17.89	c 18	SATISFIABLE
17.55/17.91	c 18	FOUND: _COST <= 395
17.55/17.91	c 18	DECODING HOME/temp.out WITH HOME/temp.map
17.55/17.91	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.55/17.99	c 18	Decoding HOME/temp.out
17.57/18.18	c 18	OBJECTIVE _COST 395
17.57/18.18	o 395
17.57/18.19	v 1 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 1
17.57/18.19	c 18	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
17.57/18.23	c 18	OBJECTIVE BOUND: 0 <= _COST <= 395
17.57/18.23	c 18	SEARCHING: _COST <= 197
17.57/18.23	c 18	SOLVING HOME/temp.cnf
17.57/18.23	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.57/18.23	c 18	This is MiniSat 2.0 beta
17.57/18.23	c 18	WARNING: for repeatability, setting FPU to use double precision
17.57/18.23	c 18	============================[ Problem Statistics ]=============================
17.57/18.23	c 18	|                                                                             |
17.57/18.23	c 18	|  Number of variables:  32777                                                |
17.57/18.23	c 18	|  Number of clauses:    3205969                                              |
19.49/19.92	c 20	|  Parsing time:         1.47         s                                       |
23.17/23.62	c 24	============================[ Search Statistics ]==============================
23.17/23.62	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.17/23.62	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.17/23.62	c 24	===============================================================================
23.17/23.62	c 24	|         0 |   16385   749359  2207254 |   249786        0    nan |  0.000 % |
23.47/23.92	c 24	|       101 |   16385   749359  2207254 |   274764      101     38 | 50.011 % |
23.66/24.11	c 24	|       251 |   16385   749359  2207254 |   302241      251     36 | 50.011 % |
23.76/24.29	c 24	|       477 |   16385   749359  2207254 |   332465      477     36 | 50.011 % |
24.16/24.62	c 25	|       816 |   16385   749359  2207254 |   365712      816     37 | 50.011 % |
24.46/24.96	c 25	|      1322 |   16385   749359  2207254 |   402283     1322     36 | 50.011 % |
25.55/26.03	c 26	|      2081 |   16385   749359  2207254 |   442511     2081     35 | 50.011 % |
27.03/27.57	c 28	|      3222 |   16385   749359  2207254 |   486762     3222     38 | 50.011 % |
28.81/29.36	c 29	|      4930 |   16385   749359  2207254 |   535439     4930     38 | 50.011 % |
31.69/32.22	c 32	|      7492 |   16385   749359  2207254 |   588983     7492     38 | 50.011 % |
35.84/36.49	c 37	|     11338 |   16385   749359  2207254 |   647881    11338     40 | 50.011 % |
43.87/44.56	c 45	|     17106 |   16385   749359  2207254 |   712669    17106     42 | 50.011 % |
58.63/59.46	c 59	|     25755 |   16385   749359  2207254 |   783936    25755     48 | 50.011 % |
76.07/77.09	c 77	|     38730 |   16370   745379  2195364 |   862330    32821     45 | 50.056 % |
116.20/117.59	c 118	|     58191 |   16370   745379  2195364 |   948563    52282     53 | 50.056 % |
170.69/172.53	c 173	|     87384 |   16370   745379  2195364 |  1043419    81475     54 | 50.056 % |
176.34/178.23	c 178	===============================================================================
176.34/178.23	c 178	restarts              : 16
176.34/178.23	c 178	conflicts             : 90063          (569 /sec)
176.34/178.23	c 178	decisions             : 115485         (0.92 % random) (729 /sec)
176.34/178.23	c 178	propagations          : 102878522      (649810 /sec)
176.34/178.23	c 178	conflict literals     : 4633905        (17.10 % deleted)
176.34/178.23	c 178	Memory used           : 127.17 MB
176.34/178.23	c 178	CPU time              : 158.321 s
176.34/178.23	c 178	
176.34/178.24	c 178	SATISFIABLE
176.34/178.26	c 178	FOUND: _COST <= 197
176.34/178.26	c 178	DECODING HOME/temp.out WITH HOME/temp.map
176.34/178.26	c 178	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
176.41/178.37	c 178	Decoding HOME/temp.out
176.41/178.75	c 179	OBJECTIVE _COST 197
176.41/178.75	o 197
176.41/178.76	v 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1
176.41/178.77	c 179	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
176.41/178.82	c 179	OBJECTIVE BOUND: 0 <= _COST <= 197
176.41/178.82	c 179	SEARCHING: _COST <= 98
176.41/178.82	c 179	SOLVING HOME/temp.cnf
176.41/178.82	c 179	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
176.41/178.82	c 179	This is MiniSat 2.0 beta
176.41/178.82	c 179	WARNING: for repeatability, setting FPU to use double precision
176.41/178.82	c 179	============================[ Problem Statistics ]=============================
176.41/178.82	c 179	|                                                                             |
176.41/178.82	c 179	|  Number of variables:  32777                                                |
176.41/178.82	c 179	|  Number of clauses:    3205969                                              |
178.53/180.53	c 181	|  Parsing time:         1.52         s                                       |
182.20/184.27	c 184	============================[ Search Statistics ]==============================
182.20/184.28	c 184	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
182.20/184.28	c 184	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
182.20/184.28	c 184	===============================================================================
182.20/184.28	c 184	|         0 |   14196   405408  1181869 |   135136        0    nan |  0.000 % |
182.50/184.51	c 185	|       100 |   14196   405408  1181869 |   148649      100     27 | 56.689 % |
182.59/184.66	c 185	|       250 |   14196   405408  1181869 |   163514      250     26 | 56.689 % |
182.69/184.80	c 185	|       475 |   14196   405408  1181869 |   179866      475     25 | 56.689 % |
182.89/184.98	c 185	|       812 |   14196   405408  1181869 |   197852      812     25 | 56.689 % |
183.19/185.28	c 185	|      1319 |   14196   405408  1181869 |   217637     1319     25 | 56.689 % |
183.59/185.68	c 186	|      2078 |   14196   405408  1181869 |   239401     2078     26 | 56.689 % |
184.28/186.36	c 186	|      3217 |   14196   405408  1181869 |   263341     3217     26 | 56.689 % |
185.47/187.53	c 188	|      4925 |   14196   405408  1181869 |   289676     4925     25 | 56.689 % |
187.95/190.03	c 190	|      7487 |   14196   405408  1181869 |   318643     7487     28 | 56.689 % |
190.92/193.00	c 193	|     11331 |   14196   405408  1181869 |   350507    11331     29 | 56.689 % |
195.97/198.16	c 198	|     17097 |   14196   405408  1181869 |   385558    17097     30 | 56.689 % |
207.86/210.18	c 210	|     25746 |   14196   405408  1181869 |   424114    25746     35 | 56.689 % |
226.09/228.58	c 229	|     38720 |   14196   405408  1181869 |   466526    38720     36 | 56.689 % |
257.38/260.14	c 260	|     58181 |   14196   405408  1181869 |   513178    58181     38 | 56.689 % |
319.41/322.75	c 323	|     87373 |   14196   405408  1181869 |   564496    87373     41 | 56.689 % |
406.50/410.68	c 411	|    131162 |   14196   405408  1181869 |   620946   131162     41 | 56.689 % |
552.07/557.50	c 558	|    196848 |   14196   405408  1181869 |   683040   196848     41 | 56.689 % |
837.56/845.65	c 846	|    295374 |   14196   405408  1181869 |   751344   295374     43 | 56.689 % |
1291.59/1303.88	c 1304	|    443164 |   14196   405408  1181869 |   826479   443164     39 | 56.689 % |
2192.02/2212.51	c 2213	|    664847 |   14196   405408  1181869 |   909127   664847     41 | 56.689 % |
3600.03/3629.31	c ERROR INTERRUPTED
3600.03/3629.35	c 3629	CPU 175.58 (0.04 0.01 175.54 1.29)
3600.03/3629.35	c 3629	END Wed Jul 23 01:23:17 2008

Verifier Data (download as text)

OK	163	1416
163 unsatisfied constraints, 1416 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-1127388-1216765368/watcher-1127388-1216765368 -o /tmp/evaluation-result-1127388-1216765368/solver-1127388-1216765368 -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-1127388-1216765368.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 2.00 4/81 5533
/proc/meminfo: memFree=1475304/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=12268 CPUtime=0
/proc/5533/stat : 5533 (sugar) R 5531 5533 5184 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 3627418 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5533/statm: 3067 316 241 3 0 167 0

[startup+0.0498099 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5533
/proc/meminfo: memFree=1475304/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.04
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 838 0 0 0 3 1 0 0 18 0 1 0 3627418 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101487 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5533
/proc/meminfo: memFree=1475304/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.04
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 3627418 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301446 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5533
/proc/meminfo: memFree=1475304/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.04
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 3627418 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701381 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 5533
/proc/meminfo: memFree=1475304/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.6
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 957 4797 0 1 3 1 54 2 16 0 1 0 3627418 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5555
/proc/meminfo: memFree=1466192/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.6
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 974 4797 0 1 3 1 54 2 15 0 1 0 3627418 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 797 370 3 0 500 0
[pid=5546] ppid=5533 vsize=5356 CPUtime=0
/proc/5546/stat : 5546 (sh) S 5533 5533 5184 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3627484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5546/statm: 1339 233 193 169 0 50 0
[pid=5547] ppid=5546 vsize=868448 CPUtime=0.81
/proc/5547/stat : 5547 (java) S 5546 5533 5184 0 -1 0 7163 0 1 0 78 3 0 0 18 0 9 0 3627484 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5547/statm: 217112 6406 2539 9 0 211687 0
[pid=5547/tid=5548] ppid=5546 vsize=868448 CPUtime=0.44
/proc/5547/task/5548/stat : 5548 (java) R 5546 5533 5184 0 -1 64 2660 0 1 0 43 1 0 0 23 0 9 0 3627485 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5549] ppid=5546 vsize=868448 CPUtime=0.11
/proc/5547/task/5549/stat : 5549 (java) R 5546 5533 5184 0 -1 64 2332 0 0 0 11 0 0 0 16 0 9 0 3627486 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 102350426 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5550] ppid=5546 vsize=868448 CPUtime=0
/proc/5547/task/5550/stat : 5550 (java) S 5546 5533 5184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3627486 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5551] ppid=5546 vsize=868448 CPUtime=0
/proc/5547/task/5551/stat : 5551 (java) S 5546 5533 5184 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3627486 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5552] ppid=5546 vsize=868448 CPUtime=0
/proc/5547/task/5552/stat : 5552 (java) S 5546 5533 5184 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 3627488 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5553] ppid=5546 vsize=868448 CPUtime=0.23
/proc/5547/task/5553/stat : 5553 (java) S 5546 5533 5184 0 -1 64 1478 0 0 0 23 0 0 0 16 0 9 0 3627488 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5554] ppid=5546 vsize=868448 CPUtime=0
/proc/5547/task/5554/stat : 5554 (java) S 5546 5533 5184 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3627488 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5555] ppid=5546 vsize=868448 CPUtime=0
/proc/5547/task/5555/stat : 5555 (java) S 5546 5533 5184 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3627488 889290752 6406 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887404

[startup+3.10195 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5555
/proc/meminfo: memFree=1452816/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.6
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 974 4797 0 1 3 1 54 2 15 0 1 0 3627418 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 797 370 3 0 500 0
[pid=5546] ppid=5533 vsize=5356 CPUtime=0
/proc/5546/stat : 5546 (sh) S 5533 5533 5184 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3627484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5546/statm: 1339 233 193 169 0 50 0
[pid=5547] ppid=5546 vsize=868500 CPUtime=2.39
/proc/5547/stat : 5547 (java) S 5546 5533 5184 0 -1 0 7716 0 1 0 223 16 0 0 18 0 9 0 3627484 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5547/statm: 217125 6491 2564 9 0 211672 0
[pid=5547/tid=5548] ppid=5546 vsize=868500 CPUtime=1.83
/proc/5547/task/5548/stat : 5548 (java) R 5546 5533 5184 0 -1 64 3177 0 1 0 172 11 0 0 25 0 9 0 3627485 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4126476228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5549] ppid=5546 vsize=868500 CPUtime=0.25
/proc/5547/task/5549/stat : 5549 (java) S 5546 5533 5184 0 -1 64 2333 0 0 0 23 2 0 0 16 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5550] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5550/stat : 5550 (java) S 5546 5533 5184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5551] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5551/stat : 5551 (java) S 5546 5533 5184 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5552] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5552/stat : 5552 (java) S 5546 5533 5184 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5553] ppid=5546 vsize=868500 CPUtime=0.29
/proc/5547/task/5553/stat : 5553 (java) S 5546 5533 5184 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5554] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5554/stat : 5554 (java) S 5546 5533 5184 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5555] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5555/stat : 5555 (java) S 5546 5533 5184 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3627488 889344000 6491 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) 887456

[startup+6.30237 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 5555
/proc/meminfo: memFree=1414160/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13600 CPUtime=0.6
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 974 4797 0 1 3 1 54 2 15 0 1 0 3627418 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3400 797 370 3 0 500 0
[pid=5546] ppid=5533 vsize=5356 CPUtime=0
/proc/5546/stat : 5546 (sh) S 5533 5533 5184 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3627484 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5546/statm: 1339 233 193 169 0 50 0
[pid=5547] ppid=5546 vsize=868500 CPUtime=5.55
/proc/5547/stat : 5547 (java) S 5546 5533 5184 0 -1 0 8714 0 1 0 513 42 0 0 18 0 9 0 3627484 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5547/statm: 217125 6491 2564 9 0 211672 0
[pid=5547/tid=5548] ppid=5546 vsize=868500 CPUtime=4.75
/proc/5547/task/5548/stat : 5548 (java) R 5546 5533 5184 0 -1 64 4175 0 1 0 442 33 0 0 25 0 9 0 3627485 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 102064707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5549] ppid=5546 vsize=868500 CPUtime=0.49
/proc/5547/task/5549/stat : 5549 (java) S 5546 5533 5184 0 -1 64 2333 0 0 0 42 7 0 0 16 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5550] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5550/stat : 5550 (java) S 5546 5533 5184 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5551] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5551/stat : 5551 (java) S 5546 5533 5184 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3627486 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5552] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5552/stat : 5552 (java) S 5546 5533 5184 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5553] ppid=5546 vsize=868500 CPUtime=0.29
/proc/5547/task/5553/stat : 5553 (java) S 5546 5533 5184 0 -1 64 1513 0 0 0 28 1 0 0 16 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5554] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5554/stat : 5554 (java) S 5546 5533 5184 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5547/tid=5555] ppid=5546 vsize=868500 CPUtime=0
/proc/5547/task/5555/stat : 5555 (java) S 5546 5533 5184 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3627488 889344000 6491 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887456

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 5557
/proc/meminfo: memFree=1280016/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=12.19
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1218 49795 0 3 4 1 1132 82 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 13864

[startup+25.5019 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 5581
/proc/meminfo: memFree=1277776/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=17.86
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1334 85769 0 4 4 1 1676 105 15 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5580] ppid=5533 vsize=5356 CPUtime=0
/proc/5580/stat : 5580 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3629241 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5580/statm: 1339 232 193 169 0 50 0
[pid=5581] ppid=5580 vsize=129852 CPUtime=7.19
/proc/5581/stat : 5581 (minisat) R 5580 5533 5184 0 -1 4194304 31935 0 0 0 700 19 0 0 25 0 1 0 3629242 132968448 31921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5581/statm: 32463 31921 76 150 0 32310 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 149072

[startup+51.1013 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 5581
/proc/meminfo: memFree=1277968/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=17.86
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1334 85769 0 4 4 1 1676 105 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5580] ppid=5533 vsize=5356 CPUtime=0
/proc/5580/stat : 5580 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3629241 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5580/statm: 1339 232 193 169 0 50 0
[pid=5581] ppid=5580 vsize=129852 CPUtime=32.55
/proc/5581/stat : 5581 (minisat) R 5580 5533 5184 0 -1 4194304 31935 0 0 0 3236 19 0 0 25 0 1 0 3629242 132968448 31921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5581/statm: 32463 31921 76 150 0 32310 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 149072

[startup+102.306 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 5581
/proc/meminfo: memFree=1277712/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=17.86
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1334 85769 0 4 4 1 1676 105 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5580] ppid=5533 vsize=5356 CPUtime=0
/proc/5580/stat : 5580 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3629241 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5580/statm: 1339 232 193 169 0 50 0
[pid=5581] ppid=5580 vsize=130096 CPUtime=83.28
/proc/5581/stat : 5581 (minisat) R 5580 5533 5184 0 -1 4194304 31980 0 0 0 8309 19 0 0 25 0 1 0 3629242 133218304 31966 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/5581/statm: 32524 31966 76 150 0 32371 0

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

/proc/meminfo: memFree=1170256/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=237224 CPUtime=2956.28
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 58042 0 0 0 295582 46 0 0 25 0 1 0 3645300 242917376 58003 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/5593/statm: 59306 58003 76 150 0 59153 0
Current children cumulated CPU time (s) 3133.16
Current children cumulated vsize (KiB) 256444

[startup+3222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/77 5676
/proc/meminfo: memFree=1043264/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=239676 CPUtime=3016.2
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 58627 0 0 0 301570 50 0 0 25 0 1 0 3645300 245428224 58588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 59919 58588 76 150 0 59766 0
Current children cumulated CPU time (s) 3193.08
Current children cumulated vsize (KiB) 258896

[startup+3282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 5688
/proc/meminfo: memFree=1042112/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=241524 CPUtime=3076.2
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 59115 0 0 0 307569 51 0 0 25 0 1 0 3645300 247320576 59076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 60381 59076 76 150 0 60228 0
Current children cumulated CPU time (s) 3253.08
Current children cumulated vsize (KiB) 260744

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 5688
/proc/meminfo: memFree=1039808/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=243408 CPUtime=3136.19
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 59612 0 0 0 313567 52 0 0 25 0 1 0 3645300 249249792 59573 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 60852 59573 76 150 0 60699 0
Current children cumulated CPU time (s) 3313.07
Current children cumulated vsize (KiB) 262628

[startup+3402.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 5690
/proc/meminfo: memFree=1037824/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=245256 CPUtime=3196.19
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 60095 0 0 0 319566 53 0 0 25 0 1 0 3645300 251142144 60056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 61314 60056 76 150 0 61161 0
Current children cumulated CPU time (s) 3373.07
Current children cumulated vsize (KiB) 264476

[startup+3462.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5690
/proc/meminfo: memFree=1035712/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=247104 CPUtime=3256.18
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 60568 0 0 0 325565 53 0 0 25 0 1 0 3645300 253034496 60529 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 61776 60529 76 150 0 61623 0
Current children cumulated CPU time (s) 3433.06
Current children cumulated vsize (KiB) 266324

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5690
/proc/meminfo: memFree=1032768/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=250288 CPUtime=3316.16
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 61250 0 0 0 331562 54 0 0 25 0 1 0 3645300 256294912 61211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 62572 61211 76 150 0 62419 0
Current children cumulated CPU time (s) 3493.04
Current children cumulated vsize (KiB) 269508

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5690
/proc/meminfo: memFree=1030920/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=252012 CPUtime=3376.16
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 61666 0 0 0 337561 55 0 0 25 0 1 0 3645300 258060288 61627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 63003 61627 76 150 0 62850 0
Current children cumulated CPU time (s) 3553.04
Current children cumulated vsize (KiB) 271232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5690
/proc/meminfo: memFree=1029768/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=252804 CPUtime=3423.15
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 61863 0 0 0 342260 55 0 0 25 0 1 0 3645300 258871296 61824 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 63201 61824 76 150 0 63048 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 272024

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

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

[startup+3629.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 5690
/proc/meminfo: memFree=1029768/2055920 swapFree=4192956/4192956
[pid=5533] ppid=5531 vsize=13864 CPUtime=176.88
/proc/5533/stat : 5533 (sugar) S 5531 5533 5184 0 -1 4194304 1449 122049 0 5 4 1 17554 129 16 0 1 0 3627418 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5533/statm: 3466 847 374 3 0 566 0
[pid=5592] ppid=5533 vsize=5356 CPUtime=0
/proc/5592/stat : 5592 (sh) S 5533 5533 5184 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3645300 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5592/statm: 1339 232 193 169 0 50 0
[pid=5593] ppid=5592 vsize=252804 CPUtime=3423.15
/proc/5593/stat : 5593 (minisat) R 5592 5533 5184 0 -1 4194304 61863 0 0 0 342260 55 0 0 25 0 1 0 3645300 258871296 61824 996147200 134512640 135127466 4294956256 18446744073709551615 134523395 0 0 4096 3 0 0 0 17 0 0 0
/proc/5593/statm: 63201 61824 76 150 0 63048 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 272024

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5533 and gives
#  childrusage.ru_utime.tv_sec=175
#  childrusage.ru_utime.tv_usec=592305
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=349794
# CPU time returned by wait4() is 176.942
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.38
CPU time (s): 3600.03
CPU user time (s): 3598.18
CPU system time (s): 1.85
CPU usage (%): 99.1914
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.592
system time used= 1.34979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123840
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= 16630
involuntary context switches= 23530

runsolver used 5.88211 second user time and 10.6504 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-23 00:22:48
IDJOB=1127388
IDBENCH=63325
IDSOLVER=368
FILE ID=node16/1127388-1216765368
PBS_JOBID= 7974065
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1600-621045_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-1127388-1216765368/watcher-1127388-1216765368 -o /tmp/evaluation-result-1127388-1216765368/solver-1127388-1216765368 -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-1127388-1216765368.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b24af6c306d0cd86d72d150210b1de07
RANDOM SEED=2120925043

node16.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.265
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	: 5931.00
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.265
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:       1475848 kB
Buffers:         35808 kB
Cached:         450324 kB
SwapCached:          0 kB
Active:         290668 kB
Inactive:       221836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1475848 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          46544 kB
Slab:            52788 kB
Committed_AS:   123952 kB
PageTables:       1984 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= 66500 MiB
End job on node16 at 2008-07-23 01:23:19